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

# Tokenomics

## Token name: Carbon Credits Token

<table><thead><tr><th align="center"></th><th align="center"></th><th data-hidden></th></tr></thead><tbody><tr><td align="center">Token symbol</td><td align="center">CO2e</td><td></td></tr><tr><td align="center">Token Logo</td><td align="center"><a href="https://imgur.com/a/60pdus8">https://imgur.com/a/60pdus8</a></td><td></td></tr><tr><td align="center">Protocol</td><td align="center">ERC20 (Ethereum)</td><td></td></tr><tr><td align="center">Decimals</td><td align="center">18</td><td></td></tr><tr><td align="center">Total mint</td><td align="center">1,000,000,000</td><td></td></tr><tr><td align="center">Minting</td><td align="center">50 million every 90 days for 5 years</td><td></td></tr><tr><td align="center">Private Sales</td><td align="center">US$2.5</td><td></td></tr><tr><td align="center">Token Address</td><td align="center">0xBcB232665Ee5e6E4969a40978EdD8B9c28219B74</td><td></td></tr></tbody></table>

## Private Sales:

* US$5,000,000 for 2% or 2,000,000 CO2e token (US$2.5 each)

## Private Sale token release:

* 50 million tokens will be released every 90 days, which would be respectively distributed to the investors on the basis of their commitment

## Distribution of private sale fund:

<table><thead><tr><th align="center"></th><th align="center"></th><th data-hidden></th></tr></thead><tbody><tr><td align="center">Total</td><td align="center">US$5,000,000</td><td></td></tr><tr><td align="center">Carbonis Platform Development</td><td align="center">US$2,000,000</td><td></td></tr><tr><td align="center">Liquidity on exchanges</td><td align="center">US$2,500,000</td><td></td></tr><tr><td align="center">Marketing &#x26; Distribution</td><td align="center">US$500,000</td><td></td></tr></tbody></table>

### Listing on exchanges (3)

### Token listing price: US$5.00

* Reward program
* Staking reward: 0.1% per day

<figure><img src="/files/tTkUwZcIKUX6nMzTdXq0" 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.carbonis.uk/documentation/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.
