# Add liquidity (Custom)

### **1. Search pools you want to add liquidity.**

![](/files/u8DuvS2Mh3AKn1Mdu3n9)

### **2. Choose Custom price range**

* At custom mode, you can check the pool's details such as current price ratio, liquidity distribution. Also, you can set price range yourself.

![](/files/kJCY4Hztr1LNZCvVCduy)

* Price range is the range within which you can earn swap fee by providing liquidity. Therefore, if KLAY-USDT current price ratio is 0.479717 USDT per KLAY and you expect the price moves approximately 0.5 USDT, you can set price range 0.2 USDT \~ 0.8 USDT.
* You can earn more fees by adding liquidity with a narrower price range and check how to change the [fee boost](/pangeaswap/en/guide/add-liquidity.md#fee-boost) and [Estimated APR](https://pangeaswap.gitbook.io/pangeaswap/en/guide/add-liquidity/pages/FHPuChzQz53ZEL17OAol#2.-add-liquidity-expected-apr-expected-apr-of-full-price-range-position-v2-type-fee-boost).&#x20;
* [Deposit Ratio ](/pangeaswap/en/concentrated-liquidity/concentrated-liquidity-faq.md#how-is-the-ratio-of-the-two-assets-deposited-determined)is determined by set price range.&#x20;

![](/files/gPfHCanijx6Lc0puHN6c)

* Each pools has a unit price because of [Ticks](/pangeaswap/en/developers/concept-overview/price-tick.md#what-is-tick). Therefore, when you set the min price or the max price, the price will be adjusted to the nearest price. For example, when you set the min price to 0.2 (oUSDT per 1 KLAY), the price will be re-positioned to 0.19958.

* You can also add liquidity from 0 to ∞ by clicking the "Full Range" button. When you click the "Set Default' button, the price range returns to the **"Active"** price range, which is the default set price range.

![](/files/UnKTjtID4K4U3mpRfbn3)

### **3. Set deposit amount**

* Enter the number of tokens you want to Deposit in the pool.

![](/files/BT98Kw3myOU2bxFN5DM1)

### **4. Check the information in the confirmation page and Click the button "Add Liquidity".**

![](/files/BthLs9f1BRWDyhbugutV)


---

# 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://pangeaswap.gitbook.io/pangeaswap/en/guide/add-liquidity/add-liquidity-custom.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.
