> For the complete documentation index, see [llms.txt](https://docs.dagora.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dagora.xyz/beginners-guide/selling-nfts/how-to-view-and-accept-offers.md).

# How to view and accept offers

🛠️ Connect wallet |[ 💵 Cost gas fee](https://docs.dagora.xyz/beginners-guide/faqs/what-are-gas-fees)

**Step 1:** Access your **Profile** page and click on your listed NFT.

**Step 2:** In the NFT detail page, click on **Offers** tab

**Step 3:** Click **Accept** button next to the offer that you want to accept

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXeC76V-h_LUDyNpSY0rRdioINJ_dzYS5zfsfaZX2kO6pUHv9rlHv-7ICsXP8M29SxBVIIQAdKplmBH-lr5kSJOh0ibrDFlzrQjn9rJr1cqFm0YEglraaTNj9rLrS0s68t5UiUkr?key=QWNr3W4zoSqSUxcBCXeaI8yD" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
**Note:** If the Floor Difference is large, there will be a Warning message popup when you click Accept button. Make sure to review carefully to decide whether you prefer to confirm or not.
{% endhint %}

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXfuMqLA0MwSj2gM32IDpdfaGtudaj8U_Gl2E4_K3jgSwCCHhDJ9D9ZvpWKgqQgXQEu2i_fKvr5f-RNwbwBzbZ0e0VLh8lIHDu7I6chFzzoy1ZTvamRGWNPmtepYrVY8k3Hpv0IhwA?key=QWNr3W4zoSqSUxcBCXeaI8yD" alt=""><figcaption></figcaption></figure>

**Step 4:** In the Accept Offer page, click **Accept Offer** button

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXeRT1frcBA8qvxmUSc_EBx4Xol9oCU-CQ2iwzMOUk0OJfaNpz62WfAxZzCw8ATw8j3ucMRHBtpFj7-HMlhUxzMyTL0Ht76DkJ7onG507Z2g0bVi9nfDDGpNRaXvSY87ScQMkVs4cA?key=QWNr3W4zoSqSUxcBCXeaI8yD" alt=""><figcaption></figcaption></figure>

**Step 5:** Review and click **Confirm** to execute accept offer transaction.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXdv3DWH75UJgVTS7n-anusVZM0362mSwC4VCPaoStW8_nxhuAvw0mH6RC1-xtqHVXHxpehvpiU4VOTAIjP6ABTuXEQ26Tlg6HuzoFoz2M1uuEXckiREeCmr8auSH5eTlDhAbLobrw?key=QWNr3W4zoSqSUxcBCXeaI8yD" alt=""><figcaption></figcaption></figure>

When owner accept an offer, there are some cases that happen as below:<br>

| Case                                                                                     | <p>Result<br></p>                                                                                                                                                                                                                                                                 |
| ---------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| The offer that is accepted                                                               | <p>Dagora automatically transfers NFT item to the winner's wallet</p><p><br></p>                                                                                                                                                                                                  |
| <p>Other offers that are not accepted</p><p><br></p>                                     | The offers are auto canceled. This cancelation does not charge gas fee                                                                                                                                                                                                            |
| Offer is accepted but buyer's fund is not enough to pay the offer price (For EVM chains) | <ul><li>System will display warning message and transaction unsuccessfully.</li><li>This offer will not be deleted. The owner can wait until the user has enough token to accept (before the expiration time of this offer) the offer again or can accept another offer</li></ul> |

<br>

**Step 6:** After the confirmation is completed, you will receive a notification shows **Your NFT Has Been Sold**

a. Click **View NFT** to view the NFT detail page

b. Click **View Transaction** to check the transaction on blockchain explorer.

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

<br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.dagora.xyz/beginners-guide/selling-nfts/how-to-view-and-accept-offers.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
