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

# Token Allocation

<figure><img src="/files/1SXXPirdBSaf08Ib2uNt" alt=""><figcaption><p>$HELI Tokenomics</p></figcaption></figure>

## Allocation Bucket Description:

<table><thead><tr><th width="215">Allocation Bucket</th><th>Description</th></tr></thead><tbody><tr><td><strong>Ecosystem Rewards:</strong></td><td>To reward the community for their participation. </td></tr><tr><td><strong>Team &#x26; Advisors:</strong></td><td>Long term incentivised team and advisor bucket</td></tr><tr><td><strong>Ecosystem Development</strong></td><td>A Pool to grow the overall HeliSwap Ecosystem (Technology development, Marketing, Operations, Liquidity Provisions)</td></tr><tr><td><strong>DAO Pool:</strong></td><td>A Pool that is governed by the DAO for protocol improvement</td></tr><tr><td><strong>Grants:</strong></td><td>To further promote the growth and development of HeliSwap</td></tr><tr><td><strong>Council Treasury:</strong></td><td>Pool to be governed by the council until the DAO is established</td></tr><tr><td><strong>Token Drops:</strong></td><td>To incentivise supporters of our ecosystem</td></tr></tbody></table>

## Detailed View:

<table><thead><tr><th width="159">Allocation Bucket</th><th width="97">% of max Supply</th><th width="102">% liquid at TGE or Cliff</th><th width="116">Cliff Period</th><th width="116">Vesting Period</th><th># of $HELI tokens</th></tr></thead><tbody><tr><td><strong>Ecosystem Rewards</strong></td><td><strong>35%</strong></td><td>20%</td><td>-</td><td>60 months</td><td>311,111,111</td></tr><tr><td><strong>Team &#x26; Advisors</strong></td><td>20%</td><td>0%</td><td>24 months</td><td>36 months</td><td>177,777,777</td></tr><tr><td><strong>Ecosystem Development</strong></td><td>15%</td><td>20%</td><td>-</td><td>36 months</td><td>133,333,333</td></tr><tr><td><strong>DAO Pool</strong></td><td>10%</td><td>0% </td><td>12 months</td><td>36 months</td><td>88,888,888</td></tr><tr><td><strong>Grants</strong></td><td>7.5%</td><td>10%</td><td>-</td><td>60 months</td><td>66,666,666</td></tr><tr><td><strong>Council Treasury</strong></td><td>7.5%</td><td>33.33%</td><td>-</td><td>36 months</td><td>66,666,666</td></tr><tr><td><strong>Token Drops</strong></td><td>5%</td><td>20%</td><td>0 months</td><td>18 months</td><td>44,444,444</td></tr><tr><td><strong>Total:</strong></td><td>100%</td><td></td><td></td><td></td><td>888,888,888</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.heliswap.io/tokenomics/token-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.
