x/mint
Module parameters
Below are all the network parameters for the mint module:
blocks_per_year
- The expected number of blocks being produced per yeargoal_bonded
- Goal of bonded tokens in percentageinflation_max
- Maximum annual inflation rateinflation_min
- Minimum annual inflation rateinflation_rate_change
- Maximum annual change in inflation ratemint_denom
- Type of the token being minted.
The target annual inflation rate is recalculated for each previsions cycle. The inflation is also subject to a rate change (positive or negative) depending on the distance from the desired ratio (goal_bonded
). The maximum rate change possible is defined to be inflation_rate_change
per year, where the annual inflation is capped between inflation_min
and inflation_max
.
Key | Type | Example |
---|---|---|
blocks_per_year | uint32 | 6311520 |
goal_bonded | string (dec) | "0.670000000000000000" |
inflation_max | string (dec) | "0.200000000000000000" |
inflation_min | string (dec) | "0.070000000000000000" |
inflation_rate_change | string (dec) | "1.000000000000000000" |
mint_denom | string | "nshr" |