# Useful commands on sentinel-hub 1)Account info sentinel-hubcli keys list 2)Validator account info sentinel-hubcli keys show <key name> --bech=val 3)Withdraw rewards and commission sentinel-hubcli tx distr withdraw-rewards <val opeator addr> --from <key name> --trust-node --chain-id sentinel-turing-1 --commission 4)Delegating to address sentinel-hubcli tx staking delegate <val operator addr> <amount>tsent --from <key name> --chain-id sentinel-turing-1 ->If you want to self delegate give your own operator address 5)Sending tokens to another address sentinel-hubcli tx send <to address> <amount in tsent(e.g.. 10tsent)> --from eon --trust-node --chain-id sentinel-turing-1 6)Unjail sentinel-hubcli tx slashing unjail --from <key name> --trust-node --chain-id sentinel-turing-1 7)Recovering key from mnemonic sentinel-hubcli keys add <key name> --recover