# DLMM pool

### 1. **Getting started**

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

{% hint style="info" %}
*<mark style="color:$info;">A certain amount of SUI is required to create pool, so ensure your wallet has enough balance.</mark>*
{% endhint %}

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

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

**Select Pool Type**

* Choose `DLMM`

#### Choose Pool pair

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

#### Set Base fee

* Learn more about [Base fee](/core-protocols/quickstart/dynamic-fee.md)
* Then, pick from the available options: 0.01%, 0.05%, 0.1%, 0.5%, 1%, 5%

#### Set Bin Step

* Learn more about [Bin Step](/core-protocols/quickstart/dlmm-overview.md)
* Pick a base fee; we’ll auto-pick the matching bin steps

#### 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 everything is set, click `Create`

<figure><img src="/files/gdQ06JcQqtiLsnyhd5ua" alt="" width="373"><figcaption></figcaption></figure>

### 3. Configure your DLMM 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 Liquidity Shape strategy

* **Spot**: Evenly distributes liquidity. Simple, low risk, and suitable for most markets
* **Curve**: Concentrates liquidity around current price—ideal for stable pairs or low-volatility assets
* **Bid-ask:** An inverse curve distribution, typically single-sided, perfect for DCA in/out strategies and capturing volatility during price swings

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

After reviewing all settings, click `Add Liquidity` & approve the transaction in your wallet.

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

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

### 4. Manage your DLMM Pool

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

* View your pool details & performance
* Claim your accrued yield
* 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/dlmm-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.
