// Delegate
nibid tx staking delegate $(nibid keys show wallet --bech val -a) 39000000unibi
--from wallet
--chain-id cataclysm-1 \
--node https://nibiru-rpc.node39.top:443 \
--gas-adjustment 1.4 \
--gas auto \
--gas-prices 0.025unibi \
-y
// Withdraw rewards and commission
nibid tx distribution withdraw-rewards $(nibid keys show wallet --bech val -a) \
--from wallet \
--commission \
--chain-id cataclysm-1 \
--node https://nibiru-rpc.node39.top:443 \
--gas-adjustment 1.4 \
--gas auto \
--gas-prices 0.025unibi \
-y
// Unjail
nibid tx slashing unjail \
--from wallet \
--chain-id cataclysm-1 \
--node https://nibiru-rpc.node39.top:443 \
--gas-adjustment 1.4 \
--gas auto \
--gas-prices 0.025unibi \
-y
// Unbond
nibid tx staking unbond $(nibid keys show wallet --bech val -a) \
--from wallet \
--commission \
--chain-id cataclysm-1 \
--gas-adjustment 1.4 \
--node https://nibiru-rpc.node39.top:443 \
--gas auto \
--gas-prices 0.025unibi \
-y
// Edit Validator
nibid tx staking edit-validator \
--new-moniker="Node39.TOP Guide" \
--commission-rate=0.05 \
--from wallet \
--chain-id cataclysm-1 \
--gas-adjustment 1.4 \
--node https://nibiru-rpc.node39.top:443 \
--gas auto \
--gas-prices 0.025unibi \
-y