arkeod tx distribution withdraw-all-rewards --from $WALLET --chain-id $ARKEO_CHAIN_ID --gas-adjustment 1.5 --gas auto --gas-prices=0.001uarkeo -y
arkeod tx distribution withdraw-rewards $VALOPER_ADDRESS --from $WALLET --chain-id $ARKEO_CHAIN_ID --gas-adjustment 1.5 --gas auto --gas-prices=0.001uarkeo -y
arkeod query bank balances $WALLET_ADDRESS
arkeod tx staking delegate $VALOPER_ADDRESS 1000000uarkeo --from $WALLET --chain-id $ARKEO_CHAIN_ID --gas-adjustment 1.5 --gas auto --gas-prices=0.001uarkeo -y
arkeod tx staking delegate <TO_VALOPER_ADDRESS> 1000000uarkeo --from $WALLET --chain-id $ARKEO_CHAIN_ID --gas-adjustment 1.5 --gas auto --gas-prices=0.001uarkeo -y
arkeod tx staking unbond $VALOPER_ADDRESS 1000000uarkeo --from $WALLET --chain-id $ARKEO_CHAIN_ID --gas-adjustment 1.5 --gas auto --gas-prices=0.001uarkeo -y
arkeod tx bank send $WALLET_ADDRESS <TO_WALLET_ADDRESS> 1000000uarkeo --from $WALLET --chain-id $ARKEO_CHAIN_ID --gas-adjustment 1.5 --gas auto --gas-prices=0.001uarkeo -y
arkeod keys add $WALLET
arkeod keys add $WALLET --recover
arkeod keys list
arkeod keys delete $WALLET
arkeod keys show $WALLET -a
arkeod keys export $WALLET
arkeod keys import wallet.backup
arkeod keys unsafe-export-eth-key $WALLET
arkeod query staking validator $VALOPER_ADDRESS
arkeod status 2>&1 | jq
arkeod q slashing signing-info $(arkeod tendermint show-validator)
arkeod q slashing params
arkeod tx slashing unjail --from $WALLET --chain-id $name_chain --gas-adjustment 1.5 --gas auto --gas-prices=0.001uarkeo
sudo systemctl status arkeod
sudo systemctl start arkeod
sudo systemctl stop arkeod
sudo systemctl restart arkeod
sudo systemctl enable arkeod
sudo systemctl disable arkeod
sudo journalctl -fu arkeod -o cat
sudo systemctl daemon-reload