> 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/swap.md).

# Swap

{% hint style="info" %}
iZUMi Finance 의 공식 문서를 기반으로 작성 되었습니다. 자세한 내용은 아래 문서에서 확인해주세요.
{% endhint %}

{% embed url="<https://docs.izumi.finance/tutorial/how-to-use-iziswap/lite-version/swap>" %}

***

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

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

1. 위 [링크](https://kaiaswap.org/trade/swap) 를 클릭 하거나 KaiaSwap 홈페이지에서 **`Swap`** 탭으로 이동 합니다.

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

2. 오른쪽 상단에 있는 **`Connect Wallet`** 버튼을 클릭하여 지갑을 연결하세요.

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

2. 스왑할 토큰과 수량을 선택하세요. 상단 토큰은 소유하고 있는 토큰을 나타내고, 하단 토큰은 성공적으로 스왑한 후에 받게 되는 토큰입니다.<br>

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

3. **`Swap`** 버튼을 클릭 하여 토큰 스왑을 진행합니다.

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

{% hint style="warning" %}
스왑 예상 결과를 꼼꼼히 확인해주세요. 여러 거래가 일어나면 실제 입금 수량이 달라질 수 있습니다.
{% endhint %}

4. **`Swap`**  버튼을 클릭 한 후 지갑에서 승인합니다. Transaction이 승인되면 거래가 완료됩니다.


---

# 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/swap.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.
