// Delegate
sedad tx staking delegate $(sedad keys show wallet --bech val -a) 1290000000000000000000aseda
--from wallet
--chain-id seda-1
--gas-adjustment 1.4
--node https://seda-rpc.node39.top:443 --fees 2000000000000000aseda
// Withdraw rewards and commission
sedad tx distribution withdraw-rewards $(sedad keys show wallet --bech val -a) \
--from wallet \
--commission \
--chain-id=seda-1 \
--gas-adjustment 1.4 \
--node https://seda-rpc.node39.top:443 --fees 2000000000000000aseda
// Unjail
sedad tx slashing unjail \
--from wallet \
--chain-id seda-1 \
--gas-adjustment 1.4 \
--node https://seda-rpc.node39.top:443 --fees 2000000000000000aseda
// Unbond
sedad tx staking unbond $(sedad keys show wallet --bech val -a) \
--from wallet \
--commission \
--chain-id=seda-1 \
--gas-adjustment 1.4 \
--node https://seda-rpc.node39.top:443 --fees 2000000000000000aseda
// Edit Validator
sedad tx staking edit-validator \
--new-moniker="Node39.TOP" \
--commission-rate=0.05 \
--from wallet \
--chain-id seda-1 \
--gas-adjustment 1.4 \
--node https://seda-rpc.node39.top:443 --fees 2000000000000000aseda