# Supply Release Mechanism

### 2.1 Block-Based Cycle Halving Model for In-Game Emissions

The in-game supply of $COC (approximately 176.4 billion COC) uses a **cyclical halving** release mechanism. This mechanism directly references Bitcoin's economic design philosophy.<br>

* Formula: `Cycle Supply = Initial Cycle Supply × 0.5^(Cycle - 1)`
* Initial Cycle Supply: 88,200,000,000 COC
* Halving Interval: The supply is halved every 4,320 blocks. With a block time of 10 minutes, the details are as follows:

### **2.2 $COC Circulation Model**

Below is the circulation schedule combining in-game release with liquidity and marketing allocations:\
\
\&#xNAN;*By the end of the 10th cycle, over 99.9% of the tokens will have been minted; the remaining amount is negligible.*

<table><thead><tr><th width="93.09375">Cycle</th><th width="153.36328125">In-Game Release</th><th width="155.39453125">Liquidity</th><th width="152.90625">Marketing</th><th width="153.84765625">Total Cycle Release</th><th width="209.21875">Cumulative Release Total</th><th width="221.640625">Total Circulating Supply %</th></tr></thead><tbody><tr><td>1</td><td>88,200,000,000</td><td>21,000,000,000</td><td>12,600,000,000</td><td>121,800,000,000</td><td>121,800,000,000</td><td>58.00%</td></tr><tr><td>2</td><td>44,100,000,000</td><td>0</td><td>0</td><td>44,100,000,000</td><td>165,900,000,000</td><td>79.00%</td></tr><tr><td>3</td><td>22,050,000,000</td><td>0</td><td>0</td><td>22,050,000,000</td><td>187,950,000,000</td><td>89.50%</td></tr><tr><td>4</td><td>11,025,000,000</td><td>0</td><td>0</td><td>11,025,000,000</td><td>198,975,000,000</td><td>94.75%</td></tr><tr><td>5</td><td>5,512,500,000</td><td>0</td><td>0</td><td>5,512,500,000</td><td>204,487,500,000</td><td>97.38%</td></tr><tr><td>6</td><td>2,756,250,000</td><td>0</td><td>0</td><td>2,756,250,000</td><td>207,243,750,000</td><td>98.69%</td></tr><tr><td>7</td><td>1,378,125,000</td><td>0</td><td>0</td><td>1,378,125,000</td><td>208,621,875,000</td><td>99.34%</td></tr><tr><td>8</td><td>689,062,500</td><td>0</td><td>0</td><td>689,062,500</td><td>209,310,937,500</td><td>99.67%</td></tr><tr><td>9</td><td>344,531,250</td><td>0</td><td>0</td><td>344,531,250</td><td>209,655,468,750</td><td>99.84%</td></tr><tr><td>10</td><td>172,265,625</td><td>0</td><td>0</td><td>172,265,625</td><td>209,827,734,375</td><td>99.92%</td></tr></tbody></table>

**Circulation Chart:**\ <br>

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


---

# Agent Instructions: 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://doc.cocweb3.xyz/supply-release-mechanism.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.
