# SWAP

![](https://1592049914-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MJygKa-Pq2tO-w7HGny-887967055%2Fuploads%2FRDFAI0lH6S5g49GQPtFJ%2Fimage.png?alt=media\&token=d0e72be0-fecd-471a-8349-8004ae4437cc)

Token swaps are the simplest way to exchange various KIP7 tokens circulated on the Klaytn chain according to ratios of token pairs deposited in the pool.&#x20;

Once users swap (trade) tokens through Klayswap, the transaction fee will be determined by the reward policy of each liquidity pool, and the transaction fee will be distributed as follows.

<table data-header-hidden><thead><tr><th width="552">Pool types</th><th align="center">Composition of fee distribution</th></tr></thead><tbody><tr><td>Pool types</td><td align="center">Composition of fee distribution</td></tr><tr><td>KSP rewards pool</td><td align="center">Buyback funds (50%) + Pool voters (50%)</td></tr><tr><td>General pool</td><td align="center">Buyback funds (50%) + Liquidity providers (50%)</td></tr></tbody></table>

&#x20;

* Half of the fees incurred in all pools are used as funds for KSP Buyback & Burn.&#x20;
* (In case of KSP rewarding pool) Distribute to the users who voted for the pool.&#x20;
* (in the case of a normal pool) Distribute to users who have deposited their assets in the pool.


---

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