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

# Allocations

### <mark style="color:orange;">Allocation Framework (ERC20 Reference)</mark>

<table data-header-hidden data-full-width="true"><thead><tr><th width="220"></th><th width="130"></th><th></th></tr></thead><tbody><tr><td><mark style="color:orange;">Category</mark></td><td><mark style="color:orange;">Percentage</mark></td><td><mark style="color:orange;">Amount</mark></td></tr><tr><td><strong>Public Sale and Liquidity</strong></td><td>52%</td><td>2,600,000,000 MAZZE</td></tr><tr><td>Ecosystem Development Fund</td><td>20%</td><td>1,000,000,000 MAZZE</td></tr><tr><td>Team Growth Fund</td><td>12%</td><td>600,000,000 MAZZE</td></tr><tr><td>Community Engagement Fund</td><td>8%</td><td>400,000,000 MAZZE</td></tr><tr><td>Marketing and Promotion Fund</td><td>8%</td><td>400,000,000 MAZZE</td></tr></tbody></table>

### <mark style="color:orange;">Current Operational Note</mark>

* Live wrapped MAZZE baseline used by current docs: **4,900,000,000 MAZZE** on Ethereum.
* Bridge bootstrap reserve: **1,000,000,000 MAZZE**.
* The reserve is sourced partially from **Ecosystem Development** and **Team Growth** funds.

### <mark style="color:orange;">Vesting and Lock References</mark>

* **Public Sale and Liquidity** | Liquidity lock-up period: 12 months on Unicrypt.
* **Ecosystem Development Fund** | 1 month cliff, then linear vesting over 11 months. Uncx: <https://etherscan.io/tx/0x9214d6166696c0fd4f11d6ba464337f4a8cabc622a83772f45835cf8276f2ae3>
* **Team Growth Fund** | 1 month cliff, then linear vesting over 11 months. Uncx: <https://etherscan.io/tx/0x473111446a9de3cded86bfd1f64954604357e6b6b19ad905f4effa9904fb8419>
* **Community Engagement Fund** | 2 weeks cliff, then linear vesting over 11 months. Uncx: <https://etherscan.io/tx/0x4be31b2bbddc2206bfd9d9b315b9989b92d9309275e720ebce23ea5c5ead8d64>
* **Marketing and Promotion Fund** | 2 weeks cliff, then linear vesting over 11 months. Uncx: <https://etherscan.io/tx/0xda6c2233cdaa1325c3dd973f7e516f9bcaa8f8e2fe54d188744fab61decf4945>


---

# 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.mazze.io/tokenomics/allocations.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.
