> For the complete documentation index, see [llms.txt](https://docs.caviarnine.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.caviarnine.com/products-floop/simple-pools/create-a-pool.md).

# Create a Pool

### Overview

Creating a liquidity pool on CaviarNine is a simple process that allows users to provide liquidity for token pairs and earn trading fees. Follow the steps below to set up your own pool.

### Steps to Create a Pool

#### 1. Navigate to the Simple Pools Page

* Go to [CaviarNine Simple Pools](https://www.caviarnine.com/earn/simple-pool).
* Click on the **"Create a Pool"** button.

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

####

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

#### 2. Select Tokens

* Choose the two tokens you want to provide liquidity for.
* Ensure that both tokens are available in your wallet.

#### 3. Set Trading Fees

* Define the trading fee percentage for swaps within your pool.
* This fee will be distributed to liquidity providers as a reward.

#### 4. Confirm the Starting Mid Price

* The system will suggest an initial mid price.
* Confirm or adjust the price if necessary.
* If the price is outside a reasonable range, you may see a warning symbol.

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

#### 5. Set Token Balance and Ratio

* Adjust the token balance to maintain the correct liquidity ratio.
* The weight percentage will be displayed (e.g., 50% CAVIAR / 50% XRD).

#### 6. Add Tokens to the Pool

* Enter the number of tokens to add or/and slide the slider. If you can't slide the slider then you don't have enough of one of the tokens
* Since pools operate on a ratio basis, both tokens must be added in proportion.

#### 7. Create the Pool

* Click the **"Create Pool"** button to finalize the process.
* Your liquidity pool is now live and ready for swaps!

### Additional Information

* Liquidity providers earn fees from each trade occurring within the pool.
* Once created, your pool will be available on the CaviarNine platform for others to trade.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.caviarnine.com/products-floop/simple-pools/create-a-pool.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
