# Selling NFT

Once your NFT is successfully minted, click on the avatar icon at the top right of the website and select **"My Profile"**.

In **"My Profile"**, click on **"Collected"** and choose the NFT you want to sell.&#x20;

Next, click on **"Sell"**.

<figure><img src="/files/5t93Gj3lpI7OzvoVSELw" alt=""><figcaption></figcaption></figure>

&#x20;If you want to sell your NFT at a specific price, select **"Set Price"** as the selling type.&#x20;

Choose the cryptocurrency type and enter the amount you would like to sell it for.

<figure><img src="/files/8XjuLlSSwdKAqnA9lPHB" alt=""><figcaption></figcaption></figure>

If you don't want to sell at a specific price, you can choose the selling type **"Auction"**. Select the cryptocurrency type, enter the price to set as the minimum sale price and set the duration of the auction.

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

Finally, click on **"Post your listing"** or **"Post your auction"** and confirm the transactions with your MetaMask wallet.

Once the transaction is confirmed on the blockchain, your NFT will be listed and ready for sale.


---

# 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://nftdeal.gitbook.io/eng-user-guide/selling-nft.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.
