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