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

# Token Distribution

<table data-header-hidden><thead><tr><th width="161"></th><th width="124"></th><th></th></tr></thead><tbody><tr><td>Allocation</td><td>Percentage</td><td>Emission Plan</td></tr><tr><td>Community</td><td>49%</td><td>2% of the total supply unlocked at TGE, the rest over 5 years to incentivize community engagement</td></tr><tr><td>Team</td><td>20%</td><td>Locked for 2 years, then released monthly over the next 2 years to motivate and retain the team</td></tr><tr><td>Treasury</td><td>15%</td><td>1-year cliff, followed by monthly releases over 5 years for operational and development expenses</td></tr><tr><td>Investors</td><td>10%</td><td>1-year cliff, then monthly unlocking over 2 years for early project supporters</td></tr><tr><td>Advisors</td><td>3%</td><td>Monthly distribution over 2 years for strategic guidance</td></tr><tr><td>Public Offering</td><td>3%</td><td>Fully unlocked at TGE</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://atom3-1.gitbook.io/atom3-whitepaper/tokenomics/token-distribution.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.
