Skip to main content

x/staking

Module parameters

Below are all the network parameters for the staking module. ShareLedger is based on Tendermint Core's consensus engine, it relies on a set of validators to participate in the proof of stake (PoS) consensus protocol, and they are responsible for committing new blocks to the blockchain.

  • unbonding_time: The time duration of unbonding
  • max_validators: The maximum number of validators
  • max_entries: The max entries for either unbonding delegation or redelegation
  • historical_entries: The number of historical entries to persist
  • bond_denom: Coin denomination for staking
KeyTypeExample
bond_denomstring"nshr"
historical_entriesuint163
max_entriesuint167
max_validatorsuint16100
unbonding_timestring (seconds)"1814400s"