--- title: snrd tx svc description: Transactions commands for the svc module --- ## Usage ```shell snrd tx svc [flags] ``` ```shell snrd tx svc [command] ``` ## Available Commands | Command | Description | |---------|-------------| | `initiate-domain-verification` | Initiate domain verification by generating a DNS TXT record token | | `register-service` | Register a new service with the specified domain and permissions | | `update-params` | Execute the UpdateParams RPC method | | `verify-domain` | Verify domain ownership by checking DNS TXT records | ## Flags ## Global Flags ## Examples ### Submit transaction ```shell snrd tx svc --from alice --chain-id sonrtest_1-1 ``` ## See Also - [snrd tx](./snrd_tx) - Parent command