# Copy of Minting NFTs on PrimePort

<figure><img src="/files/sRM2k5rBxhQVBmk5GjSr" alt=""><figcaption></figcaption></figure>

In this section, we will explain what it means to **'Mint'** an NFT and will guide you through the process of doing it on the PrimePort marketplace.

### <mark style="color:purple;">**What is the minting of an NFT?**</mark>

Minting an NFT is the process of writing a digital item onto the blockchain. This creates its immutable record of authenticity and ownership. When you mint something, you create a lifelong record of that item on the blockchain. The minting process is the very beginning of the item's history on the blockchain. Every time the item changes hands this will be logged under its history for everyone to see.

### <mark style="color:purple;">**Who can mint an NFT?**</mark>

The minting of an NFT isn't just for artists and creators. Anyone can mint an NFT and projects usually allow the community to do this at the very beginning of the NFT collection so that a community member becomes the very first owner of that NFT.

### <mark style="color:purple;">**Does it cost money to mint an NFT?**</mark>

Yes, whenever you mint an NFT there's a gas fee that you have to pay. On the XDC Network, gas fees are near-zero — one XDC token will last you thousands of transactions. On Base, gas fees are low thanks to Ethereum L2 scaling.

### <mark style="color:purple;">**What do I need as preparation to mint an NFT on PrimePort?**</mark>

You will need an EVM-compatible wallet (we recommend MetaMask) with a small amount of the native token (XDC or ETH) to cover gas fees. You also need your item ready to turn into an NFT and any information you wish to publish about the NFT.

> **Note:** Minting and contract deployment on PrimePort are currently available on the **XDC Network**. See [Getting Started](/getting-started.md) for wallet setup.

### <mark style="color:purple;">**How do I mint my NFT on the PrimePort marketplace?**</mark>

Follow the instructions in the next section. We'll guide you through minting on the TestNet first and then once you're comfortable with the process you'll be able to mint your NFTs on the MainNet.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.primeport.xyz/using-primeport/minting-nfts-explained-1.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
