> For the complete documentation index, see [llms.txt](https://docs.capybara.exchange/english/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.capybara.exchange/english/getting-started/earn/create-pool.md).

# Create Pool

### Permissionless Pools

**Definition**\
Permissionless pools are user-deployed liquidity pools that do not require any centralized approval. Liquidity providers (LPs) supply a trading pair (e.g., ETH/USDC), and the pool automatically facilitates swaps between those tokens.

**Key Features**

* **Fully decentralized** **and self-managed**: Anyone can create a pool without gatekeepers.
* **Requires technical knowledge** to deploy and configure properly.
* **Maximum flexibility** for advanced users who want custom configurations.

***

#### V2 vs. V3 at a Glance

|                            | **v2**                                          | **v3**                                                                               |
| -------------------------- | ----------------------------------------------- | ------------------------------------------------------------------------------------ |
| **Liquidity Distribution** | Spread across the entire price range (0 to ∞)   | Concentrated liquidity within user-defined price ranges                              |
| **LP Token Type**          | **Fungible** (ERC-20)                           | **Non-fungible** (NFT), each position has custom parameters                          |
| **Capital Efficiency**     | Lower; a lot of liquidity sits unused           | Potentially much higher; LPs can earn more with less capital at risk                 |
| **Complexity**             | Relatively simple, easy to set up               | More advanced; LPs must actively manage or specify price ranges to keep earning fees |
| **Fee Tiers**              | Single default (0.30%)                          | Multiple tiers (0.05%, 0.30%, 1.00%), letting LPs balance risk vs. reward            |
| **Best For**               | Users wanting simplicity or wide price coverage | Users who want to optimize for greater returns, can handle more active management    |

***

#### How It Works in V2

* **Single Price Curve**: Liquidity is distributed across all prices between 0 and ∞.
* **Fungible LP Tokens**: When you deposit assets, you receive ERC-20 tokens representing your share in the pool.
* **Simple Setup**: Less fine-tuning is required. Even so, you’ll need to deposit proportional amounts of both tokens.

#### How It Works in V3

* **Concentrated Liquidity**: Choose the exact price range to provide most of your liquidity, improving fee potential.
* **Non-Fungible Positions**: Each position is unique and represented as an NFT instead of a fungible LP token.
* **Fee Tiers**: You pick a fee tier that suits your pair’s volatility (e.g., 0.05% for correlated assets, 0.30% for popular pairs like ETH/USDC, 1.00% for exotic assets).
* **Active Management**: If the price moves outside your specified range, your liquidity is no longer active until you rebalance.

***

#### Which Version Should You Use?

* **Choose v2 if** you want a straightforward, fully permissionless pool where you don’t have to manage price ranges.
* **Choose v3 if** you want greater control over how your capital is allocated, potentially higher returns, and you’re comfortable actively managing or using tools that automate rebalancing.


---

# 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.capybara.exchange/english/getting-started/earn/create-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.
