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

# Tokenomics

### Overview

Launch Date (TGE): **28th October 2021**&#x20;

All vesting schedules listed below commenced on this date. Vesting progress and circulating supply are tracked in real time on [CoinGecko](https://www.coingecko.com/en/coins/clearpool).

### Investment Rounds

Vested investor tokens enter circulating supply once claimed from their respective vesting contracts. **Public round tokens are now fully vested**.

<table><thead><tr><th>Investment Round</th><th width="173">% of Total Supply</th><th width="272">Vesting Details</th><th>FDV</th></tr></thead><tbody><tr><td>Seed Round</td><td>3.33%</td><td>12 months linear vesting</td><td>$15m</td></tr><tr><td>Private Round</td><td>9%</td><td>3 months cliff, 12 months linear vesting</td><td>$30m</td></tr><tr><td>Public Round</td><td>0.35%</td><td>50% unlocked, 50% after 6 months</td><td>$40m</td></tr></tbody></table>

### Vesting Contracts

| Contract            | Link                                                                                                                                                                                                                                                |
| ------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Vesting Contract #1 | [<sub>https://etherscan.io/token/0x66761fa41377003622aee3c7675fc7b5c1c2fac5?a=0x512a816d43aa3801d04b3f687895d62d9366c15b</sub>](https://etherscan.io/token/0x66761fa41377003622aee3c7675fc7b5c1c2fac5?a=0x512a816d43aa3801d04b3f687895d62d9366c15b) |
| Vesting Contract #2 | <https://etherscan.io/token/0x66761fa41377003622aee3c7675fc7b5c1c2fac5?a=0x702997fd3448346d21cede91bf40beb804764ac5>                                                                                                                                |
| Vesting Contract #3 | <https://etherscan.io/token/0x66761fa41377003622aee3c7675fc7b5c1c2fac5?a=0x046667c768da32ef1e81a5cbbcd49103a207e72c>                                                                                                                                |

### Team Allocation

Team tokens enter circulating supply when withdrawn from the team wallet. Tokens are held in multi-sig cold storage.

<table><thead><tr><th width="213.87890625000003">Wallet</th><th width="164.2421875">% of Total Supply</th><th>Vesting Details</th></tr></thead><tbody><tr><td>Team</td><td>15%</td><td>6 Months Cliff. Daily vesting over 24 months</td></tr></tbody></table>

### Treasury Allocation

Treasury tokens are held in multi-sig cold storage. Circulating supply updates when tokens are withdrawn.

<table><thead><tr><th width="212.4296875">Category/Wallet Address</th><th width="164.94531250000003">% of Total Supply</th><th>Vesting Details</th></tr></thead><tbody><tr><td>Partnerships</td><td>10%</td><td>6 Months Cliff. Daily vesting over 24 months </td></tr><tr><td>Rewards</td><td>20%</td><td>Daily vesting over 50 months</td></tr><tr><td>Ecosystem</td><td>10.15%</td><td>Daily vesting over 24 months</td></tr><tr><td>Liquidity</td><td>15%</td><td>Daily vesting over 12 months</td></tr><tr><td>Reserve</td><td>17.17%</td><td>Daily vesting over 60 months</td></tr></tbody></table>


---

# 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://docs.clearpool.finance/clearpool/token/cpool/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.
