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

# Tokenomics & Distribution

$ASTRA has a fixed maximum supply of **10,000,000 tokens**. There is no minting function — the supply can never increase. Every token that will ever exist was allocated at launch.

***

#### **Distribution**

| Allocation  | Percentage | Tokens    |
| ----------- | ---------- | --------- |
| Public Sale | 65%        | 6,500,000 |
| Liquidity   | 10%        | 1,000,000 |
| Marketing   | 9%         | 900,000   |
| Partnership | 7%         | 700,000   |
| CEX Reserve | 5%         | 500,000   |
| Team        | 4%         | 400,000   |

***

#### **Public sale — 65%**

The largest allocation was given directly to the community. Presale participants were subject to strict conditions — one allocation per user, KYC verification, and a signed Investor Safety Contract. Participants attempting to circumvent these conditions using multiple wallets, failing KYC, or breaching the agreement were permanently blacklisted.

This blacklist — covering approximately 10-12% of total supply — protects the integrity of the token distribution and investor interests. Eligible presale participants may have their allocation converted into equity as the ecosystem matures.

Early snipers at launch were also blacklisted to ensure a balanced and fair token distribution from day one.

#### **Liquidity — 10%**

At launch, 1,000,000 tokens were injected into liquidity to establish a healthy trading market. Liquidity supports price stability and enables seamless trading on DEX.

#### **Marketing — 9%**

Used for KOL partnerships, community campaigns, airdrops, and ecosystem growth initiatives. Marketing allocations support partnerships extending 12 months or longer.

#### **Partnership — 7%**

Allocated for strategic partnerships, ecosystem integrations, and long-term collaborations that expand the Astra ecosystem's reach and utility.

#### **CEX Reserve — 5%**

Reserved exclusively for centralized exchange liquidity, market-making, and listing purposes — supporting $ASTRA's presence on major exchanges including **MEXC** and **Blofin**.

#### **Team — 4%**

Team tokens are fully committed back to the project — used for partnerships, marketing, CEX liquidity, and ecosystem development. The team gives 100% to the project.


---

# 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.chatastra.ai/usdastra/tokenomics-and-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.
