# Sell NFT

{% hint style="info" %}
You can sell your NFT directly from your [side panel](https://docs.metaproprotocol.com/metapro-market/connect-wallet-+-web3-login/side-panel).&#x20;
{% endhint %}

In order to sell NFT, you will need to follow a few steps.

**Step 1**

To access this feature of the market, it is necessary to [connect your wallet and login to web3!](https://docs.metaproprotocol.com/metapro-market/connect-wallet-+-web3-login)

**Step 2**

Select **wallet** icon

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

**Step 3**

Select **NFT**

<figure><img src="/files/lHCTLJaqlmhUNdWO9acU" alt="" width="237"><figcaption></figcaption></figure>

**Step 4**

Select **Sell**

<figure><img src="/files/JaYy0TSdwOmQUPLTagIl" alt="" width="265"><figcaption></figcaption></figure>

**Step 5**

Choose assets would you like to sell.

<figure><img src="/files/Ot7B9OkK4pCj9dEA2mfj" alt="" width="375"><figcaption></figcaption></figure>

**Step 6**

Please select the type of auction that you would prefer to use for selling your NFT.

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

<table><thead><tr><th width="479">Description</th><th width="65" align="center">INS</th><th width="103" align="center">Buy Now</th><th align="center">Auction</th></tr></thead><tbody><tr><td>Support ERC-1155 standard</td><td align="center"><mark style="background-color:green;">YES</mark></td><td align="center"><mark style="background-color:green;">YES</mark></td><td align="center"><mark style="background-color:green;">YES</mark></td></tr><tr><td>Support ERC-721 stardard</td><td align="center"><mark style="background-color:red;">NO</mark></td><td align="center"><mark style="background-color:green;">YES</mark></td><td align="center"><mark style="background-color:green;">YES</mark></td></tr><tr><td>Require seller finalization</td><td align="center"><mark style="background-color:green;">YES</mark></td><td align="center"><a data-footnote-ref href="#user-content-fn-1"><mark style="background-color:green;">YES</mark></a>*</td><td align="center"><mark style="background-color:green;">YES</mark></td></tr><tr><td>Require buyer finalization</td><td align="center"><mark style="background-color:green;">YES</mark></td><td align="center"><mark style="background-color:red;">NO</mark></td><td align="center"><mark style="background-color:green;">YES</mark></td></tr><tr><td><a data-footnote-ref href="#user-content-fn-2">Allow ref system</a>*</td><td align="center"><mark style="background-color:green;">YES</mark></td><td align="center"><mark style="background-color:green;">YES</mark></td><td align="center"><mark style="background-color:green;">YES</mark></td></tr><tr><td><a data-footnote-ref href="#user-content-fn-2">Allow royalties</a>*</td><td align="center"><mark style="background-color:green;">YES</mark></td><td align="center"><mark style="background-color:green;">YES</mark></td><td align="center"><mark style="background-color:green;">YES</mark></td></tr><tr><td>Sending NFT right after purchase / bid end time to buyer</td><td align="center"><mark style="background-color:red;">NO</mark></td><td align="center"><mark style="background-color:green;">YES</mark></td><td align="center"><mark style="background-color:green;">YES</mark></td></tr><tr><td>Sending NFT after specific criteria has been met</td><td align="center"><mark style="background-color:green;">YES</mark></td><td align="center"><mark style="background-color:red;">NO</mark></td><td align="center"><mark style="background-color:green;">YES</mark></td></tr><tr><td>Sending NFT after auction time ended or all NFT has been sold</td><td align="center"><mark style="background-color:green;">YES</mark></td><td align="center"><mark style="background-color:red;">NO</mark></td><td align="center"><mark style="background-color:green;">YES</mark></td></tr><tr><td>Transaction is freezing your funds in BUSD on our Smart Contract</td><td align="center"><mark style="background-color:green;">YES</mark></td><td align="center"><mark style="background-color:red;">NO</mark></td><td align="center"><mark style="background-color:green;">YES</mark></td></tr><tr><td>Sending all associated fees after auction end</td><td align="center"><mark style="background-color:green;">YES</mark></td><td align="center"><mark style="background-color:red;">NO</mark></td><td align="center"><mark style="background-color:green;">YES</mark></td></tr><tr><td>Sending all associated fees right after buy</td><td align="center"><mark style="background-color:red;">NO</mark></td><td align="center"><mark style="background-color:green;">YES</mark></td><td align="center"><mark style="background-color:red;">NO</mark></td></tr></tbody></table>

{% content-ref url="/pages/6y21KE5E9VS1eQpHDSPA" %}
[Initial NFT Selling (INS)](/metapro-market/side-panel/sell-nft/initial-nft-selling-ins.md)
{% endcontent-ref %}

{% content-ref url="/pages/RhrU8BQnI5UBX0mBG4wX" %}
[Buy Now](/metapro-market/side-panel/sell-nft/buy-now.md)
{% endcontent-ref %}

{% content-ref url="/pages/T26Ye3d6ZQIhTRmj2kAu" %}
[Auction (Bidding)](/metapro-market/side-panel/sell-nft/auction-bidding.md)
{% endcontent-ref %}

[^1]: Finalization is only necessary when some of the NFTs remain unsold. In such cases, they need to be retrieved from the smart contract. If all the NFTs are successfully sold, finalization is not required.

[^2]: BSC Network only at the moment


---

# 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.metaproprotocol.com/metapro-market/side-panel/sell-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.
