# coming soon

Buying NFTs from hadeswap is easy and you can do it either via buying from a bonding curve or making a collection offer that a seller would have to accept.

### How do I buy an NFT?

1. Go to "<mark style="color:blue;">collections</mark>" and select the NFT collection you'd like to buy from.
2. Add the NFTs you'd like to buy by clicking on them and adding them to your cart.
3. Open up your cart and click on "<mark style="color:blue;">swap</mark>" to initiate the transaction.

### How do I make a collection offer?

1. Go to "<mark style="color:blue;">collections</mark>" and select the NFT collection you'd like to make an offer for.
2. Click "<mark style="color:blue;">make collection offer</mark>" and you will be prompted to the "<mark style="color:blue;">create pool</mark>" page.
3. On "<mark style="color:blue;">create pool</mark>", you can fill in the following parameters to put your buy order for the collection:
   * "<mark style="color:blue;">spot price</mark>" = the price at which you want to start your offer
   * "<mark style="color:blue;">bonding curve</mark>" = which price mechanism do you want to pick (linear curve/exponential curve)
   * "<mark style="color:blue;">delta</mark>" = for a linear curve, that would be the increment (in SOL) that you want to purchase the next NFT of the collection at, for the exponential curve, that would be the increase (in %) that you want to purchase the next NFT of the collection at.
4. Once you have selected the desired parameters to put your collection offer, you can sign the transaction and your buy order for the collection will be active.


---

# 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.hadeswap.com/technical-documentation/coming-soon.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.
