Skip to content

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.


  1. Copy the contract address of the token from your wallet or the DApp you’re using
  2. Open tronscan.org and paste the address in the search bar
  3. Check: Is the contract verified (source code published)? Is it from a known issuer? Does it match the address listed below?
  4. If anything doesn’t match — treat the token as potentially fraudulent

TokenTickerIssuerTRC-20 Contract Address
Tether USDUSDTTether Ltd.TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t
USDDUSDDTRON DAO ReserveTPYmHEhy5n8TCEfYGqW2rPxsghSfzghPDn
Staked USDTstUSDTRWA DAOTThzxNRLrW2Brp9DcTQU8i4Wd9udCWEdZ3
Wrapped Staked USDTwstUSDTRWA DAOTGkxzkDKyMeq2T7edKnyjZoFypyzjkkssq
TokenTickerIssuerTRC-20 Contract Address
BitTorrent TokenBTTBitTorrentTAFjULxiVgT4qWk6UZwjqwZXTSaGaqnVp4
SUNSUNSunSwapTSSMHYeV2uE9qYH95DqyoCuNCzEL1NvU3S
JustStable TokenJSTJUSTTCFLL5dx5ZJdKnWuesXxi1VPwjLVmWZZy9
TokenTickerIssuerTRC-20 Contract Address
Wrapped TRXWTRXTRON DAOTNUC9Qb1rRpS5CbWLmNMxXBjyFoydXjWFR

Tether USDT on TRON is the most transferred token in crypto. Its contract address is:

USDT Mainnet Contract
TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t

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


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.


StandardEquivalentNotes
TRC-20ERC-20Smart contract tokens. Requires Energy for transfers. USDT, USDD, SUN, JST are TRC-20.
TRC-10Protocol-native tokens (no smart contract). Only Bandwidth required. Limited use today.
TRC-721ERC-721Non-fungible tokens (NFTs). Unique token IDs.
TRC-1155ERC-1155Multi-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.