> For the complete documentation index, see [llms.txt](https://help.tpwallet.io/en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.tpwallet.io/en/wallet-faq-en/tron-wallet/reward.md).

# How to claim voting rewards.

Voting requires freezing TRX. For every 1 TRX frozen, you will receive 1 voting right (TRON Power). When you vote for a Super Representative, you will receive a portion of the Super Representative rewards as voting rewards. The specific calculation rules for voting rewards involve the distribution ratio, number of votes, and the number of blocks produced. Please refer to the relevant regulations for detailed information.

To do this, open TokenPocket and go to the "Voting Management" interface. Click on "Claim Rewards" on the interface, and after confirming the transaction details, you will receive the rewards.

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


---

# 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://help.tpwallet.io/en/wallet-faq-en/tron-wallet/reward.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.
