> For the complete documentation index, see [llms.txt](https://docs.izumi.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.izumi.finance/tutorial/how-to-use-iziswap/add-liquidity.md).

# Add Liquidity

1\) Select "liquidity" => "add liquidity"

![](https://lh4.googleusercontent.com/mwN_P-4e8lqwQhdBK8_H7YoDZuF4guM_WC_mTCUqsAudru6MpY1sDNpnbtZZUyAe033Rx2POLQn2TYLLnDKTBJjAAkZrVn37XgpKkUJixuh5v_5wHGUmZCxnm9JSmgyrkuH9ihQCF-B2li-Diw)

![](https://lh5.googleusercontent.com/2D1OUH-TtXBexld_KMyEOap01mT5a7aFkyAF1bTGWXTFkHURh6XdBw4OE6TwURCFLRLxNYDb4uuIFG2cpKt1soDVsRwTJQexOa9_U5xxdbOyxfGXUUkFP1zcnvpLir1vQVwT9Ht0rprx0u6fWg)

2\)Select a pair you want to create a pool with, here we take BNB and iZi as an example. Furthermore, choose the swap fee rate that you are willing to charge.

![](https://lh6.googleusercontent.com/AxgRijXaq8coxJKlsjtuCRRw8YxplX6AVsnor-nKX-FL7BHvvb0-GPcdX4VMkYSAWZWxj2LHBdPivD3X-6L-onwy9FnTdeO0Z-zRdJgesMJgHqUsbsyYH9xhuq6WK6PnKh2M3-Qgy91PuGdLOQ)

3\) Input the sum you are willing to provide and set the price range, which is reasonable in your opinion. You should also be ready to observe and manage your pool as the market progress. Additionally, approve your tokens if it's the first time providing liquidity for you.

![](https://lh5.googleusercontent.com/rTxjB9n2nxKWlVwN5YPu9VU5ZqQhM3tfsmv2fb1p5DbrmCY-blMzPcNUDLeBpWU0NGBwxFy8LCucwKJSV8wRxGoxzOofmRrnBSdQqTfmDZp4RBpy0TKm_gzM2GkSlA747dI6W6h-YCaon285wQ)

4\)With your pair, fee tier, and price range selected, and provided funds click “create” button and confirm the transaction on metamask.

![](https://lh6.googleusercontent.com/CPZKrG9EH3zWxK8uwFVDl_JuZPGnE9Y37eoUOlvE-AwKBw6Ve54hk43AVH0ntNFEsFMd131KRhlv3DCWpM0Eks9vbd7OWThQs9wEx-69UEFo7MLihAIzrRHieeu90yOi3xl5UaQT4lDuWvxlxQ)

5\) In a moment, you will be able to see a pop-up window "add liquidity successfully"

![](https://lh6.googleusercontent.com/xU00KU2ov8PUitdOSegcOPv0coGqhnRcd6oIj0C_KhTPXwt0JGmNEJfwNpF7zJcPnFFRATegpqlIzVcdQvswfi7xUAgAc_99IlGhDg6hmpZUu8KKSG4y_Vf_NVYIS3V3xv5VJhiLyS3QgcBjsw)

6\) Go back to the liquidity page to validate the provided position with the specific range, fee rate, TVL information, and NFT id.

![](https://lh3.googleusercontent.com/Jt5_SGU4Bw5VQ4RP8VJDO2D9UV3fvEZM01mv5ZMHk9h5sovnBvRqUMlYuQBig07ChTEMbQ_kgzcQOB_zQucm1ctymWcWJw1x9khEix5nzqu5JVLgLXFeXebbXc_MI7-p__PXQV8fP0b8-anYUg)

7\) Click “Collect” to claim swap fee,and click “Add” to add more liquidity to the existed position Be informed, **that you can not change the fee rate or price range of the existed position and require to create a new pool,** for that matter.

![](https://lh3.googleusercontent.com/OTb4TBzC-2dKRjWMlLl2XkazdfomFq_TL9MADaF4bq47HI0FwOnLn1zxNn5s8puk5k2b-VNTJViCTMWyuaTmhI1EuZ0NnkLAKbSypGVTeHmm8Cga7rTvUdtURm0Fr_ADC6dC4JwQfATOfTGwkg)


---

# 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://docs.izumi.finance/tutorial/how-to-use-iziswap/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.
