# FRZ Inflation Schedule

In the first year of True Freeze, FRZ inflates at 10%. Each subsequent year, the inflation rate falls by 1% until it plateaus at 2% annual inflation. This creates a 10-year **Accumulation Phase** where those who earn and stake FRZ in the first 10 years have a disproportionate flow of revenue for the protocol for several decades following.

![The inflation rate falls from 10% in the first year to 2% in perpetuity. ](https://3375053316-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FCuoWrqUivgdEBM9CMKny%2Fuploads%2FIH68hiqVayWToOHIFakZ%2FFRZ_supply_growth.svg?alt=media\&token=c0fb3ad7-2d79-49e0-8505-4f0fcd6664fa)

This new inflationary FRZ dilutes those who stake FRZ without using the protocol to reward those using True Freeze.

Each year, the FRZ contract must have its **mint** function called to replenish the frETH burn contract with new FRZ to reward. Anyone may call this function. Calling this function costs gas and does not give any rewards. We make the assumption that at least 1 person who has burned frETH will willingly cover this cost once per year to ensure continued flow of FRZ.&#x20;

![ After 100 years the total supply of FRZ crosses 1 Billion, with an annual inflation of 2%.](https://3375053316-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FCuoWrqUivgdEBM9CMKny%2Fuploads%2FRiAEfKjKCFBjTe3vePW3%2FFRZ_supply_schedule.png?alt=media\&token=6ff04594-34df-450a-8d3e-14ace84f0fb1)


---

# 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://deepfreezellc.gitbook.io/true-freeze/tokenomics/frz-inflation-schedule.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.
