
Since I started in operations at a TRON energy rental platform, our support desk has received this kind of question almost every week: a user sends USDT into a brand-new wallet, but the money cannot be moved out, and the energy they rented ahead of time never arrives.
The root cause is this: a brand-new wallet address that has never had a transaction does not exist on the TRON blockchain, so it cannot receive an energy delegation. TRON does not create an account automatically. A TRX transfer is what triggers address activation, and that transaction formally creates the account on chain. Only once activation is complete can an energy delegation take effect.
Below I will explain the reason in detail and walk you through how to activate the address. At the end I go through, one by one, the causes that still burn TRX even after a rental has already taken effect.
Your wallet can generate an address in a second. But until that address first receives TRX, the chain does not know it exists. The two states look exactly the same in the wallet interface, yet their behaviour on the blockchain is completely different.
In your wallet, you hold a private key and a T-address, and you can receive USDT.
On chain it is another matter: only after the account is created on chain can it sign transfers, hold resources, and accept an energy delegation.
We verified this with our own node today. We constructed a valid T-address that had never received any funds, and the node returned {} for it. No account record means no resources at all, and nowhere to attach energy. If you want the fuller picture of what energy is and what it pays for, we cover it in What Is TRON Energy?.
This is why renting the energy first cannot work. A delegation names one receiving address, and the network requires that receiver to be an activated account. Placing a rental order for an address the chain has never seen leaves the delegation nowhere to land.
The misconception usually sits on the asset side: USDT can still be sent to an address the chain has not yet created. A token balance is recorded and held independently by the USDT contract — nothing more than a row inside that contract. So a new wallet can successfully receive and hold USDT, yet cannot move that money out.
Send a small amount of TRX to the new address from a wallet you control. Two TRX is comfortable. Here is what that transfer costs and who pays for it.
You do not need to connect a wallet, nor do you need to grant any authorization. A platform only needs one piece of information from you: the public address you will use to initiate the USDT transfer — that is your new wallet address, not the recipient’s address.
Never hand your private key or seed phrase to a rental platform, whoever it is.
| The wallet receiving the USDT | Energy to order | Burned instead, if you send with no energy |
| Already holds USDT | 65,000 | 6.5 TRX |
| USDT balance is zero right now | 130,000 | 13.0 TRX |
How much energy a transfer needs depends on the receiving wallet’s USDT balance, not on how old either address is. A new address sending to someone who already holds USDT falls into the cheaper row. Conversely, an address that has been in use for years but sits at zero today is charged the higher figure. For the detailed explanation and the calculation method, see our other article, How Much TRON Energy Do I Need to Send USDT.
How much TRX you burn when sending with no energy comes down to the price of energy. One unit of energy costs 100 sun, and 1 TRX equals 1,000,000 sun. So 65,000 units come to 6.5 TRX and 130,000 units come to 13 TRX.
Renting is cheaper than that. In a one-hour price survey across 18 platforms, quotes ranged from 26 to 74 sun, with an average near 49. Across the wider market range of 20 to 75 sun, renting is 25% to 80% cheaper than burning. One rule is worth remembering: 100 sun is the burn price, so any rental quoted above 100 sun is not worth buying.
The energy a transfer needs is not fixed either. Each contract has its own energy factor. A heavily used, frequently called contract recalculates its factor every 6 hours. TRON’s governance mechanism caps the surcharge factor at 3.4, which can raise the fee to as much as 4.4 times the base cost. That means the same USDT transfer, executed later in the day, may need more energy than it does in the morning.
Refresh the wallet first. A panel left open can still show zero even after the energy is already on chain.
Then read two numbers: the energy limit and the energy used. What actually pays for your transfer is the difference between them, never the limit on its own. That limit also includes the energy delegated to you.
The figure that arrives will not match exactly the round number you rented. In our own checks, a nominal 65,000 order read 64,485 on chain, and nominal 130,000 orders read 131,008 and 131,000. That is normal. The platform stakes and locks TRX, then hands you the energy that TRX produces. On 24 September 2026 the network ratio was 9.52 energy per staked TRX, so a 65,000 order means roughly 6,830 TRX locked. Whenever the network’s total stake changes, this ratio moves with it.
If you would rather read the raw numbers, any TRON node returns them straight from a browser address bar:https://api.trongrid.io/wallet/getaccountresource?address=<YOUR_T_ADDRESS>&visible=true
In Tronscan, the same figures sit in the Resources area of the account page.
Almost every case we see comes down to one of the following.
If you want the specific fixes, see our detailed article on why TRX is still burned after renting energy, Why Is TRON Still Burning TRX After Renting Energy? Causes and Fixes, which explains how to resolve each one.
Do I have to activate the address before I rent energy for it?
Yes. The receiver of a delegation must be an activated account. Until the first TRX lands, there is no record to attach the energy to.
Can rented energy activate a new wallet?
No. Activation happens through a TRX transfer, and a plain TRX transfer uses bandwidth only. Energy pays for contract calls such as a USDT transfer. It cannot create an account, and it cannot pay the 1 TRX creation fee.
Should the energy go to my address or to the wallet I am paying?
To your own sending address. Energy is charged to the address that signs the transaction. If the recipient’s address goes in the delivery field, your own send is the one that burns TRX.
How long does the energy last?
One order is locked for the period you choose, up to about 30 days on mainnet. Inside that window the energy refills over a rolling 24 hours, so a 65,000 order covers roughly one USDT transfer a day. Unused energy is not refunded.
Why does my wallet show 64,485 instead of 65,000?
Because the energy comes from TRX the platform locked, converted at the network ratio of about 9.52 energy per staked TRX. A few percent either way is normal, not a shortfall.
This article is a general guide to TRON energy rental on a new address. On-chain parameters and platform interfaces change over time, so confirm the current values on chain before a large payment.