What is TRON energy?
Every USDT transfer on TRON spends a resource called energy. Most wallets barely mention it — until a transfer suddenly costs 13.650000 TRX and the word appears next to the fee. This page explains what energy is, where it comes from, and why it can be rented by the minute.
Two meters, not one fee
TRON does not charge transaction fees the way most chains do. Every account has two meters instead:
- Bandwidth pays for the size of a transaction in bytes. Every account receives a small free allowance daily, and a plain TRX transfer normally rides on it.
- Energy pays for computation inside smart contracts. There is no free allowance for it.
USDT on TRON is a smart contract (the TRC-20 standard). Sending it means executing contract code, and that execution is metered in energy: about 65,000 units when the recipient already holds USDT, and about 131,000 units when the address has never held it — the transfer first has to create the recipient's token account. Receiving costs nothing; the sender's account pays for everything.
What happens when you have no energy
The network does not reject the transfer — it burns TRX from the sender's balance instead, at the protocol's fixed rate of 210 sun per unit of energy. For a transfer that needs about 65,000 units, that is 13.650000 TRX gone with the transaction; double when the recipient's address is fresh. This burn is what most wallets present as “the fee”, and its size is the reason the energy market exists.
Where energy comes from
- Burning. Do nothing and pay 210 sun per unit every time. Instant, zero setup, and the most expensive option on the table.
- Staking. Freeze TRX and the network grants energy daily in proportion. The catch is scale: covering even a modest daily flow of transfers takes thousands of TRX locked up, and unstaking is subject to a 14-day wait. It is infrastructure — you now watch a resource budget for a living.
- Renting. An account that has staked can delegate its energy to any other account for a period. The delegation carries energy and nothing else: no keys change hands, the delegating side gains no access to funds, and there is nothing to approve in the receiving wallet. Renting is buying such a delegation for exactly the window you need.
How renting works in practice
- You name the wallet that will send USDT — and, in an order, the recipient, so the right amount of energy is chosen for you.
- Energy is delegated to that wallet. It is visible on-chain within a few seconds, like any other transaction.
- You send USDT exactly as you always do. The transfer runs on the delegated energy instead of burning TRX.
- The delegation ends and the energy returns to its owner.
Because a delegation is cheap to create and cheap to end, energy can be rented for minutes at a time — a window barely longer than the transfer itself, priced accordingly. That is the product behind this site: what a transfer costs right now, a wallet that refills itself after every transfer, and an API that takes up to 500 transfers in one order. A wallet can also be charged ahead of time, before the recipient is known — mode C in the documentation.
Questions we actually get
Can a delegation touch my funds?
No. Delegation is one-directional: the receiving wallet gets usable energy and grants nothing in return — no approvals, no signatures, no spending permissions. The worst a bad delegation can do is fail to arrive.
Do I need energy to receive USDT?
No. The sender's account pays for the transfer, whichever direction you look at it from. An address needs energy only on the day it sends.
Why does the same transfer sometimes need twice the energy?
Because of the recipient. An address that has never held USDT has no token account yet, and the first incoming transfer creates one — that roughly doubles the computation, from about 65,000 units to about 131,000. The arithmetic is laid out in the guide to the fee.
Does rented energy expire?
Yes — a delegation has a term, and when it ends the energy returns to its owner. Rental terms in this service are minutes for one-off orders, which is why the price is a fraction of the burn it replaces.