> 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.md).

# TRON Wallet

- [How to use USDD to pay for Tron network fees](https://help.tpwallet.io/en/wallet-faq-en/tron-wallet/usdd-as-network-fee.md): TokenPocket supports using USDD as a network fee when performing on-chain transactions, further expanding the scenarios for paying network fees on the Tron network.
- [How to Use TRON Network Fee Coupon](https://help.tpwallet.io/en/wallet-faq-en/tron-wallet/coupon.md): How to Use TRON Network Fee Coupon
- [Using energy, lower costs](https://help.tpwallet.io/en/wallet-faq-en/tron-wallet/energy-rental.md)
- [Using USDT as 'Network Fee', No TRX Required](https://help.tpwallet.io/en/wallet-faq-en/tron-wallet/usdt-as-network-fee.md)
- [How to Save on TRON Transaction Fees When Transferring USDT？](https://help.tpwallet.io/en/wallet-faq-en/tron-wallet/save-gas.md)
- [How to Create a Tron MultiSig Wallet](https://help.tpwallet.io/en/wallet-faq-en/tron-wallet/multisig.md)
- [How to create a TRON wallet?](https://help.tpwallet.io/en/wallet-faq-en/tron-wallet/create.md)
- [TokenPocket Energy Rental Service](https://help.tpwallet.io/en/wallet-faq-en/tron-wallet/energy.md)
- [How to create TRON wallets in bulk](https://help.tpwallet.io/en/wallet-faq-en/tron-wallet/batch.md)
- [How to Use TStake 2.0](https://help.tpwallet.io/en/wallet-faq-en/tron-wallet/stake-2.0.md)
- [How to acquire TRX tokens](https://help.tpwallet.io/en/wallet-faq-en/tron-wallet/trx.md)
- [Voting Considerations](https://help.tpwallet.io/en/wallet-faq-en/tron-wallet/considerations.md)
- [What is Stake 2.0?](https://help.tpwallet.io/en/wallet-faq-en/tron-wallet/2.0.md)
- [How to become a Super Representative (SR)?](https://help.tpwallet.io/en/wallet-faq-en/tron-wallet/representatives.md)
- [How to claim voting rewards.](https://help.tpwallet.io/en/wallet-faq-en/tron-wallet/reward.md)
- [How to participate in voting.](https://help.tpwallet.io/en/wallet-faq-en/tron-wallet/vote.md)
- [About TRON Account Privilege Escalation](https://help.tpwallet.io/en/wallet-faq-en/tron-wallet/permissions.md)


---

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