# CLMM pool

### 1. **Getting started**

Visit <https://ferra.ag/>, connect your Sui wallet, then click `Create Pool`&#x20;

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

### 2. Configure your CLMM Liquidity Pool Setup (1)

#### Select Pool Type

* Choose `CLMM`

#### Choose Pool pair

* Select a `Base Token` (e.g., CETUS) & a `Quote Token` (e.g., SUI)

#### Set Fee Tier

* Learn more about [Fee Tier](/core-protocols/publish-your-docs/clmm-overview.md)
* Then, pick from the available options: 0.01%, 0.05%, 0.1%, 0.5%, 1%, 5%

#### Set Initial Price:

* This is the starting exchange rate between the two tokens when the pool launches.
* *E.g. 1 CETUS = 0.029 SUI (or '0.029 SUI per CETUS')*

Once you’ve completed these settings, click `Continue`

<figure><img src="/files/K9qq9mO3oxjuchgevI1x" alt="" width="380"><figcaption></figcaption></figure>

### 3. Configure your CLMM Liquidity Pool Setup (2)

#### Enter Deposit Amount

* Input the amount of both tokens or supply single-sided liquidity that you want to create pool

#### Select your preferred Price range strategy

* **Active**: Focus liquidity within a narrow range for higher yields, with higher IL
* **Full Range:** Provide liquidity across the entire price spectrum
* **Custom**: Set a custom range tailored to your strategy

Adjust the Price parameters in `Set Price Range` section if needed.

After reviewing all settings, click ‘**Create Pool’** & approve the transaction in your wallet.

🎉 **Congratulations! You’ve successfully created your own custom CLMM liquidity pool on Ferra.**

<figure><img src="/files/38rtcRtqooZXyxx3CvxU" alt="" width="458"><figcaption></figcaption></figure>

### 4. Manage your CLMM Pool

Navigate to **`My Position`** tab to:

* View your pool details & performance
* Monitor & claim earned yields
* Add more liquidity
* Withdraw liquidity
* Lock liquidity (permanent or non-permanent)


---

# 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.ferra.ag/user-guide/create-liquidity-pool/clmm-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.
