Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 582 Bytes

File metadata and controls

35 lines (21 loc) · 582 Bytes

Query Parameters

Parameters define high level settings for staking. You can get the current values by using:

secretcli q staking params

With the above command you will get the values for:

  • Unbonding time
  • Maximum numbers of validators
  • Coin denomination for staking

Example:

$ secretcli q staking params

{

"unbonding_time": "1814400000000000",

"max_validators": 50,

"max_entries": 7,

"historical_entries": 0,

"bond_denom": "uscrt"

}

All these values will be subject to updates though a governance process by ParameterChange proposals.