> 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/inflation.md).

# Inflation (Merged into Issuance)

Inflation is now modeled in the broader **native issuance** accounting and is fully documented in [Issuance](/tokenomics/issuance.md).

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

`native_total_issued(t) = genesis_issued + mined_to_date(t) - burnt_to_date(t)`

So inflation cannot be evaluated only from mined rewards; burn paths are part of net issuance.

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

* Native genesis issuance: **3,900,000,000 MAZZE**
* Mining target: **2,500,000,000 MAZZE**
* Theoretical native upper bound: **6,400,000,000 MAZZE**

### <mark style="color:orange;">Where to Read Full Details</mark>

* [Issuance](/tokenomics/issuance.md)
* [Bridge Liquidity](/tokenomics/bridge-liquidity.md)


---

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

```
GET https://docs.mazze.io/tokenomics/inflation.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.
