--- title: snrd tx description: Transactions subcommands --- # snrd tx Transactions subcommands ## Usage ```shell snrd tx [flags] ``` ```shell snrd tx [command] ``` ## Available Commands | Command | Description | |---------|-------------| | `auth` | Transactions commands for the auth module | | `authz` | Authorization transactions subcommands | | `bank` | Bank transaction subcommands | | `broadcast` | Broadcast transactions generated offline | | `circuit` | Transactions commands for the circuit module | | `consensus` | Transactions commands for the consensus module | | `crisis` | Transactions commands for the crisis module | | `decode` | Decode a binary encoded transaction string | | `dex` | dex transactions subcommands | | `did` | Transactions commands for the did module | | `distribution` | Distribution transactions subcommands | | `dwn` | Transactions commands for the dwn module | | `encode` | Encode transactions generated offline | | `erc20` | erc20 subcommands | | `evidence` | Evidence transaction subcommands | | `evm` | evm subcommands | | `feegrant` | Feegrant transactions sub-commands | | `feemarket` | Transactions commands for the feemarket module | | `gov` | Governance transactions subcommands | | `group` | Group transaction subcommands | | `ibc` | IBC transaction subcommands | | `ibc-fee` | IBC relayer incentivization transaction subcommands | | `ibc-transfer` | IBC fungible token transfer transaction subcommands | | `ibc-wasm` | IBC wasm manager module transaction subcommands | | `interchain-accounts` | IBC interchain accounts transaction subcommands | | `mint` | Transactions commands for the mint module | | `multi-sign` | Generate multisig signatures for transactions generated offline | | `multisign-batch` | Assemble multisig transactions in batch from batch signatures | | `nft` | Transactions commands for the nft module | | `ratelimit` | Transactions commands for the ratelimit module | | `sign` | Sign a transaction generated offline | | `sign-batch` | Sign transaction batch files | | `simulate` | Simulate the gas usage of a transaction | | `slashing` | Transactions commands for the slashing module | | `staking` | Staking transaction subcommands | | `svc` | Transactions commands for the svc module | | `tokenfactory` | tokenfactory transactions subcommands | | `upgrade` | Upgrade transaction subcommands | | `validate-signatures` | validate transactions signatures | | `vesting` | Vesting transaction subcommands | ## Flags The network chain ID for tx ## Global Flags Transaction broadcasting mode (sync|async) Fees to pay along with transaction; eg: 10aatom Name or address of private key with which to sign adjustment factor to be multiplied against the estimate returned by the tx simulation; if the gas limit is set manually this flag is ignored Gas prices to determine the transaction fee (e.g. 10aatom) directory for config and data Select keyring's backend The logging format (json|plain) The logging level (trace|debug|info|warn|error|fatal|panic|disabled or '*:<level>,<key>:<level>') colored logs <host>:<port> to tendermint rpc interface for this chain out full stack trace on errors ## Examples ### Submit transaction ```shell snrd tx --from alice --chain-id sonrtest_1-1 ``` ## See Also - [snrd](./snrd.mdx) - Parent command