> For the complete documentation index, see [llms.txt](https://codyfight.gitbook.io/white-paper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://codyfight.gitbook.io/white-paper/tokenomics/ctok.md).

# CTOK

* Chain: **Arbitrum**
* Total token supply: **127,00,00,01 CTOK**

<table><thead><tr><th>Pool description</th><th width="196">CTOK Supply</th><th>Vesting schedule</th></tr></thead><tbody><tr><td>27% private round</td><td>34,290,000.27</td><td>5% at week 2 &#x26; 4, then 4.5% monthly starting after 5 months</td></tr><tr><td>3% Strategic round</td><td>3,810,000.03</td><td>5% at TGE &#x26; Week 3, then 4.5% monthly starting after 5 months</td></tr><tr><td>3% KOLs round</td><td>3,810,000.03</td><td>20% at TGE, then 8% monthly starting after 3 months</td></tr><tr><td>5.25% public round</td><td>6,667,500.05</td><td>25% at TGE, then 15% monthly starting after 2 months</td></tr><tr><td>15% Liquidity, Staking, Market making, Incentives</td><td>19,050,000.15</td><td>20% at TGE, then 5% monthly starting after 2 months</td></tr><tr><td>15% Marketing, Ecosystem</td><td>19,050,000.15</td><td>5% at Week 2, 3 &#x26; 4, then 5% monthly starting after 2 months</td></tr><tr><td>12% Team</td><td>15,240,000.12</td><td>1 year cliff, then 12% at month 13, then 8% monthly</td></tr><tr><td>4.75% Partners &#x26; Advisors</td><td>6,032,500.05</td><td>1 year cliff, then 12% at month 13, then 8% monthly</td></tr><tr><td>15% Development</td><td>19,050,000.15</td><td>2 months cliff, 4% monthly starting after 2 months, 12% at month 13</td></tr></tbody></table>

### 📌 Update – Early Vesting Termination

As of **April 7, 2025, all remaining CTOK token allocations** (the leftover 100% scheduled for distribution) have been **unlocked and distributed**. This effectively marks the **early termination of all vesting schedules**, meaning **no future token unlocks are planned** beyond this date.

## Resources

$CTOK contract: <https://arbiscan.io/token/0xa586b3b80d7e3e8d439e25fbc16bc5bcee3e2c85>

Source code: <https://github.com/codyfight/token-contract>

Hacken audit report: <https://audits.hacken.io/codyfight/>

Vesting portal: <https://ctok.codyfight.com>&#x20;

*Please note, that $CTOK has been migrated from ETH to ARB.*


---

# 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://codyfight.gitbook.io/white-paper/tokenomics/ctok.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.
