# Accepting an offer

Accepting an offer for your NFT takes just four steps. Here’s how:

1. Navigate to the NFT that you’d like to check. There, you’ll see a list of offers that have been submitted. These are automatically sorted by price, with the highest offer at the top and lowest one at the bottom. To accept an offer, click ***Accept*** for the corresponding offer.

   ![](/files/uUDY954uQqjtVJxXYJcV)
2. Review the offer’s details and click ***Accept Offer***.

   ![](/files/DEMJLmUubs50xmhbVkFD)
3. Approve the transaction in your wallet to finalise the sale.\
   \&#xNAN;*Note: The gas fee needs to be approved at this point as well. Review the amount carefully, as it fluctuates based on network conditions.*

   ![](/files/0Po85W7tANAFAz5i9wt0)
4. Congratulations! You’ve successfully sold an NFT. You can view the transaction hash on this page as well.

   ![](/files/yX0UlyZvmYAALMJEl2ri)

## FAQs

<details>

<summary>How do I view the offers that my NFT has received?</summary>

Go to your user profile and select the specific NFT that you’d like to check on. From there, you can view the full list of offers that it has received.

</details>


---

# 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://help.minted.network/minted-help-centre/minted-how-to-hub/accepting-an-offer.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.
