Skip to main content

Staking

The staking module provides a set of subcommands to query the staking state and send staking transactions.

Available Commands

NameDescription
validatorQuery a validator
validatorsQuery for all validators
delegationQuery a delegation based on address and validator address
delegationsQuery all delegations made from one delegator
delegations-toQuery all delegations to one validator
unbonding-delegationQuery an unbonding-delegation record based on delegator and validator address
unbonding-delegationsQuery all unbonding-delegations records for one delegator
unbonding-delegations-fromQuery all unbonding delegatations from a validator
redelegations-fromQuery all outgoing redelegatations from a validator
redelegationQuery a redelegation record based on delegator and a source and destination validator address
redelegationsQuery all redelegations records for one delegator
poolQuery the current staking pool values
paramsQuery the current staking parameters information
historical-infoQuery historical info at given height
create-validatorCreate new validator initialized with a self-delegation to it
edit-validatorEdit existing validator account
delegateDelegate liquid tokens to an validator
unbondUnbond shares from a validator
redelegateRedelegate illiquid tokens from one validator to another

Query Commands

TX Commands