Understanding what a TRC20 wallet address looks like is the first step to using the TRON network safely. Here are real examples of TRC20 addresses along with an explanation of each component of the address format.
Real TRC20 Address Examples
The following are examples of valid TRC20 wallet addresses. These are real TRON addresses used for educational purposes:
TQn9Y2khEsLJW1ChVWFMSMeRDow5KcbLSE — a typical user wallet address starting with "T."
TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t — this is the official USDT TRC20 smart contract address on TRON (the contract that issues USDT tokens on the TRON network).
TLyqzVGLV1srkB7dToTAEqgDSfPtXRJZYH — another example of a TRC20 user wallet address.
TRC20 Address Format Breakdown
Always starts with "T": All TRON mainnet addresses start with the capital letter "T." This is the most immediate visual identifier that an address is a TRON/TRC20 address. Total length: 34 characters: A TRC20 address is exactly 34 characters long, including the leading "T." Base58Check encoding: The remaining 33 characters after "T" use Base58 encoding, which excludes visually ambiguous characters: "0" (zero), "O" (capital O), "I" (capital I), and "l" (lowercase L) are never used. This reduces transcription errors. Case-sensitive: TRC20 addresses are case-sensitive. TQn9Y2kh... and Tqn9y2kh... are different addresses.
How TRC20 Addresses Compare to Other Networks
TRC20 (TRON): Starts with "T," 34 characters. Example: TQn9Y2khEsLJW1ChVWFMSMeRDow5KcbLSE
ERC20 (Ethereum): Starts with "0x," 42 characters. Example: 0xdAC17F958D2ee523a2206206994597C13D831ec7
BEP20 (BNB Smart Chain): Also starts with "0x," 42 characters (same format as Ethereum addresses, different network). Example: 0x55d398326f99059fF775485246999027B3197955
Bitcoin (BTC): Starts with "1," "3," or "bc1." Example: 1A1zP1eP5QGefi2DMPTfTL5SLmv7Divf
The USDT TRC20 Contract Address
The official USDT TRC20 contract address is TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t. This is not a personal wallet — it is the smart contract deployed by Tether on the TRON blockchain that governs the issuance and transfer of USDT TRC20. You can view its statistics on TronScan to see how many USDT tokens are in circulation on TRON and the total transaction volume. When adding a custom token to your wallet, this is the contract address you would enter for USDT TRC20.
How to Verify an Address Is a Real TRC20 Address
To verify any address is a valid TRC20 address: confirm it starts with "T," confirm it is 34 characters long, confirm it contains only Base58 characters (letters A–Z except O and I, letters a–z except l, and numbers 1–9 except 0), search it on TronScan (tronscan.org) to confirm it exists on the TRON blockchain. An address that passes the format check but returns no results on TronScan is technically valid but has never been used — this is normal for newly generated wallets that have not yet received a transaction.


