# Overview

This section reflects the current tokenomics model from `new-docs`.

### <mark style="color:orange;">**Current Model (as of February 6, 2026)**</mark>

* **Wrapped MAZZE on Ethereum:** 4,900,000,000 MAZZE
* **Native Genesis Issuance:** 3,900,000,000 MAZZE
* **Bridge Bootstrap Reserve:** 1,000,000,000 MAZZE
* **Mining Emission Target (native):** 2,500,000,000 MAZZE
* **Theoretical Native Upper Bound:** 6,400,000,000 MAZZE

### <mark style="color:orange;">**Important Bridge Constraint**</mark>

Bridge liquidity is directional. If one direction runs out of destination-side liquidity, that direction pauses until liquidity is restored by opposite-direction flow.

### <mark style="color:orange;">**Tokenomics Pages**</mark>

* [Wrapped Token (ERC20)](/tokenomics/wrapped-token-erc20.md)
* [Allocations](/tokenomics/allocations.md)
* [Bridge Liquidity](/tokenomics/bridge-liquidity.md)
* [Issuance](/tokenomics/issuance.md)
* [Shielded Pool Genesis Fund](/tokenomics/shielded-pool-genesis-fund.md)
* [Inflation](/tokenomics/inflation.md) (summary; now covered in detail by `issuance.md`)


---

# Agent Instructions: 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:

```
GET https://docs.mazze.io/tokenomics/overview.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
