> For the complete documentation index, see [llms.txt](https://origins-organization.gitbook.io/advice-and-answers-from-the-team/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://origins-organization.gitbook.io/advice-and-answers-from-the-team/buying/how-do-i-make-offers-for-specific-nfts.md).

# How do I make offers for specific NFTs?

When you make an offer on an NFT, you'll see the **status** of that offer:

* **Pending:** Your offer is valid and waiting on the seller’s response. The seller will be notified of the bid and can choose to accept or decline your offer. Once they accept your offer, the amount offered will be deducted from your wallet.
* **Insufficient funds:** Your bidding wallet does *not* have enough balance to cover the price of your bid. Deposit Sol to your bidding wallet equal to the offer price to make the offer active.

### **Making an offer** <a href="#h_53eee635f2" id="h_53eee635f2"></a>

In order to make an offer, the bid value must be at least 50% of the NFT's listed price. The minimum bid amount can be viewed in the placement window:

Upon placing the bid, Sol will be deducted from your main wallet, and transferred to your bidding wallet. The funds exiting and entering can be viewed as the yellow and green text in the image above.

Once there are funds in the bidding wallet, you will now have the option to use the unlimited bidding feature, where you can place additional bids without being charged. Note that this feature should only be used by advanced bidders. See a detailed explanation on unlimited bidding!

### **Cancelling your bids** <a href="#h_db1150a71e" id="h_db1150a71e"></a>

1. Head over to your profile page and click on the “Offers made” tab.
2. Once you’ve identified the offer to cancel, navigate to the “Actions” column on the far right and click "Cancel".

When offers are cancelled, **funds will remain in your wallet** **by default** to allow for quicker bidding in the future. You can withdraw to your wallet at any time by clicking the three dots next to the bidding wallet. Here, there will be an option to "Withdraw all to wallet". This will empty your bidding wallet, and withdraw all funds related to bidding back to your wallet.


---

# 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:

```
GET https://origins-organization.gitbook.io/advice-and-answers-from-the-team/buying/how-do-i-make-offers-for-specific-nfts.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.
