> 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/tokenomics/fixed-tokenomics.md).

# Fixed Tokenomics

## The template

Every coin launched on **Robinhood Chain** follows the same fixed rules. No presale, no allowlist, no insider allocation.

<table><thead><tr><th width="240">Parameter</th><th>Value</th></tr></thead><tbody><tr><td>Total supply</td><td><strong>1,000,000,000</strong> (1B)</td></tr><tr><td>Starting market cap</td><td>~6 ETH (~$10K)</td></tr><tr><td>Liquidity pool</td><td>30% of supply → Uniswap V3, <strong>locked forever</strong></td></tr><tr><td>Creator allocation</td><td>70% of supply, <strong>vested</strong></td></tr><tr><td>Vesting cliff</td><td>90 days</td></tr><tr><td>Vesting schedule</td><td>Linear over 24 months after the cliff</td></tr><tr><td>Trading fee</td><td>1% per trade</td></tr><tr><td>Fee split</td><td>80% creator / 20% platform</td></tr></tbody></table>

## Supply breakdown

```
┌─────────────────────────────────────────────────────┐
│                                                     │
│   Liquidity Pool (locked)            30%            │
│   ██████                                            │
│                                                     │
│   Creator (vested, 90d + 24mo)       70%            │
│   ██████████████                                    │
│                                                     │
└─────────────────────────────────────────────────────┘
                    Total: 1,000,000,000
```

## Why this structure

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden></th></tr></thead><tbody><tr><td><strong>Locked liquidity</strong></td><td>The rug-pull risk from liquidity removal is off the table — permanently.</td><td></td></tr><tr><td><strong>90-day cliff + 24mo vest</strong></td><td>The creator can't dump on day one. They earn as the coin survives and grows.</td><td></td></tr><tr><td><strong>80% of fees to creator</strong></td><td>Rewards building a real community — not just launching and leaving.</td><td></td></tr></tbody></table>

## Fee math (rough guide)

| Trading volume | 1% fee   | Creator's cut (80%) |
| -------------- | -------- | ------------------- |
| $10,000        | $100     | **$80**             |
| $100,000       | $1,000   | **$800**            |
| $1,000,000     | $10,000  | **$8,000**          |
| $10,000,000    | $100,000 | **$80,000**         |

{% hint style="warning" %}
**Base launches use the Clanker v4 standard** and may differ from the fixed Robinhood Chain template. Always confirm the exact parameters in the app at launch time.
{% 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/tokenomics/fixed-tokenomics.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.
