# 스왑

![](https://697485621-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MJygKa-Pq2tO-w7HGny-2442379174%2Fuploads%2Fr547iFQYe0T3dTuihknu%2Fcore%20concept3.drawio%20\(2\)%20\(1\).png?alt=media\&token=dececbe6-3644-41ea-b37e-7a8799bfbe2a)

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

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

**V2 풀 거래 수수료 분배**

| 풀 종류         |            수수료 분배 구성            |
| ------------ | :-----------------------------: |
| **KSP 보상 풀** |  바이백 펀드 조성 (50%) + 풀 투표자 (50%)  |
| **일반 풀**     | 바이백 펀드 조성 (50%) + 유동성 공급자 (50%) |

&#x20;

**V3 풀 거래 수수료 분배**

| 풀 종류         |                  수수료 분배 구성                 |
| ------------ | :----------------------------------------: |
| **KSP 보상 풀** | 유동성 공급자(40%) + 바이백 펀드 조성(30%) + 풀 투표자(30%) |
| **일반 풀**     |       유동성 공급자(70%) + 바이백 펀드 조성 (30%)       |

&#x20;

* 모든 풀에서 발생한 수수료의 절반은 KSP 바이백 & 소각을 위한 펀드의 재원으로 활용됩니다.&#x20;
* (KSP 보상 풀인 경우) 해당 풀에 투표한 유저에게 분배합니다.
* (일반 풀인 경우) 해당 풀에 자산을 예치한 유저에게 분배합니다.


---

# 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.klayswap.com/kr/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.
