# Offer on One NFT

Making an offer on an NFT is when a buyer expresses their willingness to purchase the NFT at a specified price. As the seller, you have the option to either accept or ignore the offer.

* Offers are paid in U2U.
* Making an offer does not necessarily move your money out of your wallet until it is accepted by the seller.
* Offers can be cancelled anytime before they are accepted.
* Offers are set with an expiration time. The offer will be cancelled once the time is up.
* If the NFT that received an offer is transferred to another address, the offer remains valid.

### Make an Offer[​](https://docs.x2y2.io/guides/how-to-buy-nfts/offer#make-an-offer) <a href="#make-an-offer" id="make-an-offer"></a>

To make an offer on an NFT, open the detail page of the NFT you are interested in. Click the blue **Place a bid.**

<figure><img src="/files/25TukwWMc9DRy6FwsvpH" alt=""><figcaption></figcaption></figure>

and a dialogue box will appear where you can fill in the offer price and expiration date.<br>

<figure><img src="/files/Z9Gw0GfAP2yOmxiVltuq" alt="" width="333"><figcaption></figcaption></figure>

Make sure you have enough U2U in your wallet to cover the offer.

After you filled the price and expiration date, click the Place Bid button in the pop-up, and your wallet will prompt you to confirm a signature.

If this is your first time making an offer, your wallet may prompt you to approve U2U before the signature.


---

# 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.x721.io/guides/x721-marketplace/buying-nft/offer-on-one-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.
