> For the complete documentation index, see [llms.txt](https://vincechain.gitbook.io/vince-chain-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://vincechain.gitbook.io/vince-chain-documentation/4.-technical-documentation/vince-chain-validators/rewards-management.md).

# Rewards Management

Manage validator node rewards on Vince Chain

You can manage your Vince Chain validator node rewards by simply using the commands below. One for querying your current reward balance and the other for withdrawing your rewards.

### Querying Reward Balance&#x20;

You can query your rewards balance with this command:

`vinced query distribution rewards <vincechain1...> <vincechainvaloper1...>`

### Withdrawing Reward Balance&#x20;

You can as well, withdraw all your current rewards with this command:

`vinced tx distribution withdraw-all-rewards --from=<vincechain1...>`
