Why a USDT transfer costs 13 TRX
Ask a wallet what it costs to send USDT on TRON and the answer is usually “about 13 TRX”. That number is not a fee anyone set. It is arithmetic — and every part of it can be changed. Here is the whole calculation.
The arithmetic
A USDT transfer is a call into the USDT smart contract. Executing that call is metered by the network in energy — about 65,000 units for a typical transfer. An account that has no energy pays the protocol's burn rate instead: 210 sun per unit, taken in TRX from the sender's balance.
65,000 units at 210 sun per unit comes to 13.650000 TRX. That is the whole mystery: the famous number is the burn rate multiplied by the appetite of one contract call.
Why some transfers cost twice as much
If the recipient's address has never held USDT, the transfer first creates a token account for it, and the computation roughly doubles — about 131,000 units instead of 65,000. Burned, that is twice the usual amount of TRX. Wallets rarely explain the jump, so it reads as randomness; it is actually a property of the recipient, and it is visible before you send — a single API call reports whether an address already holds USDT (see the guide to screening recipients).
The small print: bandwidth
Every transaction also spends bandwidth — a few hundred points, paying for the transaction's size in bytes. Accounts get a small free daily allowance, and once it is spent the network burns a small additional amount of TRX for it. Next to the energy burn it is a rounding item, but it is why a transfer occasionally costs slightly more than the round number you expected.
Three ways to pay less
- Stake TRX yourself. Freeze enough TRX and your energy renews daily. It works at constant, predictable volume; it costs thousands of TRX locked up, a 14-day unstake wait, and your own monitoring.
- Rent from a single seller. Better than burning, but you take one seller's list price and one seller's stock: when they are out, or their price moves, that is your price.
- Rent at market — what this service does. The price is computed across suppliers and fixed before you pay: the amount reserved is the amount charged, and energy that is not delivered is not charged at all. Current prices, including the time-of-day zones, are on the pricing page — live, with the burn cost drawn beside them.
What this means at volume
Burning scales linearly and mercilessly: every transfer pays the full 13.650000 TRX — or double — day after day. For a business sending hundreds of transfers daily, the burn line is one of the larger operational costs on TRON, and the easiest one to remove. The calculator on the front page multiplies it out for your volume at the price in force right now.
Questions we actually get
Is the 13 TRX figure fixed forever?
The burn rate — 210 sun per unit of energy — is a protocol parameter, and the network's governance can change it. The energy a transfer needs is a property of the USDT contract. Both move rarely; the product of the two is what you see quoted.
Who pays the fee, sender or recipient?
The sender, always. The recipient receives the full amount and spends nothing, whether or not their address held USDT before.
Can a transfer cost no TRX at all?
Yes. With enough energy on the sending account, no TRX is burned for the transfer, and the free daily bandwidth allowance often covers the rest — the transaction then costs nothing beyond the energy itself.
Why did the exchange charge me more than the network fee?
A withdrawal fee is the exchange's own price for the service of paying you out, not the network's charge. What the chain itself takes is the arithmetic on this page — nothing in it depends on who is sending.