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

# Tokens Allocation

<table><thead><tr><th>Allocation</th><th width="150">Percentage</th><th width="165">Token Amount</th><th>Unlock Schedule</th></tr></thead><tbody><tr><td>Total Gold Stock</td><td>100%</td><td>10.000.000.000</td><td>20% during the first year of game’s lifecycle (Phase 1-4)</td></tr><tr><td>Play to Earn Gold Allocation</td><td>60%</td><td>6.000.000.000</td><td>8% in Phase 1, 6% in Phase 2, 4% in Phase 3, 2% in Phase 4</td></tr><tr><td>Investor Gold Allocation</td><td>20%</td><td>2.000.000.000</td><td>TBD</td></tr><tr><td>Internal Gold Allocation</td><td>20%</td><td>2.000.000.000</td><td>TBD</td></tr><tr><td>Total Materials Stock</td><td>100%</td><td>5.000.000.000 (1.000.000.000 per material type)</td><td>20% during the first year of game’s lifecycle (Phase 1-4)</td></tr><tr><td>Play to Earn Materials Allocation</td><td>60%</td><td>3.000.000.000 (600.000.000 per material type)</td><td>8% in Phase 1, 6% in Phase 2, 4% in Phase 3, 2% in Phase 4</td></tr><tr><td>Investor Materials Allocation</td><td>20%</td><td>1.000.000.000 (200.000.000 per material type)</td><td>TBD</td></tr><tr><td>Internal Materials Allocation</td><td>20%</td><td>1.000.000.000 (200.000.000 per material type)</td><td>TBD</td></tr></tbody></table>

* Play to Earn Allocation is the number of tokens that players can get by playing the game. These tokens are obtained by completing battles and missions.
* Internal Allocation is the number of tokens that are stored and shared among the developer team, investors, and other game owners.


---

# 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://castleoverlord.gitbook.io/whitepaper/tokenomics/tokens-allocation.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.
