> For the complete documentation index, see [llms.txt](https://docs.kaiprotocol.fi/kai-protocol/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kaiprotocol.fi/kai-protocol/english/how-to-guides/how-to-klayswap/undefined-3.md).

# How to Add Liquidity

## :pushpin: How to provide Liquidity on pools

1\. KLAYswap \[Pool] menu> Check and click the pool to supply liquidity.

2\. Click the Deposit button in the pool list to go to the detail page. When you enter a quantity of one asset in the **Deposit** menu, the quantity of opposite assets required to deposit together is automatically calculated and entered.

![](/files/-Mkv2MnKJ4qRal4AQqv0)

3\. You can see the details related to the deposit at the bottom of the screen. The user should be fully aware and understand of the changes that may occur in the process of deposit and should proceed with the deposit. **All the information displayed is real-time forecast information, which can lead to differences in the actual deposit process.**

![](/files/-Mkv2UJDR1doChYgQedS)

4\. After checking the details, click the \[Deposit] button. The token authorization procedure may be required for the first time you make a deposit. Click the \[Approve] button.

![](/files/-Mb5RENo3RCxQVjwpsxh)

A transaction request is automatically issued to your Kaikas wallet, and click the \[Confirm] button to complete the authorization transaction.

![](/files/-Mb5S4jneHLZM5D1pvqg)

5\.  Check the final deposit details and click the \[Deposit] button.

![](/files/-Mb5SjL1wejXtD-X7jzz)

&#x20; A transaction request is automatically issued to your Kaikas wallet, and click the \[**Confirm**] button to complete the deposit transaction.

6\. When your deposit is complete, you can find it in the **\[My Deposits]** area at the top.

After the deposit is completed, KAI compensation will be distributed in real time by airdrop according to each deposit's equity ratio.


---

# 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.kaiprotocol.fi/kai-protocol/english/how-to-guides/how-to-klayswap/undefined-3.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.
