CLI Reference
Transaction
LiquidStake
Usage
liquid-stake [amount]Example
crescentd tx liquidstaking liquid-stake 5000000000stake \
--chain-id localnet \
--from bob \
--keyring-backend test \
--gas 1000000 \
--broadcast-mode block \
--yes \
--output json | jq
#
# Tips
#
# Query account balances
# Notice the newly minted bToken
crescentd q bank balances cre1mzgucqnfr2l8cj5apvdpllhzt4zeuh2c5l33n3 -o json | jq
# Query the voter's liquid staking voting power
crescentd q liquidstaking voting-power cre1mzgucqnfr2l8cj5apvdpllhzt4zeuh2c5l33n3 -o json | jqLiquidUnstake
Usage
Example
Query
Params
Usage
Example
LiquidValidators
Usage
Example
States
Usage
Example
VotingPower
Usage
Example
Last updated