> For the complete documentation index, see [llms.txt](https://pangeaswap.gitbook.io/pangeaswap/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pangeaswap.gitbook.io/pangeaswap/en/guide/add-liquidity.md).

# Add Liquidity

The Pool page allows Liquidity Providers (LPs) to check each pools status (APR, TVL, Trading Volume) and add their liquidity. Also, they can set price ranges to desired liquidity pools and provide concentrated liquidity.

In addition, liquidity in varied price ranges can be provided to a single pool, which allows users to possess various positions in one pool. This means that LPs can control liquidity provision on a position-based method, not pool-based.

## Fee Boost

Fee Boost indicates how much more swap fee users can get as rewards (compared to AMM V2 method that covers the full price range) when they provide liquidity to a particularly set price range. Conventionally, the narrower the price range, the higher the profit. For instance, if you provide liquidity to 99%-101% of the current price range, you may earn more than X200 swap fee compared to V2. ([See details](/pangeaswap/en/developers/concept-overview/liquidity-concentration.md#concentration-ratio))

![](/files/R8trWldClHph2eMM28lv)

However, if the current price leaves the price range provided by the users, there is a risk – they may not receive the swap fee and until the current price is back in the range. It is therefore important to set tactical price ranges depending on your liquidity provision strategy. Pangea Swap offers basic price range settings for each pool type, enabling you to add liquidity without going through the hassle yourselves([check preset](/pangeaswap/en/concentrated-liquidity/concentrated-liquidity-faq.md#how-are-the-preset-price-ranges-calculated-and-how-do-you-create-a-custom-range)).

## APR

You can see the **Average APR** that the pool is earning in \[Pool List], and the **Estimated APR** that can be expected when liquidity is supplied to the given price range in \[Add Liquidity]. Each is calculated in the following way ([See details](/pangeaswap/en/developers/concept-overview/fees.md)):

#### 1. \[POOL List] Average APR = Pool Income($ Value) / Pool TVL ($ Value)

* Pool Income = Swap Fee + Flashloan Fee + Rewards
* The Swap Fee and Flashloan Fee are used in calculation after excluding 10% of protocol fee from them. No protocol fee is taken from Rewards.
* More specifically, it will be calculated as below according to how much time has passed since the pool is created :&#x20;
  * \[< 1 day] from pool creation : “TBD"&#x20;
  * \[1 day ≤] from pool creation : Calculates APR based on data from recent 24 hours

#### 2. \[Add Liquidity] Estimated APR = Estimated APR of Full Price Range Position(V2 type) \* Fee Boost

* Estimated APR of Full Price Range Position is calculated through the profit($) earned by 1$ worth of liquidity based on the last N days of data.
* More specifically, it will be calculated as below according to how much time has passed since the pool is created :&#x20;
  * \[< 1 day] from pool creation : “TBD"
  * \[1 days ≤] from pool creation : Calculates APR based on data from recent 24 hours
* The Fee Boost increases as you concentrate liquidity more.
* Estimated APR is an estimate based on historical data. It does not guarantee future profitability.

## **Swap Fee**

The swap fee differs according to the types of tokens that make up the pair pool (volatile, stable, custom). In general, the fee for volatile pairs is set at 0.2% and for stable pairs, 0.06%. LPs can claim half of the swap fees as a reward. Please note that the fees may differ for custom pairs created via partnerships with other protocol.

<table><thead><tr><th width="193.45454545454547">Pool Types</th><th width="224.27199732351954">Swap Fees</th><th>Example</th></tr></thead><tbody><tr><td>Volatile pairs</td><td>0.2%</td><td>KLAY-oUSDT, KLAY-oETH</td></tr><tr><td>Stable pairs</td><td>0.06%</td><td>oUSDT-KDAI</td></tr><tr><td>Custom Pools</td><td>Dependent on each pool</td><td></td></tr></tbody></table>

###


---

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