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

# Tokenomics

META is the native utility token of MetaChain. Total supply is permanently capped at **100 billion META** (100,000,000,000). Circulating supply is projected at **60%** of total supply, because **40%** is reserved for strategic burning and is not intended for circulation.

<figure><img src="https://1890432963-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0ITvd1eS4vUW29J168dB%2Fuploads%2FR07ikgMxLwfRsdgTrWs0%2Fimage.png?alt=media&amp;token=62dd2ba6-a1bc-42a9-a628-7bf92b1aaa37" alt=""><figcaption></figcaption></figure>

#### Strategic Burn Pool — 40%

Represents **40 billion META** reserved for burning. These tokens will be burned dynamically and manually over **24 months** through Auto-Burn, Fee-Burn, and Strategic Burn, reducing circulating supply and supporting long-term scarcity.

#### Liquidity Pool — 12.8%

Represents **12.8 billion META** reserved exclusively for CEX and DEX market making and liquidity support across the MetaChain ecosystem.

#### Game & Ecosystem — 47.2%

Represents **47.2 billion META** allocated to grow the MetaChain ecosystem, support development, marketing, strategic partners, and the community. This allocation is distributed as follows:

* **Game — 12%:** 12 billion META for game development and ecosystem growth.
* **Marketing / Consultant / CEX — 12%:** 12 billion META for marketing, advisory, growth, and exchange listing support.
* **Investment Institutions — 12%:** 12 billion META for strategic institutional partners.
* **Development Team — 9.2%:** 9.2 billion META for the core development team.
* **Airdrop Pool — 2%:** 2 billion META for community airdrop rewards.

#### Token Allocation

| Allocation                   | Percentage | Amount               |
| ---------------------------- | ---------- | -------------------- |
| Strategic Burn Pool          | 40%        | 40 billion META      |
| Liquidity Pool               | 12.8%      | 12.8 billion META    |
| Game                         | 12%        | 12 billion META      |
| Marketing / Consultant / CEX | 12%        | 12 billion META      |
| Investment Institutions      | 12%        | 12 billion META      |
| Development Team             | 9.2%       | 9.2 billion META     |
| Airdrop Pool                 | 2%         | 2 billion META       |
| **Total**                    | **100%**   | **100 billion META** |


---

# 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.metaverse-ico.net/tokenomics/tokenomics.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.
