# Revenue Sharing

CGPT DotFun supports **creator-first economics**:

## Bonding Curve Trading Fees

* **Buyers pay 0.5%**, **sellers pay 1%**
* Collected fees are split:
  * If raise in **$USDT**:
    * 50% to creator
    * 50% to platform
  * If raise in **$CGPT** (coming soon):
    * 70% to creator
    * 30% to platform

## Service Fee at Graduation

* **5%** of total raise
* Split as follows:
  * **In $USDT:** 2.5% to creator / 2.5% to platform
  * **In $CGPT:** 3.5% to creator / 1.5% to platform (coming soon)

## DEX Trading

* After graduation, token trades on PancakeSwap
* Creator continues to earn a share from ongoing trading via referral incentives


---

# 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.chaingpt.org/our-ecosystem/cgpt.fun/revenue-sharing.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.
