# Sell NFTs on a Marketplace

### 🎨 1. Create an NFT Collection

First, you need to Create an NFT collection. Check the docs here below.

{% content-ref url="/pages/jLlXhq9NAEFyXqVgClT7" %}
[NFT Art Collection](/use-cases/nft-art-collection.md)
{% endcontent-ref %}

### 📝 2. Deploy Smart Contract&#x20;

Once you have your NFT images ready, you can proceed with deploying a Smart Contract. Check the docs here below.

{% content-ref url="/pages/gPqiAj3z72B7pD6vQG6t" %}
[Create NFT Smart Contract](/smart-contract/create-nft-smart-contract.md)
{% endcontent-ref %}

### 🔓 3. Mint NFTs to your contract

To sell your NFTs on a Marketplace, you must first Claim / Mint the NFTs you want to sell.

1. When you choose the [NFT Collection Contract](/smart-contract/pre-built-contracts/nft-collection-contract.md), all the NFTs are minted already. You can [proceed with step 4](#id-4.-sign-in-marketplace).
2. When you create an [NFT Drop Contract](/smart-contract/pre-built-contracts/nft-drop-contract.md) and want to skip the part of Minting on your own website, then you first need to claim the NFTs you wish to sell on a marketplace such as the Open Sea. Read below how to claim your NFTs.

#### 💳 Claim NFTs from NFT Drop contract

1. Open the Smart Contract creator
2. Head to the tab NFTs
3. Press the button to **Claim**
4. Add the **address** where you want to **claim** and the **quantity**.

<figure><img src="/files/O1DjHScOMIXuokC1RrtO" alt=""><figcaption><p>Dashboard Smart Contract - Claim NFTs</p></figcaption></figure>

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

### 👨🏼‍💻 4. Sign in Marketplace

Now you have 2 options:

1. Sell NFTs on your Marketplace with iMintify Marketplace builder **option 1.**
2. Sell your NFTs on other Marketplaces, such as Open Sea. You can proceed with [**option 2**](#option-2-sell-on-other-marketplaces).<br>

#### Option 1: Sell on your own Marketplace

Start Creating a Marketplace, and you can launch a Marketplace on your own Domain name.&#x20;

{% content-ref url="/pages/DVOqzJusNLyiN2Wk0dlu" %}
[Create an NFT Marketplace](/marketplace/create-an-nft-marketplace.md)
{% endcontent-ref %}

#### Option 2: Sell on other Marketplaces

1. Sign in with the wallet you Claimed/ Minted the NFTs
2. Choose NFT Collection from your connected wallet
3. Configure your Marketplace with all the info you want to share

| Marketplace | Live url                 | Testnet                        | Blockchain                           |
| ----------- | ------------------------ | ------------------------------ | ------------------------------------ |
| OpenSea     | <https://opensea.io/>    | <https://testnets.opensea.io/> | ETH, MATIC, KLAY, SOL, ARB, OP, AVAX |
| Rarible     | <https://rarible.com/>   | <https://testnet.rarible.com/> | ETH, MATIC, IMX                      |
| Superrare   | <https://superrare.com/> |                                | ETH                                  |
| Solanart    | <https://solanart.io/>   |                                | SOL                                  |

### 🚀 5. Start selling&#x20;

You can now start promoting and selling your NFTs on a Marketplace.


---

# 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.imintify.com/use-cases/sell-nfts-on-a-marketplace.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.
