Short answer: choose TRC-20 or Solana for cheap transfers and P2P, ERC-20 when a DeFi protocol or counterparty requires it, and BEP-20 only if you are working inside the BNB Chain ecosystem. The receiving side always decides — a chain mismatch is the one mistake that permanently loses money.
One token, many chains
Tether issues USDT as a token on more than a dozen blockchains. The dollar value is the same everywhere, but each version is a separate contract on a separate ledger. Your TRC-20 balance does not exist on Ethereum, and no wallet setting can make it appear there. Bridging or swapping is the only way across.
Network comparison
| Network | Address format | Fee | Paid in | Best for |
|---|---|---|---|---|
| Tron (TRC-20) | Starts with T | Very low | TRX | Transfers, P2P, exchange deposits |
| Ethereum (ERC-20) | 0x… | High, volatile | ETH | DeFi, institutional counterparties |
| BNB Smart Chain (BEP-20) | 0x… | Low | BNB | BNB Chain apps |
| Solana (SPL) | Base58 string | Negligible | SOL | Frequent small transfers |
| Arbitrum / Optimism / Base | 0x… | Low | ETH | Ethereum-grade DeFi at L2 prices |
| TON | UQ…/EQ… | Low | TON | Telegram-native payments |
Note the trap in that table: ERC-20, BEP-20 and every Layer-2 use the identical 0x… address format. The address will look perfectly valid on the wrong chain, and the transaction will succeed — into an account you may not control.
How to choose in ten seconds
- Sending to an exchange? Use the network the exchange lists on that specific deposit page, not the one you prefer.
- Sending to a person? Ask them for the network in writing, alongside the address.
- Using DeFi? The protocol's chain decides — usually Ethereum or a Layer-2.
- Just holding? TRC-20 or Solana keeps your future exit cheap.
- Paying with Telegram? TON is the native fit.
The gas-token trap
Holding USDT is not enough to move it. Every chain charges its fee in its own native coin: TRX on Tron, ETH on Ethereum and Layer-2s, BNB on BNB Chain, SOL on Solana. A wallet with 500 USDT and zero TRX cannot send anything. Keep a small balance of the native coin — a few dollars is plenty on cheap chains — or you will need a second transfer just to unlock the first.
Moving USDT from one network to another
Two options, with different risk profiles:
- A swap service. Send USDT on chain A, receive USDT on chain B at your address. One step, one fee, no protocol approvals, no bridge contract exposure.
- A bridge. Useful inside DeFi workflows, but you take on smart-contract risk, and bridges have historically been among the most heavily exploited pieces of crypto infrastructure. More on this in how cross-chain bridges work.
For a plain balance move, the swap route is simpler and its failure modes are easier to reason about.
Before you press send
- Compare the first four and last four characters of the address after pasting.
- Confirm the network label in both wallets — sender and receiver.
- Check you hold enough of the native gas coin.
- Send a small test transfer for any new address or new chain.
Key takeaways
- USDT versions are separate assets on separate ledgers.
- Identical
0x…addresses across EVM chains are the main source of loss. - You always need the native coin for gas, not just USDT.
- To change chains, a direct swap is usually safer than a bridge.
You can see every supported USDT network and current directions on the coins page.
Frequently asked questions
Is TRC-20 USDT the same as ERC-20 USDT?
Same value and same issuer, different blockchains. They cannot be sent to each other's addresses; converting requires a swap or a bridge.
What happens if I send BEP-20 USDT to an ERC-20 address?
The transaction confirms on BNB Chain and the tokens sit at that address on BNB Chain. If you control the private key you can import it into a BNB Chain wallet and recover them. If the address belongs to a service that does not support that chain, recovery is usually impossible.
Which USDT network do most exchanges prefer?
TRC-20 dominates deposits and withdrawals because of its low cost, with ERC-20 remaining standard for institutional and DeFi flows. Always follow the specific deposit page rather than a general rule.