The auth
module is responsible for authenticating accounts and transactions.
MaxMemoCharacters
- 512TxSigLimit
- 7TxSizeCostPerByte
- 10SigVerifyCostED25519
- 590SigVerifyCostSecp256k1
- 1000
The bank
module is responsible for token transfer functionalities.
sendenabled
- true
The gov
module is responsible for on-chain governance proposals and voting functionality. Note that this module requires a unique way to change its parameters.
depositparams
mindeposit
-512000000
uatom
(micro-ATOMs)maxdepositperiod
-1209600000000000
(nanoseconds)
votingparams
votingperiod
-1209600000000000
(nanoseconds)
tallyparams
The staking
module is responsible for the proof of stake (PoS) layer of the Cosmos Hub blockchain.
UnbondingTime
- 1814400000000000 (nanoseconds)MaxValidators
- 125KeyMaxEntries
- 7BondDenom
- uatom (micro-ATOM)
The slashing
module is responsible for enabling the Cosmos Hub to penalize any validator for an attributable violation of protocol rules by slashing (ie. partially destroying) the bonded ATOMs of their stake-backing. Penalties may include a) burning some amount of a staked bond and b) removing the ability to vote on future blocks and governance proposals for a period of time.
SignedBlocksWindow
- 10000 (blocks)MinSignedPerWindow
- 0.050000000000000000 (proportion)DowntimeJailDuration
- 600000000000 (nanoseconds)SlashFractionDoubleSign
- 0.050000000000000000 (proportion)SlashFractionDowntime
- 0.000100000000000000 (proportion)
The distribution
module is responsible for distributing staking rewards between validators, delegators, and the Community Pool.
communitytax
- 0.020000000000000000 (proportion)baseproposerreward
- 0.010000000000000000 (proportion)bonusproposerreward
- 0.040000000000000000 (proportion)withdrawaddrenabled
- true
The crisis
module is responsible for halting the Cosmos Hub if an invariant is broken.
ConstantFee
- 1333000000uatom (micro-ATOM)
The mint
module is responsible for enabling the Cosmos Hub to have a flexible inflation rate that depends upon a bonded stake ratio target (GoalBonded
).
MintDenom
- uatom (micro-ATOM)InflationRateChange
- 0.130000000000000000 (proportion)InflationMax
- 0.200000000000000000 (proportion)InflationMin
- 0.070000000000000000 (proportion)GoalBonded
- 0.670000000000000000 (proportion)BlocksPerYear
- 4855015 (blocks)