# CELT Initial Distribution

## Philosophy of Celestium Tokenomics

**There is a limited total supply of `TODO_CELT_TOTAL_SUPPLY` CELT tokens.**

* The total supply is 100% pre-minted but can never be increased
* The majority of tokens is not in circulation since the very beginning and was transferred to smart-contracts which manage the tokens unlock process to protect holders
* Innovative programmatic release mechanism and native utility token model ensures long-term sustainable tokenomics managed by the DAO
* Team tokens will unlock on the last place

## Initial CELT Token Distribution

The initial token distribution shows a split of the emission into 5 allocations according to its purpose.

| Allocation                                                              | Share    | Tokens                       | Address of distribution       |
| ----------------------------------------------------------------------- | -------- | ---------------------------- | ----------------------------- |
| [Team Pool](/tokenomy/celt-initial-distribution/team-pool.md)           | 18%      | `TODO`                       | `TODO_TEAM_POOL_ADDRESS`      |
| [Partners Pool](/tokenomy/celt-initial-distribution/partners-pool.md)   | 6%       | `TODO`                       | `TODO_PARTNERS_POOL_ADDRESS`  |
| [Airdrop Pool](/tokenomy/celt-initial-distribution/airdrop-pool.md)     | 21%      | `TODO`                       | `TODO_AIRDROP_POOL_ADDRESS`   |
| [Affiliate Pool](/tokenomy/celt-initial-distribution/affiliate-pool.md) | 49%      | `TODO`                       | `TODO_AFFILIATE_POOL_ADDRESS` |
| [Bonus Pool](/tokenomy/celt-initial-distribution/bonus-pool.md)         | 6%       | `TODO`                       | `TODO_BONUS_POOL_ADDRESS`     |
| **SUM of emission**                                                     | **100%** | **`TODO_CELT_TOTAL_SUPPLY`** | `TODO_CELT_TOKEN_ADDRESS`     |

### Initial CELT token distribution chart

TODO — embed distribution pie chart image at `../../public/celt-distribution.png`.

### Current CELT tokens distribution

If you are curious about the CELT token distribution, see the celestium stats page.


---

# 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://docs.celestium.digital/tokenomy/celt-initial-distribution.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.
