# creator rewards

Durianfun is the first launchpad on KUB Chain to treat token creators as ongoing partners, not one-time customers.

## The headline

{% hint style="success" %}
**Creators earn 0.167% of every trade on their token.** Forever during the bonding phase. Direct to wallet, instant, no claiming.
{% endhint %}

Plus **10 KUB** bonus when the token graduates.

## How it works

Every time someone buys or sells your token on the bonding curve, 1.067% of the trade size is collected as fee. Of that:

* 0.900% goes to the Durianfun treasury
* **0.167% is transferred directly to your creator wallet, in the same transaction**

There is no staking, no claim contract, no gas to pay. The moment a trade confirms on-chain, your wallet balance goes up.

## What "creator wallet" means

The wallet that called `createToken()` is permanently recorded as the `creator` of that token — immutably, in the contract.

That wallet is the one that:

* Receives the 0.167% rebate on every trade
* Receives the 10 KUB graduation bonus
* Is publicly listed as the creator on the token's page

If you create a token with Wallet A and then transfer your creator rights — **you can't**. The creator address is immutable. Launch with the wallet you want to receive forever.

## Earning examples

Let's say your token `$MEME` gets traded.

| Scenario                     | Rebate to you                      |
| ---------------------------- | ---------------------------------- |
| 1 trade of 10 KUB            | 0.0167 KUB ≈ $0.013 (at $0.80/KUB) |
| 100 KUB daily volume         | 0.167 KUB/day ≈ $4.80/month        |
| 1,000 KUB daily volume       | 1.67 KUB/day ≈ $48/month           |
| 10,000 KUB daily volume      | 16.7 KUB/day ≈ $480/month          |
| 100,000 KUB volume in a week | 167 KUB for the week ≈ $133        |

Plus 10 KUB bonus the moment it graduates.

{% hint style="info" %}
**Tokens often spike in volume around graduation** — that's usually the highest-rebate period for creators.
{% endhint %}

## What happens after graduation?

Once your token graduates to the AMM:

* The 0.167% rebate **stops** (AMM fees go to treasury + pool LP only)
* You receive a final **10 KUB graduation bonus** (one-time, automatic)
* Your token lives forever as a sealed AMM on KUB

After graduation, you're still the on-chain creator of record, but you don't earn new fees from trading. The tradeoff: your token is now a permanent, rug-proof asset.

## Creator best practices

1. **Use a wallet you control long-term** — rebates flow forever, don't launch from a throwaway
2. **Announce your token** — the 0.167% rebate scales with volume; promote your token to earn more
3. **Don't dump your own bag** — your sell will trigger a fee that pays you back 0.167%, but you'll tank the price more than you earn
4. **Build community** — graduated tokens survive on community; communities reward creators long-term
5. **Keep the creator wallet funded** — if it's a gas-heavy contract that fails to receive KUB, fees fail. Use a simple EOA.

## Can Durianfun confiscate my creator rebate?

No. The rebate transfer is inside the `buyToken` / `sellToken` function of the market contract. Nobody can change it. Even if the factory owner wanted to — the market contracts for your token are immutable the moment they're deployed.

The factory owner **can** change the `creatorFeePpm` for **future tokens** (within the 2% cap), but existing markets cannot be touched.

## Why does Durianfun do this?

Simple answer: **alignment**. Creators who earn from their own token's trading have skin in the game forever. They promote, build community, ship memes — all of which benefits the ecosystem.

And as a platform, we win when creators win. Healthy markets attract traders. Good tokens graduate and stay liquid. Durianfun grows by helping creators grow first.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://durianandfun.gitbook.io/durianfun/durian-launchpad/tokenomics/creator-rewards.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.
