Resources, not gas

TRON meters transactions with two resources: bandwidth, broadly for transaction size, and energy, for contract execution. An account can obtain these by staking TRX, or it can simply pay: when the available resources are insufficient, TRX is consumed to cover the shortfall.

The practical consequence is that a TRON account holding only USD₮ may still be unable to send. It needs either staked resources or a TRX balance. The cost of a token transfer also depends on the state of the destination account, which is why identical-looking transfers can cost different amounts.

Addresses are not interchangeable

TRON uses Base58Check addresses, shown with a leading T. This is a different format from the 0x addresses used across EVM networks, which means the usual EVM safety net does not apply: you cannot "switch networks" to recover tokens sent to an address on the wrong chain, because the address itself would not have been valid.

That cuts both ways. The mismatch is visible before you send, so an address pasted into the wrong network’s field will usually be rejected by the interface rather than accepted and lost.

TRC-20 USD₮ is its own deployment

Tether lists the networks it deploys USD₮ on, and the TRON deployment is separate from the Ethereum one. A platform that supports USD₮ does not necessarily support both. The receiving platform’s deposit page decides, not the ticker.

The full comparison, including when each makes sense, is in USDT ERC-20 vs TRC-20.

Cost in practice

TRON transfers are often inexpensive, which is the usual reason for choosing the network. Budget for the resource model rather than a flat fee: a fresh account with no staked resources pays in TRX, and the amount varies with what the transaction has to do.

Frequently asked

Why did my TRON transfer cost more than last time?

TRON consumes bandwidth and energy, and the amount depends on the transaction and the state of the accounts involved. When resources are short, TRX is consumed to cover the difference, so the cost varies.

Can I send TRC-20 USD₮ to an Ethereum address?

No. The address formats differ, and the deployments are separate. Use the network your recipient’s deposit page specifies.

Do I need TRX if someone else pays for the transaction?

Some services sponsor resources or delegate them. Where that applies, it is a feature of that service, not a property of the network. Check the wallet or platform’s own documentation.

Sources & further reading

  1. TRON: resource model

    Bandwidth, energy and the TRX fallback when resources are insufficient.

  2. TRON: accounts and keys

    Base58Check address format and the displayed T prefix.

  3. Tether: supported protocols

    Issuer list of the networks USD₮ is deployed on.

Sources checked on 18 September 2026. Network features and platform support can change; check the relevant provider before acting.

Network notes are educational summaries of public documentation, not an endorsement of a network, token or service, and not investment advice. Read our editorial policy.