> For the complete documentation index, see [llms.txt](https://doc.cocweb3.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.cocweb3.xyz/token-supply-and-distribution.md).

# Token Supply & Distribution

### **1.1 Total Supply**

* **Total Supply:** 210,000,000,000 COC (210 billion tokens)
* **Issuance Method:** One-time minting, no additional tokens will ever be issued
* **Deployment:** Will circulate across multiple chains (such as TON, Kaia, BNB, etc.), but total supply remains constant

### **1.2 Token Allocation**

To ensure fair value distribution and sustainable ecosystem operation, $COC's total supply is divided into three major categories: In-Game Emissions, Liquidity, and Marketing Budget. The breakdown is as follows:**Distribution Breakdown:**

<table><thead><tr><th width="203.85546875">Category</th><th width="104.85546875">Allocation</th><th width="155.02734375">Tokens (Billions)</th><th>Purpose</th></tr></thead><tbody><tr><td>In-Game Distribution</td><td>84%</td><td>176.4</td><td>Player rewards through gameplay</td></tr><tr><td>Liquidity</td><td>10%</td><td>21</td><td>DEX liquidity + professional market making:<br>DEX liquidity ensures the availability and depth of decentralized trading.<br><br>The professional market-making component ensures that large trades on CEXs do not cause sharp price fluctuations</td></tr><tr><td>Marketing &#x26; Community</td><td>6%</td><td>12.6</td><td>Promotion — including exchange partnership activities, KOL incentives, and additional media expenses.</td></tr><tr><td>Total</td><td>100%</td><td>210</td><td>-</td></tr></tbody></table>

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


---

# 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://doc.cocweb3.xyz/token-supply-and-distribution.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.
