# SWAP

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

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

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

<table data-header-hidden><thead><tr><th width="271">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><strong>Liquidity Provider (LP)</strong></td><td align="center">80%</td></tr><tr><td><strong>KSP Buyback &#x26; Burn</strong></td><td align="center">10%</td></tr><tr><td><strong>Stakers (vKSP holders)</strong></td><td align="center">10%</td></tr></tbody></table>

&#x20;

* 80% of the pool usage fees incurred in all pools are distributed to liquidity providers in proportion to their respective LP shares.
* 10% of the pool usage fees incurred in all pools are used as funds for KSP Buyback & Burn.&#x20;
* 10% of the pool usage fees incurred in all pools are distributed to stakers (vKSP holders).


---

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