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

# Token Details

**Token Name**: Amara Token\
**Token Symbol**: $AMARA\
**Type**: Native Utility and Governance Token\
**Initial Chain**: Odyssey Chain\
**Total Supply**: 1,000,000,000 $AMARA

The total supply has been fixed at one billion tokens. This capped supply ensures predictability while supporting long-term scarcity through deflationary mechanics such as buybacks and burns.

#### Token Allocation

The total supply of 1,000,000,000 $AMARA is distributed across key categories designed to balance protocol growth, community incentives, and long-term sustainability. Allocations are structured to avoid short-term concentration of tokens and to align each group with the protocol’s mission.

| Category                | % of Supply | Token Amount | Purpose                                                                                                                                     |
| ----------------------- | ----------- | ------------ | ------------------------------------------------------------------------------------------------------------------------------------------- |
| Token Sale              | 5%          | 50,000,000   | Distributed to early supporters and the community through presales and public sales. Provides initial token distribution and accessibility. |
| Team                    | 15%         | 150,000,000  | Reserved for core contributors. Structured with a 12-month cliff and 36-month linear vesting to align long-term commitment.                 |
| Ecosystem Incentives    | 5%          | 50,000,000   | Grants, staking rewards, onboarding projects, and integrations. Designed to accelerate adoption of Amara within Odyssey and beyond.         |
| Ecosystem Market Access | 75%         | 750,000,000  | Allocated to bootstrap liquidity in core pools (Amara/ETH and related markets). Provides immediate depth and stability for early trading.   |


---

# 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.amara.exchange/tokenomics/token-details.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.
