# inflation

## `inflation` <a href="#inflation" id="inflation"></a>

### Abstract <a href="#abstract" id="abstract"></a>

The `x/inflation` module mints new MNV tokens and allocates them in daily epochs according to the Mnova Token Model distribution to

* Staking Rewards `55%`,
* Usage Incentives: `25%`,
* Community Pool `20%`.

It replaces the currently used Cosmos SDK `x/mint` module.

The allocation of new coins incentivizes specific behavior in the Mnova network. Inflation allocates funds to 1) the `Fee Collector account` (in the sdk `x/auth` module) to increase staking rewards, 2) the `x/incentives` module account to provide supply for usage incentives and 3) the community pool (managed by sdk `x/distr` module) to fund spending proposals.


---

# 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.metanovaverse.com/protocol-developers/modules/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.
