> For the complete documentation index, see [llms.txt](https://docs.clipcoin.fun/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.clipcoin.fun/mechanics/tokenomics.md).

# Tokenomics

<figure><img src="/files/eMhKpMKOqPkCzsALcU3p" alt=""><figcaption></figcaption></figure>

#### Allocation — Platform Token (100%)

| Category       | %       | Unlock / Vesting (suggested)       | Purpose / Notes                                       |
| -------------- | ------- | ---------------------------------- | ----------------------------------------------------- |
| **Incentives** | **40%** | Programmatic emissions / streaming | Growth grants, creator rewards, campaigns, ...        |
| **Liquidity**  | **30%** | Immediate + programmatic deploys   | Uniswap v3 pairs on Base, partnerships, market-making |
| **Treasury**   | **20%** | Time-locked, governance-controlled | Runway, audits, infra, ecosystem deals                |
| **Team**       | **10%** | 12-mo cliff, 36-mo linear vest     | Current & future contributors                         |

{% hint style="warning" %}
**Notes:** Governance can refine schedules. This table is for the **platform token** (ticker TBA). Individual **clip coins** are separate ERC-20s with **1B supply each** and list on **Uniswap v3 (Base)**.
{% endhint %}

#### Trading Fee Split

| Component           | Share of 1% Fee | Effective on Trade Notional | Recipient        |
| ------------------- | --------------- | --------------------------- | ---------------- |
| **Creator reward**  | **5%**          | **0.05%**                   | Creator          |
| **Referral reward** | **20%**         | **0.20%**                   | 1-level referrer |

{% hint style="warning" %}

#### Quick tips

* **Base chain**, **Uniswap v3** listings for portability & price discovery
* **1% fee** per trade; creator takes **5% of the fee**, referrer **20% of the fee**, protocol **75%**
  {% 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.clipcoin.fun/mechanics/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.
