> For the complete documentation index, see [llms.txt](https://docs.runnersrh.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.runnersrh.app/for-creators/creator-rewards.md).

# Creator Rewards

Every RUNNERS creator earns in **two ways**: a large vested supply, and the majority share of every trading fee on their coin.

## 1. Vested supply (70%)

You receive **70% of the total supply**, released on a schedule:

<table><thead><tr><th width="200">Phase</th><th>What happens</th></tr></thead><tbody><tr><td><strong>90-day cliff</strong></td><td>Nothing unlocks for the first 90 days.</td></tr><tr><td><strong>24-month linear vesting</strong></td><td>After the cliff, your allocation releases gradually over two years.</td></tr></tbody></table>

{% hint style="success" %}
This structure protects your holders from a **day-one dump** and keeps you aligned with the coin long-term.
{% endhint %}

## 2. Trading fees (80%)

Every trade on your coin pays a **1% fee**, split:

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden></th></tr></thead><tbody><tr><td><strong>Creator</strong></td><td><strong>80%</strong> of every trading fee — automatic and on-chain.</td><td></td></tr><tr><td><strong>Platform</strong></td><td>20% goes to the platform to keep RUNNERS running.</td><td></td></tr></tbody></table>

Fees accrue **automatically on-chain**. Roughly **$100K of trading volume** produces about **$800 in fees** for the creator.

### Fee math

| Volume | Total 1% fee | Your 80% cut |
| ------ | ------------ | ------------ |
| $10K   | $100         | **$80**      |
| $100K  | $1,000       | **$800**     |
| $1M    | $10,000      | **$8,000**   |
| $10M   | $100,000     | **$80,000**  |

***

## Launching for someone else

You can point a launch at **another person** instead of yourself.

{% tabs %}
{% tab title="To an X handle" %}
A wallet is **provisioned** for that account. They claim by logging in with X.

Great for launching **on behalf of** a creator, a friend, or a community lead.
{% endtab %}

{% tab title="To a wallet address" %}
Rewards go **straight to that address**. They claim by connecting that wallet.

Great for **cold storage** or handing off to a DAO/multisig.
{% endtab %}
{% endtabs %}

{% hint style="info" %}
**Next up:** See how to track and claim your rewards in [**The Dashboard**](/for-creators/the-dashboard.md).
{% endhint %}


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.runnersrh.app/for-creators/creator-rewards.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
