Skip to content
tronbase
Guides2 min read

How Much Energy Does a USDT Transfer Need on TRON?

Oliver BentleyTRON Research Editor

Sending 1 USDT costs the same energy as sending 10,000 USDT. Below we explain where the 65,000 and 131,000 figures come from and how to calculate energy for multiple transfers.

Energy and Bandwidth: what each one pays for

ResourceUsed forFree allowance
BandwidthTransmitting the data of any transaction~600 units per day
EnergyExecuting smart contracts, including USDT TRC-20None

A plain TRX transfer only uses Bandwidth (~268 units), so it’s often free. A USDT transfer uses both Bandwidth (~345–350) and energy — and there is no free energy allowance on the network.

Why 65,000 or 131,000

The USDT contract stores balances in separate storage slots. When the recipient already holds USDT, the contract simply updates two existing values — that takes about 64,285 energy.

If the recipient has never held USDT, the contract has to create a new entry. Writing to a new storage slot is more expensive, so consumption rises to about 130,285 energy. The market calls this a “double amount” or “two transfers”.

The same logic usually applies to exchange addresses: deposit addresses are often new and get swept after every deposit, so it’s safer to plan for ~131,000.

Calculation examples

ScenarioEnergy
1 transfer to an active recipient65,000
1 transfer to a new address or exchange131,000
5 transfers to active recipients325,000
10 transfers, half to new addresses5 × 65,000 + 5 × 131,000 = 980,000
10 transfers, all to new addresses1,310,000

The formula is simple:

energy = transfers to active addresses × 65,000 + transfers to new addresses × 131,000

What it costs in TRX

With no energy on the address, the network burns TRX at about 100 sun per unit. A transfer to an active address costs about 6.85 TRX, to a new one about 13.35 TRX (including Bandwidth).

When you rent energy, the cost is:

cost (TRX) = energy amount / 1,000,000 × price (sun per unit)

For example, 65,000 energy at 40 sun costs 2.6 TRX — 2–3× cheaper than burning. See current benchmarks in the pricing table and your monthly savings in the calculator.

How to check the energy on your address

  1. Open TronScan and paste your TRON address (starts with T, 34 characters).
  2. Find the resources section: it shows available Energy and Bandwidth.
  3. If energy was delegated by a service, you’ll see a DelegateResource entry in the transactions tab.
  4. Make sure the available energy covers your transfer: 65,000 or 131,000.

Common mistakes

  • Buying 65k for a transfer to an exchange. It won’t be enough, and the network will either burn TRX or the transaction will fail with OUT OF ENERGY.
  • Buying energy after a failed attempt. Burned TRX can’t be recovered — buy in advance.
  • Choosing too long a period. 15 minutes or an hour is enough for a single transfer, and leftover energy isn’t refunded after the period ends.

Read next

Security
How energy delegation works on TRON, why a rental service never needs your private key, how to verify DelegateResource on TronScan, and how to spot scams.
Oliver Bentley · 3 min read
Troubleshooting
What the OUT OF ENERGY error on TRON means, why USDT transfers fail and burn TRX anyway, and how to send USDT without overpaying.
Oliver Bentley · 3 min read