List of parameters
This section aims to collect and provide brief a description of all the mentioned network parameters:
Distribution-related parameters - distribution
module
distribution
moduleKey | Type | Description |
---|---|---|
| string (dec) | Base bonus on transaction fees collected in a valid block |
| string (dec) | Max bonus on transaction fees collected in a valid block |
| string (dec) | The rate of community tax |
| bool | Whether delegators can set a different address to withdraw their rewards |
Punishment-related parameters - gov
module
gov
moduleKey | Type | Description |
---|---|---|
| array (coins) | Minimum deposit for a proposal to enter voting period |
| string (time in ns) | Maximum period for Cro holders to deposit on a proposal |
| string (time in ns)) | The length of voting period |
| string (dec) | The minimum percentage of voting power that needs to be casted on a proposal for the result to be valid |
| string (dec) | Minimum proportion of |
| string (dec) | Minimum proportion of |
Reward-related parameters - mint
module
mint
moduleKey | Type | Description |
---|---|---|
| string (int64) | The expected number of blocks being produced per year |
| string (dec) | Goal of bonded token in percentage |
| string (dec) | Maximum annual inflation rate |
| string (dec) | Minimum annual inflation rate |
| string (dec) | Maximum annual change in inflation rate |
| string | Token type being minted. Denominations can be 3 ~ 128 characters long and support letters, followed by either a letter, a number or a separator ('/') |
Punishment-related parameters - slashing
module
slashing
moduleKey | Type | Description |
---|---|---|
| string (int64) | The jailing duration for validators with low availability |
| string (dec) | Threshold of total missed blocks |
| string (int64) | Window to calculate validators's liveness |
| string (dec) | Maximum percentage of stake reduction for byzantine validators |
| string (dec) | Maximum percentage of stake reduction for validators with low availability |
Staking-related parameters - staking
module
staking
moduleKey | Type | Description |
---|---|---|
| string | Coin denomination for staking. Denominations can be 3 ~ 128 characters long and support letters, followed by either a letter, a number or a separator ('/'). |
| uint16 | The number of historical entries to persist |
| uint16 | The max entries for either unbonding delegation or redelegation |
| uint16 | The maximum number of validator |
| string | The time duration of unbonding |
Last updated