# Token Distribution

The total supply of CESS is 10 billion tokens. After the mainnet launched, 3.5 billion tokens will be generated at once in the Genesis block, while the remaining 6.5 billion will be gradually minted through block rewards. The block rewards are halved every four years, with an annual decay rate of 0.841, meaning that from the second year onward, the amount issued each year will be 84.1% of the previous year. Starting from the 31st year, the issuance will no longer decay, and the annual token output will remain fixed at the amount issued in the 30th year.

A new block is generated approximately every 6 seconds, and every 14,400 blocks (roughly every 24 hours) constitute a reward settlement cycle.

Before the CESS Network mainnet launch, an equivalent amount of the same-name tokens will be issued on the BNB Smart Chain. Once the mainnet launches, $CESS on BNB Smart Chain can be mapped for $CESS on the mainnet via a cross-chain bridge.

| Category                     | Percentage |     Amount    | Vesting                        |
| ---------------------------- | :--------: | :-----------: | ------------------------------ |
| Storage Nodes                |     30%    | 3,000,000,000 | halved every 4 years           |
| Consensus Nodes              |     15%    | 1,500,000,000 | halved every 4 years           |
| Influencer                   |     5%     |  500,000,000  | 60% at TGE, 40% after 6 months |
| Team & Advisers              |    12.5%   | 1,250,000,000 | 16% at TGE, 72 Months Linear   |
| Ecosystem & Community Growth |     12%    | 1,200,000,000 | 100% at TGE                    |
| Early Backer                 |     10%    | 1,000,000,000 | 20% at TGE, 48 Months Linear   |
| Foundation                   |     10%    | 1,000,000,000 | 20% at TGE, 48 Months Linear   |
| Market Development Liquidity |    5.5%    |  550,000,000  | 100% at TGE                    |


---

# 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.cess.network/tokenomics/tokendistribution.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.
