---
title: snrd tx distribution
description: Distribution transactions subcommands
---
## Usage
```shell
snrd tx distribution [flags]
```
```shell
snrd tx distribution [command]
```
## Available Commands
| Command | Description |
|---------|-------------|
| `fund-community-pool` | Funds the community pool with the specified amount |
| `fund-validator-rewards-pool` | Fund the validator rewards pool with the specified amount |
| `set-withdraw-addr` | change the default withdraw address for rewards associated with an address |
| `withdraw-all-rewards` | withdraw all delegations rewards for a delegator |
| `withdraw-rewards` | Withdraw rewards from a given delegation address, and optionally withdraw validator commission if the delegation address given is a validator operator |
## Flags
## Global Flags
## Examples
### Submit transaction
```shell
snrd tx distribution --from alice --chain-id sonrtest_1-1
```
## See Also
- [snrd tx](./snrd_tx) - Parent command