Verified TRON Token Registry
Scammers deploy tokens with legitimate names and near-identical logos. The only reliable way to verify a token is by its contract address — not its name, ticker, or logo. This page lists the verified contract addresses for major tokens on TRON mainnet.
How to verify a token on TRONSCAN
Section titled “How to verify a token on TRONSCAN”- Copy the contract address of the token from your wallet or the DApp you’re using
- Open tronscan.org and paste the address in the search bar
- Check: Is the contract verified (source code published)? Is it from a known issuer? Does it match the address listed below?
- If anything doesn’t match — treat the token as potentially fraudulent
Major TRC-20 Tokens
Section titled “Major TRC-20 Tokens”Stablecoins & Real-World Assets (RWA)
Section titled “Stablecoins & Real-World Assets (RWA)”| Token | Ticker | Issuer | TRC-20 Contract Address |
|---|---|---|---|
| Tether USD | USDT | Tether Ltd. | TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t |
| USDD | USDD | TRON DAO Reserve | TPYmHEhy5n8TCEfYGqW2rPxsghSfzghPDn |
| Staked USDT | stUSDT | RWA DAO | TThzxNRLrW2Brp9DcTQU8i4Wd9udCWEdZ3 |
| Wrapped Staked USDT | wstUSDT | RWA DAO | TGkxzkDKyMeq2T7edKnyjZoFypyzjkkssq |
Ecosystem & Utility Tokens
Section titled “Ecosystem & Utility Tokens”| Token | Ticker | Issuer | TRC-20 Contract Address |
|---|---|---|---|
| BitTorrent Token | BTT | BitTorrent | TAFjULxiVgT4qWk6UZwjqwZXTSaGaqnVp4 |
| SUN | SUN | SunSwap | TSSMHYeV2uE9qYH95DqyoCuNCzEL1NvU3S |
| JustStable Token | JST | JUST | TCFLL5dx5ZJdKnWuesXxi1VPwjLVmWZZy9 |
Infrastructure
Section titled “Infrastructure”| Token | Ticker | Issuer | TRC-20 Contract Address |
|---|---|---|---|
| Wrapped TRX | WTRX | TRON DAO | TNUC9Qb1rRpS5CbWLmNMxXBjyFoydXjWFR |
USDT: the most important address to know
Section titled “USDT: the most important address to know”Tether USDT on TRON is the most transferred token in crypto. Its contract address is:
TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6tThis has been the canonical USDT contract on TRON since 2019. If any address or DApp claims to give you USDT but the sending/receiving contract does not match this address exactly, it is not Tether USDT.
Identifying fake tokens
Section titled “Identifying fake tokens”Scammers create tokens named “USDT”, “USDD”, or “TRX Reward” and send them to wallets without consent. Receiving an unknown token is harmless — but interacting with it (attempting to swap, approve, or claim) is the attack vector.
Signs of a fraudulent token:
- Unverified contract on TRONSCAN
- Contract deployed within the last few days or weeks
- Holder count in the tens or hundreds (legitimate tokens have millions)
- Contains a clickable URL in the token description or name
- Doesn’t match the verified address above
What to do: Mark it as spam in TronLink. Do not interact with it. Do not visit any link associated with it.
Token standards on TRON
Section titled “Token standards on TRON”| Standard | Equivalent | Notes |
|---|---|---|
| TRC-20 | ERC-20 | Smart contract tokens. Requires Energy for transfers. USDT, USDD, SUN, JST are TRC-20. |
| TRC-10 | — | Protocol-native tokens (no smart contract). Only Bandwidth required. Limited use today. |
| TRC-721 | ERC-721 | Non-fungible tokens (NFTs). Unique token IDs. |
| TRC-1155 | ERC-1155 | Multi-token standard. Fungible + non-fungible in one contract. Batch transfers supported. |
For the complete developer reference including contract interaction examples, see the Developer API docs.