# Rewards Management

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...>`


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://charles-the-king.gitbook.io/vince-chain-technical-documentation/vince-chain-validators/rewards-management.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
