Network
Cosmos
Initia
Chetasheet

Service operations

#Check Logs
sudo journalctl -f -u initiad
 
#Start service
sudo systemnctl start initiad
 
#Restart Service
sudo systemnctl restart initiad
 

Token

withdraw all reward
initiad tx distribution withdraw-all-rewards --from $WALLET --chain-id $INITIA_CHAIN_ID --gas auto --gas-adjustment 1.5 --fees <amount> 
Withdraw rewards and commission from your validator
initiad tx distribution withdraw-rewards $VALOPER_ADDRESS --from $WALLET --commission --chain-id $INITIA_CHAIN_ID --gas auto --gas-adjustment 1.5 --fees <amount> -y 
Check wallet balance
initiad query bank balances $WALLET
Delegate to the validator itself
initiad tx mstaking delegate $(initiad keys show $WALLET --bech val -a) <amount>  --from $WALLET --chain-id $INITIA_CHAIN_ID --gas auto --gas-adjustment 1.5 --fees <amount> -y 
Redelegate to other validators
initiad tx mstaking redelegate $VALOPER_ADDRESS <TO_VALOPER_ADDRESS> <amount>  --from $WALLET --chain-id $INITIA_CHAIN_ID --gas auto --gas-adjustment 1.5 --fees <amount> -y 
Unbond
initiad tx mstaking unbond $(initiad keys show $WALLET --bech val -a) <amount>  --from $WALLET --chain-id $INITIA_CHAIN_ID --gas auto --gas-adjustment 1.5 --fees <amount> -y 
Transfer Funds
initiad tx bank send $WALLET_ADDRESS <TO_WALLET_ADDRESS> <amount>  --gas auto --gas-adjustment 1.5 --fees <amount> -y 

Governance

View proposal
initiad query gov proposals 
Vote proposal
initiad tx gov vote <num> yes --from $WALLET --chain-id $INITIA_CHAIN_ID  --gas auto --gas-adjustment 1.5 --fees <amount>uinit -y 
ℹ️

Note: Change num to the appropriate number of proposal