Skip to main content
Version: Mainnet - Dymension

Other commands

View Governor address

rollapp-evm keys show <KEY-NAME> --bech val

Query commission

Governors may view their accumulated commission balance:

rollapp-evm q distribution commission <GOV-ADDRESS>

Wtihdrawing rewards

Governors may withdraw their rewards with the following command:

rollapp-evm tx distribution withdraw-rewards VALIDATOR-ADDRESS --from <KEY-NAME> --commission

Reward eligibility

Only Governors with delegations in the top max_validators will receive rewards and participate in Governance:

rollapp-evm q staking params --node=RPC | grep "max_validators"