# Creating a Liquidity Pool

Anyone can provide liquidity on sudoswap. You can choose whether you want to buy or sell NFTs across a range of prices, or do both to earn trading fees.

To create a pool, navigate to the [Create Pool](https://sudoswap.xyz/#/create) interface. Follow the steps below depending on the type of pool you want to create.

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

### Trade Pool (Buy and Sell) <a href="#trade-pool-buy-and-sell" id="trade-pool-buy-and-sell"></a>

1. On the [Create Pool](https://sudoswap.xyz/#/create) interface, select an NFT collection in the top-left pane.
2. Optionally, choose an ERC20 token the NFTs should trade against.

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

3. Under the *Deposits* section, choose how much ETH/ERC20 token to deposit (based on how many NFTs you are willing to buy) and which of your NFTs to deposit to seed the pool:

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

4. Under the *Strategy* section, choose a starting Sell price for the pool. The corresponding Buy price is automatically adjusted in the following steps.
5. Adjust the percentage Fee which will be taken on every trade.
6. Select a type of price curve from the dropdown box and adjust the curve parameter as desired.

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

7. Click "Create Pool" and confirm the approval and pool creation transactions in your wallet.

## Buy-Only Pool

1. On the [Create Pool](https://sudoswap.xyz/#/create) interface, select the Buy pool type in the top right-pane:

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

2. Follow the same steps you would to create a Trade pool, as documented above. Notice that:
   * Under the *Deposits* section, you only choose how much ETH/ERC20 token to deposit (based on how many NFTs you are willing to buy) to seed the pool.
   * Under the *Strategy* section, the starting price you choose is a Buy price.

## Sell-Only Pool

1. On the [Create Pool](https://sudoswap.xyz/#/create) interface, select the Sell pool type in the top right-pane:

<figure><img src="/files/8cdRWkp6xHnuPlhydnZX" alt=""><figcaption></figcaption></figure>

2. Follow the same steps you would to create a Trade pool, as documented above. Notice that:
   * Under the *Deposits* section, you only choose which of your NFTs to deposit to seed the pool.
   * Under the *Strategy* section, the starting price you choose is a Sell price.


---

# 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.sanko.xyz/sanko-mainnet/sudoswap/user-guide/creating-a-liquidity-pool.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.
