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

# How to participate in voting.

After participating in staking, you will receive corresponding voting rights. Therefore, these voting rights can be used to vote for super representatives to obtain corresponding rewards.

1. Open TokenPocket and click on "More Tools," then select "Voting Management." If you are using the TP Wallet version, you can directly open the voting interface by entering the address through the DApp browser. \[Link: <https://tronscan.io/#/sr/votes​>] In the voting interface, you can view your wallet's account information, including the TRX balance, voting rights, pending reward claims, and other details.

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

2. To vote, you need to scroll the super representative list at the bottom to the far right, click the "+" button to increase the number of votes, and then click "Vote" after confirming the information. Enter your password to complete the voting process. You can choose the super representative to vote for based on different yields or other factors.

<figure><img src="/files/ZJxyH2KQjtSfbbxvz6Hp" 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.tokenpocket.pro/en/wallet-faq-en/tron-wallet/vote.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.
