Parameters
The x/inflation
module contains the parameters described below. All parameters can be modified via governance.
Key | Type | Default Value |
---|---|---|
| string |
|
| ExponentialCalculation |
|
| ||
| ||
| ||
| ||
| InflationDistribution |
|
| ||
| ||
| bool |
|
Mint Denom
The MintDenom
parameter sets the denomination in which new coins are minted.
Inflation Distribution
The InflationDistribution
parameter defines the distribution in which inflation is allocated through minting on each epoch (stakingRewards
, usageIncentives
, CommunityPool
). The x/inflation
excludes the team vesting distribution, as team vesting is minted once at genesis.
To reflect this the distribution from the BlockX Token Model is recalculated into a distribution that excludes team vesting. Note, that this does not change the inflation proposed in the BlockX Token Model.
Enable Inflation
The EnableInflation
parameter enables the daily inflation. If it is disabled, no tokens are minted and the number of skipped epochs increases for each passed epoch.
Last updated