Skip to main content

Params

Params module allows you to query the system parameters which can be governed (except the gov params) by the gov module.

terpd query params subspace [subspace] [key] [flags]

Subspace currently supports the following:auth, bank, staking, mint, distribution, slashing, gov, crisis.

Among them, the parameters available for query for each subspace are as follows:

auth

keydescriptiondefault
MaxMemoCharactersMaximum number of characters in the memo field in a transaction256
TxSigLimitMaximum number of signatures per transaction7
TxSizeCostPerByteThe amount of gas consumed per byte of the transaction10
SigVerifyCostED25519Gas spent on edd2519 algorithm signature verification590
SigVerifyCostSecp256k1Gas spent on secp256k1 algorithm signature verification1000

bank

keydescriptiondefault
SendEnabledTokens that support transfer{}
DefaultSendEnabledWhether to enable the transfer function by defaulttrue

staking

keydescriptiondefault
UnbondingTimeMortgage redemption time??
MaxValidatorsMaximum number of validators69
MaxEntriesThe maximum number of unbinding/redelegation orders in progress7
BondDenomBond denomuterp
HistoricalEntriesThe number of historical entries10000

mint

keydescriptiondefault
InflationToken issuance frequency??
MintDenomDenom of the token mintableuterp
BlocksPerYearBlocks produced per year6311520

distribution

keydescriptiondefault
communitytaxFees charged for withdrawal0.02
baseproposerrewardThe base reward rate of the block proposer0.01
bonusproposerrewardReward rate for block proposers0.04
withdrawaddrenabledWhether to support setting the withdrawal addresstrue

slashing

keydescriptiondefault
SignedBlocksWindowSliding window for downtime slashing100
MinSignedPerWindowMinimum signature rate in each window0.5
DowntimeJailDurationMaximum downtime (continuous)???
SlashFractionDoubleSignPenalty coefficient for double sign0.05
SlashFractionDowntimePenalty coefficient for downtime0.01

gov

keydescriptiondefault
depositparamsRelated parameters of the deposit mortgage phasemin_deposit: 10000000uterp; max_deposit_period: ??
votingparamsRelated parameters of the voting mortgage phasevoting_period: 2d(days)
tallyparamsRelated parameters of the voting tally phasequorum: 0.25; threshold: 0.5; veto_threshold: 0.334

crisis

keydescriptiondefault
ConstantFeeConstant Fee1000uterp