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

# Allocation and Vesting

$ANME will be on both BEP-20 and ERC-20 blockchains, with a total fixed supply of 10,000,000,000 tokens.

| Token sale                            | Supply | Quantity, Tokens | Price  |
| ------------------------------------- | ------ | ---------------- | ------ |
| Token Launch (Initial Liquidity Pool) | 30.00% | 3,000,000,000    | 0.0008 |

| Token Allocations          | Supply | Quantity, Tokens | Vesting Period                                                                           |
| -------------------------- | ------ | ---------------- | ---------------------------------------------------------------------------------------- |
| Creators Fund              | 30.00% | 3,000,000,000    | Locked and vesting: Initial unlock 2.5 %, 3 month cliff, linear unlock by over 18 months |
| Community and rewards      | 5.00%  | 500,000,000      | Locked and vesting: Initial unlock 5 %, 1 month cliff, linear unlock by over 12 months   |
| Team                       | 7.00%  | 700,000,000      | Locked and vesting: 12 month cliff, linear unlock by over 36 months                      |
| Advisors                   | 3.00%  | 300,000,000      | Locked and vesting: 12 month cliff, linear unlock by over 36 months                      |
| Research and development   | 5.00%  | 500,000,000      | Locked and vesting: 3 month cliff, linear unlock by over 18 months                       |
| Marketing and partnerships | 5.00%  | 500,000,000      | Locked and vesting: 3 month cliff, linear unlock by over 18 months                       |
| Liquidity                  | 10.00% | 1,000,000,000    | Locked and vesting: Initial unlock 10%, 1 month cliff, linear unlock by over 12 months   |
| Reserve fund               | 3.00%  | 300,000,000      | Locked and vesting: 3 month cliff, linear unlock by over 18 months                       |
| Legal                      | 2.00%  | 200,000,000      | Locked and vesting: Initial unlock 5%, 1 month cliff, linear unlock by over 12 months    |


---

# 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://openmotion.gitbook.io/open-motion-whitepaper/tokenomics/allocation-and-vesting.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.
