# ChefSwap Fee Structure

## **Swap Fees:**

* Each transaction within ChefSwap incurs a swap fee, set by the liquidity pool creator. The fee tiers range from 0.01% to 2% of the trading amount.
* If a referral is involved, 10% of the swap fees are distributed to the referrers. The remaining swap fees are allocated as follows:
  * 80% to the liquidity providers
  * 10% to the CoinChef platform
* Without a referral, 90% of the swap fees go to the liquidity providers and the remaining 10% to the CoinChef platform.

This fee structure ensures that referrers and liquidity providers are rewarded appropriately while supporting the overall maintenance and development of the CoinChef platform.


---

# 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.coinchef.com/fees/chefswap-fee-structure.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.
