# Swap

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

**토큰 스왑**은 풀에 공급된 토큰 쌍의 비율에 따라 클레이튼 체인 상에서 유통되는 다양한  KIP7 토큰을 교환할 수 있는 가장 간단한 방법입니다.&#x20;

클레이스왑의 풀을 통해 토큰을 교환(거래) 하는 경우,  **각 풀 별 수수료 정책**에 따라 수수료가 발생하며, 프로토콜 이용에 따른 풀 수수료는 다음과 같이 분배 됩니다.&#x20;

**V2, V3  풀 거래 수수료 분배**&#x20;

| 구분                    | 수수료 분배 비율 |
| --------------------- | :-------: |
| **유동성 공급자(LP)**       |    80%    |
| **KSP 바이백&소각**        |    10%    |
| 스테이킹 참여자(**vKSP 홀더)** |    10%    |

&#x20;

* 모든 풀에서 발생한 수수료의 80%는 유동성 공급자에게 각 LP 지분율에 따라  분배됩니다.
* 모든 풀에서 발생한 수수료의 10%는 KSP 바이백 & 소각을 위한 재원으로 활용됩니다.&#x20;
* 모든 풀에서 발생한 수수료의 10%는 KSP 스테이킹 참여자에게 각 vKSP 지분율에 따라 분배됩니다.


---

# 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-new.klayswap.com/product/swap.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.
