# How to add liquidity on MerlinSwap?

1. Navigate to MerlinSwap at <https://merlinswap.org/home>, connect your wallet and tap on the "Pools" feature.

   <figure><img src="/files/BrEVwdtz1JVUJtFbsGEC" alt=""><figcaption></figcaption></figure>
2. You can view all popular pools on Merlin and their respective pool information, such as liquidity, 24-hour volume, and current APR. Tap the “Add Liquidity +” button to provide liquidity.

   <figure><img src="/files/ztGXnMR0T7lJxCwOwJ8r" alt=""><figcaption></figcaption></figure>
3. Choose which pair you would like to provide liquidity for, and select the fee tier. Here we will use the WBTC - iUSD pair as an example.

   <figure><img src="/files/uzFPFXAFB2YQOJVHr3gC" alt=""><figcaption></figcaption></figure>
4. Input the amount of tokens you will provide and take note of the current price. Set the LP price range, and we recommend a range of plus or minus 50%. Within this range, you can earn a higher APR and it's less likely to exceed the range.

   <figure><img src="/files/XviSfjXmnzrcG1GFKQSE" alt=""><figcaption></figcaption></figure>
5. Approve your token and double-check all your related liquidity settings, then tap "Add".

   <figure><img src="/files/Db54pllh3n3tkNopVyuX" alt=""><figcaption></figcaption></figure>
6. After successfully adding liquidity, you can view your position at <https://merlinswap.org/trade/liquidity>.

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

Please note that providing liquidity carries the risk of "Impermanent Loss." Ensure you have sufficient experience before participating. Learn more [here](https://academy.binance.com/en/articles/impermanent-loss-explained).


---

# 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.merlinswap.org/tutorial/how-to-add-liquidity-on-merlinswap.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.
