# Sell NFT

### How to sell NFT in web app?

You need to make sure you are connecting Legend [NFT Marketplace](https://nftmarket.zecrey.com/) with Zecrey extension wallet.

**Step 1**: Click your account's avatar and you can find the following screen.&#x20;

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

**Step 2**: And then click "Profile", just remove the filter "Buy Now" and you can find all the NFTs you own now.

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

For each NFT, just click "...", you'll find the Quick Action page and click "Sell NFT".

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

**Step 4**: Fill out the price and set up duration and then click List NFT button to confirm the sell. You'll need to sign the transaction with Zecrey extension wallet.

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

### **How to list an NFT in Mobile?**

**Step 1:** Switch to Zecrey L2-Legend wallet and click on "**NFT**" beside the **Assets** on the homepage to view your NFT assets sorted by collections. Select the NFT you want and click "**Sell**".

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

**Step 2:** Set the price and the time limit for the listing. The listing will be automatically canceled if it's not purchased within the set duration. Gas fees are paid in BNB and are fixed at 0.1% on Legend.

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

**Step 3:** Confirm to finish the listing. You can cancel it any time in **My Orders** -> **Ordering** before it's purchased.

### **How to accept an offer?**

**Step 1:** Enter Zecrey NFT Marketplace on L2-Legend, and click into the upper right corner to view **My Orders**, click into **Ordering** or **Offer Received** under **Offers**, and find the offer you want to accept.

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

**Step 2:** Click on **Approve Offer** and check the details. Gas fees are paid in BNB and are fixed at 0.1% on Legend.

**Step 3:** Confirm to finish the transaction. You can check its details in **My Orders** -> **Sold**.

### **How to cancel a listing?**

**Step 1:** Enter Zecrey NFT Marketplace on L2-Legend, click into the upper right corner to view **My Orders**, click into **Ordering**, find the listing you want to cancel and click **Cancel Order.**

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

**Step 2:** Confirm to cancel the offer. Gas fees are paid in BNB and are fixed at 0.1% on Legend. You can enter **My Orders** to view it and choose to **Sell Again** with a different price and time limit.


---

# 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.zecrey.com/product-handbook/zecrey-nft-marketplace/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.
