
People wonder why a brand-new TRON address can receive USDT but fails the moment they try to send anything out. Nothing is wrong with the address itself. It is simply not registered on the chain yet. Your wallet hands you the address as soon as you create it. TRON, though, does not create an account record for that address until the first TRX transfer arrives. Without an account record, the address cannot sign a transaction, so it can take money in but cannot send it out. One TRX transfer into the address completes the activation, and the activation itself burns 1 TRX as a network fee. That fee is charged on top of the amount you send, so it is never deducted from whatever you transfer later.
Here is the point most guides leave out. Activating an account does not come with energy. Even once the address is active, sending USDT still leaves you two options: burn TRX to cover the energy, or rent energy in advance. If energy is a new idea to you, what TRON energy is and what it pays for starts from the beginning.
I will take the two limits one at a time, then the steps, then the checks we run on our own desk.
A new address looks ready to use, but it still cannot send a transfer. Two completely separate limits stand behind that. Most people slip up here because they treat the two as one problem.
No account record. You can hold the address before the chain knows it. At that point the chain has not created an account entry for it. Without that entry, the address cannot sign a transaction, and no on-chain resource can be attached to it. An unactivated address cannot send TRX out, and it cannot send USDT either. It has no free bandwidth, and it cannot receive an energy delegation. An energy delegation sent to an address with no account record fails outright.
No energy. Activating an account is not the same as getting energy. A freshly activated address sits at zero energy, and the activation itself hands over none. So the energy has to come from somewhere else, and how to buy TRON energy instantly covers the ways to get it.
| What you want to do | Works on a brand-new address? |
| Receive USDT (TRC-20) | Yes – the balance is held by the USDT contract |
| Receive TRX | Yes – and this transfer is what activates the address |
| Send TRX or USDT out | No – a send needs a signature |
| Receive rented energy | No – the delegation is rejected |
We are asked about this regularly: why can a brand-new address receive USDT at all? Here is how that works. A USDT balance is not kept in the account record. It sits in a separate table inside the USDT contract, indexed by address. That is why a transfer can land on an address that has no account entry on the chain yet.
I want to make one thing clear before the steps. Activation is not a button and not a service. It is a plain TRX transfer, and any incoming TRX does the job.
Two other routes work just as well:
One warning before you start. Nothing here needs your recovery phrase or your private key. Activation is an ordinary public transfer, and renting energy needs nothing more than your public T-address. Any website or bot that asks you for either is a scam.
Once the address is active, it can sign transactions. That is not the same as being able to send them, and this is where many new users get stuck.
Sending USDT on TRON costs energy, and how much it costs moves with the recipient’s USDT balance:
| The wallet you are sending USDT to | Energy | Burned if you hold no energy |
| Already holds USDT | 65,000 | 6.5 TRX |
| USDT balance is zero | 130,000 | 13.0 TRX |
The arithmetic is simple. Energy is priced at 100 sun per unit, and 1 TRX = 1,000,000 sun. So 65,000 energy comes to 6.5 TRX, and 130,000 comes to 13 TRX. Those are the prices if you burn TRX. Both figures already include the dynamic energy model, which multiplies what a contract call costs and is recalculated every 6 hours. Live consumption sits about twice as high as the 31,895 and 64,895 figures older guides quote. Those are base costs before the multiplier, and the multiplier can reach 4.4 times the base. Renting the same energy usually costs less: market orders run about 20-75 sun per unit, which is 25-80% cheaper than burning. One ceiling is worth memorizing. 100 sun is the price of burning, so anything above 100 sun is worse than not renting. For the per-tier breakdown, how much energy a USDT transfer needs and why the figure doubles works through each case.
Two things about that table catch people out:
If you plan to keep sending from that wallet, consider staking instead, or rent a window sized to your volume. Staked TRX cannot be withdrawn for 14 days, so stake only what you can leave untouched for that long. At about 9.6 energy per staked TRX per day, one 65,000-energy send a day needs roughly 6,800 TRX staked, about $2,200 at $0.33. That 9.6 is a snapshot of the network’s staking level, not a fixed rate. If you are paying out to many addresses rather than one, how small teams cut energy costs on bulk payouts covers that volume case.
Nothing needs installing for this. Paste the address into a browser address bar in place of the placeholder, and read the reply:
A reply of {} means there is no record, so the address has never been activated. It is not an address with zero energy. It is an address the chain does not know yet. After activation, the same call returns the bandwidth allowance straight away, and the energy figure reads zero until you stake or rent.
If you would rather not touch an API, paste the T-address into tronscan.org and open the account page. Its Resources block shows Energy and Bandwidth with used against limit. Neither route needs a wallet connection or a key. The same check is what we run before we size an energy order. It is the reason we check the energy on an address before a USDT transfer rather than trusting a provider’s order page.
Can a new TRON address receive USDT before it is activated?
Yes. USDT balances live in the USDT contract rather than in the account record. So a deposit lands on a never-activated address at no cost and with no fee. Your wallet may not display it until the address is activated.
Does a USDT deposit activate the address?
No. Only a TRX transfer activates an address. A USDT deposit leaves the address exactly as it was.
I sent USDT to a new address and my wallet shows nothing. Is it lost?
No. The tokens are in the USDT contract, keyed by that address. Send 1 TRX into the address and the balance appears in the wallet at the same time.
How much does activating one address cost, and who pays?
1 TRX in total, and the sender pays it. The network burns the 1 TRX creation fee, and the 1 TRX you transfer stays with the new address. Keep 2 TRX in the sending wallet so the fee is covered.
Why not just activate the address and send the USDT in one go?
You cannot. Only a TRX transfer activates an address, so the first move into a new address has to be TRX. Sending it 1 TRX does two jobs at once. It creates the account record, and it leaves the address with a small TRX balance to pay with later.
Fee, energy and price figures in this guide were checked on 18 September 2026. TRON parameters are set by governance and the TRX price moves every day, so re-check both before you size a large send or a rental order. Rental prices are marketplace quotes rather than protocol constants. Nothing here is financial advice, and the cost figures are examples built on the inputs printed above.