> For the complete documentation index, see [llms.txt](https://docs.imintify.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.imintify.com/marketplace/create-an-nft-marketplace.md).

# Create an NFT Marketplace

{% hint style="warning" %}
This feature is not yet available for **Solana**, but it will come soon.&#x20;
{% endhint %}

{% hint style="info" %}
To deploy a Marketplace, you need to have your Smart Contract deployed and Minted all the NFTs you want to sell on the Marketplace. Best to use the NFT Collection contract for Marketplace purposes.
{% endhint %}

### &#x20;🚀 1.  New Marketplace&#x20;

Open the Marketplace app [`https://app.imintify.com/marketplace`](https://app.imintify.com/marketplace)

Click on the button **`New Marketplace`** and fill in the **`Name + NFT Contract address`**.

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

### &#x20;<a href="#id-2-toc-title" id="id-2-toc-title"></a>

### ⚙️ Backend website details <a href="#id-2-toc-title" id="id-2-toc-title"></a>

Here you can fill in the general settings and details of your website, such as:

* Domain name
* Create Listing
* Seo settings

### 🏞️ 2. Create Listing &#x20;

Move to the tab **Listings** and **`Create Listing`** make a selection of the NFTs you want to put on the Marketplace for sale and fill in the listing price, start date, and end date.\
\
Then press on **Create Listing** and **Sign the transaction** on the blockchain.&#x20;

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

### 🎉 Your Marketplace is Live

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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/marketplace/create-an-nft-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.
