> For the complete documentation index, see [llms.txt](https://docs.deepsafe.network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.deepsafe.network/user-guide/crva-farming/for-crva-voter.md).

# For CRVA Voter

Any token holders can participate in the voting progress of CRVAs to share the staking rewards by delegating their token.

<figure><img src="/files/hourDEhDExCs5Okonnfl" alt=""><figcaption></figcaption></figure>

### Vote CRVAs

Click on the "Vote" button on the right of the statistics cards, select the CRVAs that need to participate (single selection only), input the quantity of token delegating on the node, and submit a voting transaction.

Please be aware of the voting limits below.

* The maximum quantity for a single CRVA is **3000 voters**
* The minimum voting quantity of each CRVA is **200 DEF**

Note: Only the CRVAs selected on-chain as the committee nodes will receive the era income and the voters will receive token rewards depending on their staking rate. Choose wisely if you want to farm the maximum return from your staking.

Here are some useful tips for you:

* "Standby": Consider it as a community support option.
* "Service": It is a wise option for all new voters as you can start farming ASAP from the next rewards era.
* "Exiting": Forget about it. It is a bad option if you are not an Owner.

<figure><img src="/files/E5tRysxq265LC33M5HY3" alt=""><figcaption></figcaption></figure>

### Change Staking

Click the "Update" button on the list, then change the staking amount down or up depending on your needs and submit a transaction on chain.

Click the "Unstake All" button to unstake all your staking amount from the node.

<figure><img src="/files/0Su0od2m9IgyVTArG6OE" alt=""><figcaption></figcaption></figure>

Note: the changes will only take effect on-chain until the next era. Please be patient for waiting up to about **60 minutes** if you choose to raise the staking amount. However, if you choose to reduce the staking amount, you should to claim it manually after  **24 hours**.

### Rewards Distribution

In each reward era, the staking rewards will be given automatically to the wallet address, depending on the share percentage of the total staking.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.deepsafe.network/user-guide/crva-farming/for-crva-voter.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
