# Selling your NFT

### Listing your NFT

1. Navigate to your NFT that you want to sell and click **List for sale**

![](/files/qZRxYb85RgzEEnSUpHmx)

2. In the popup that appears, tap Approve & sign the transaction so that the market contract is given it the right to transfer the NFT (no transfer will take place unless the item is sold).

![](/files/eglrCvEhH5aRKyKmNln9)

3. Once the approval transaction finishes enter the listing price to confirm the listing & sign the transaction.

![](/files/4W9kt3nET1Rv7RIvz9S7)

4. If the listing is successful you will see a confirmation screen

![](/files/ali77kqHCwGBxUSz2ggH)

### Accepting an offer

1. Navigate to your NFT that you want to accept an existing offer on.
2. Scroll to the Offers section and tap Accept Offer on the offer you want to accept.

![](/files/bbBoSNU1t2cgyuigkCjj)

3. If the marketplace does not yet have approval to transfer the NFT then you may need to approve it (this step will be skipped if you've already approved).

![](/files/5Il8INMQqw9HWEf3nze2)

4. Once approved, tap accept offer & sign the transaction

![](/files/d9oAjT53KULabw2QGGhk)

5. If the transaction is successful then you will see a confirmation

![](/files/YJNFgYvh22NySUgWKvtM)


---

# 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.cspr.market/selling-your-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.
