# Protocol Fees

## 📌 TL;DR

{% hint style="info" %}
The policies below are subject to change at the discretion of the operating team or the protocol governance (yet to launch).
{% endhint %}

* Listing Fee
  * 10 KAIA listing fee (≈ $1.27)
* Trading Fee
  * 1% fee for each trades, collected in KAIA (Same as [SunPump](https://docs.sun.io/get-start/sunpump/service-fees))
* Liquidity fee
  * When the project reaches 100% of the Bonding Curve, the "migration" happen. The smart contract will add liquidity of about $14k worth of KAIA (a constant value of 109322.8346456692 KAIA) and the remaining 200 million tokens to KaiaFun's V2 liquidity pool or to an partnered DEX when trigged.
  * Additionally, the smart contract will deduct around 15k KAIA from the gathered KAIA liquidity (which is around 124,424.7 KAIA with possible, tiny [approximation errors](https://en.wikipedia.org/wiki/Approximation_error)). This fee is for the maintenance for the protocol.
* To prevent value leakage, transfers of tokens that are not to the zero address or to the KaiaFun core contract are prohibited before the migration.
* Periphery Fees
  * Flashloan Interest is 0.13% (Lower than [Klaybank](https://docs.klaybank.org/protocol/functions/flashloan#undefined))
  * Swap Fee for V2 liquidity pools are 0.3%. Fees for partner DEXes may vary.


---

# 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.kaiafun.io/kaiafun/protocol-fees.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.
