--- title: snrd tx staking description: Staking transaction subcommands --- ## Usage ```shell snrd tx staking [flags] ``` ```shell snrd tx staking [command] ``` ## Available Commands | Command | Description | |---------|-------------| | `cancel-unbond` | Cancel unbonding delegation and delegate back to the validator | | `create-validator` | create new validator initialized with a self-delegation to it | | `delegate` | Delegate liquid tokens to a validator | | `edit-validator` | edit an existing validator account | | `redelegate` | Redelegate illiquid tokens from one validator to another | | `unbond` | Unbond shares from a validator | ## Flags ## Global Flags ## Examples ### Submit transaction ```shell snrd tx staking --from alice --chain-id sonrtest_1-1 ``` ## See Also - [snrd tx](./snrd_tx) - Parent command