# sell NFTs

Selling NFTs from hadeswap follows the same intuitive logic than for buying NFTs. You can either sell instantly in a pool proposing the best price possible or you can list your NFTs along a bonding curve, effectively placing sell orders for your NFTs!

### How do I sell an NFT instantly?

1. Go to "<mark style="color:blue;">collections</mark>" and select the NFT collection you'd like to sell to.
2. Go to the "<mark style="color:blue;">sell</mark>" tab in the middle of the page.
3. Select the NFTs you would like to sell and click "<mark style="color:blue;">swap</mark>".
4. All you need to do now is sign the transactions to confirm your sale(s)!

### How do I list an NFT or multiple NFTs of the same collection?

1. Go to "<mark style="color:blue;">my pools</mark>" top right and then click on "<mark style="color:blue;">+</mark> <mark style="color:blue;">create pool</mark>".
2. Pick the NFT collection you would like to list from the drop down menu.

   <figure><img src="/files/vQMxIk7y01xxwRdgHpPJ" alt=""><figcaption></figcaption></figure>
3. Click on "<mark style="color:blue;">sell NFTs for token</mark>"
4. On the **pool settings** section of the create pool page, you can fill in the following parameters to put your sell order for the collection or the NFT:

   * "<mark style="color:blue;">spot price</mark>" = the price at which you want to start selling your NFT (in SOL)
   * "<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 sell the next NFT of the collection at, for the exponential curve, that would be the increase (in %) that you want to sell the next NFT of the collection at.
   * and of course, don't forget to add your assets by pressing "<mark style="color:blue;">+ select NFTs</mark>"!

   <figure><img src="/files/TbZKQba8ZiZUQDsLwVvX" alt=""><figcaption></figcaption></figure>
5. Once you have selected the desired parameters for your liquidity pool, click on "<mark style="color:blue;">create pool</mark>", you can sign the transaction and your buy order for the collection will be active.

### What's the difference?

If you sell **instantly** on hadeswap, this implies that you sell your NFT into a pool that offers the best possible price. You will then immediately get the liquidity.

If you decide to **list** your NFTs on hadeswap by creating a pool, then that means that you can basically ladder your sell orders at whichever price you decide.

Something to bear in mind at all times while dealing with AMMs is slippage - the less liquidity there is, the worse it gets. If you're listing your NFTs and are not satisfied with what the bonding curves are giving you as projection, then you should list them individually and wait for someone to purchase them.


---

# 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/providing-liquidity-how-does-it-work/sell-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.
