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

# Pool 유동성 추가하기

{% embed url="<https://kaiaswap.org/trade/pools>" %}

<figure><img src="/files/G6D2lj4DCKa7ef0jom6X" alt="" width="563"><figcaption></figcaption></figure>

1. 위 [링크](https://kaiaswap.org/farm/dynamic) 를 클릭 하거나 KaiaSwap 좌측 상단의 **`Pools`** 탭으로 이동 합니다.

<figure><img src="/files/53hbBpAVPZ3ImB0n10qg" alt="" width="563"><figcaption></figcaption></figure>

2. **`Add Liquidity`** 버튼을 클릭합니다.

<figure><img src="/files/YIh8GgD1QCAeBvPi2ISA" alt="" width="563"><figcaption></figcaption></figure>

3. 공급할 금액을 입력하고 ***본인이 생각하기에 적절한 가격 범위를 설정하세요**.* 시장이 진행됨에 따라 풀을 관찰하고 관리할 준비도 해야 합니다. 또한, 처음으로 유동성을 제공하는 경우 토큰을 승인해야 합니다.  **`Approve`**&#xBC84;튼을 클릭 후 지갑에서 승인합니다.

<figure><img src="/files/YJ6HcxzgFxNPeeIc78GY" alt="" width="563"><figcaption></figcaption></figure>

4. `Approve` Transaction 이 승인 된 후  **`Create`** 버튼을 클릭 하여 유동성 예치를 진행합니다.

<figure><img src="/files/w2axPtKJtlkhLJ204T5f" alt="" width="563"><figcaption></figcaption></figure>

5. **`Add`** 버튼을 클릭한 후 지갑에서 승인합니다.

<figure><img src="/files/eECUQK5gkLqf0cajUegF" alt="" width="563"><figcaption></figcaption></figure>

<figure><img src="/files/dAWSdgZvHqRpdKpTNTWl" alt="" width="563"><figcaption></figcaption></figure>

6. `Pools` 탭에서 우측 상단의 **`Manage Liqudity`** 버튼을 클릭하면 예치한 유동성을 확인 할 수 있습니다.


---

# 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://kkulp.gitbook.io/kkulp/tutorial/kaiaswap/pool/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.
