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

# Token Distribution

The ADSH tokens will have the following distribution structure:

* <mark style="color:yellow;">**Seed**</mark>**&#x20;5.00M (1%)**\
  tokens are allocated for the private sale. Afterwards, a linear vesting schedule is applied, unlocking the 15% each month.
* <mark style="color:yellow;">**Pre-Sale & Initial Liquidity**</mark>**&#x20;55.00M (11%)**\
  tokens are allocated for the pre-sale event. Afterwards, a linear vesting schedule is applied, unlocking the 15% each month.
* <mark style="color:yellow;">**Anchoreth Foundation**</mark>**&#x20;75.00M (15%)**\
  tokens are allocated to the creators of ADSH, with a one month lock-up period. Afterwards, a 10 months linear vesting schedule is applied, unlocking the 10% each month.
* <mark style="color:yellow;">**Advisors & Partners**</mark>**&#x20;60.00M (12%)** \
  tokens are allocated for Advisors and future partnerships, with a one month lock-up period. Afterwards, a 10 months linear vesting schedule is applied, unlocking the 10% each month.
* <mark style="color:yellow;">**Treasury/Reserve**</mark>**&#x20;25.00M (5%)**\
  tokens will be reserved and used for the international Anchoreth decentralized development, involving the community in business development, technology development, marketing activities. Afterwards, a linear vesting schedule is applied, unlocking the 8,333% each month.
* <mark style="color:yellow;">**Reward Pool**</mark>**&#x20;150.00M (30%)**\
  tokens will be reserved and used for the international Anchoreth community.
* <mark style="color:yellow;">**Liquidity**</mark>**&#x20;125.00M (25%)**\
  tokens will be reserved and used for the liquidity pool.
* <mark style="color:yellow;">**Airdrop**</mark>**&#x20;5.00M (1%)**\
  tokens will be reserved and used for the airdrop.

{% embed url="<https://docs.google.com/spreadsheets/d/e/2PACX-1vRpGNeSNmReZLqMvjvZ1VuwNuQSZ89bs6zSF28FMhk4dlymtIyBYvPsT_gE9ehmyVqkIObjcqNidzVC/pubhtml?gid=0&single=true>" %}


---

# 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.anchoreth.com/project-overview/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.
