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.
Why a new address cannot send yet
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.
How to activate it, step by step
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.
- Open a wallet you already use that holds TRX.
- Send 1 TRX to the new address.
- Keep about 2 TRX in the sending wallet. The creation fee is charged on top of the 1 TRX you send, so a wallet holding exactly 1 TRX will come up short.
- Wait for the next block. Blocks arrive every 3 seconds.
- Check the new address on a block explorer. The account record appears, and any USDT already sent to it becomes visible at the same time.
Two other routes work just as well:
- Let someone else do it. Any single incoming TRX transfer activates the address, whoever sends it. An exchange withdrawal of TRX, or a payment from a customer, does the same job.
- Do nothing, if it is an exchange address. Deposit addresses on exchanges are already active, so there is nothing to switch on.
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.
What activation does not fix
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:
- Activation does not change which energy tier this transfer falls into. The tier follows the recipient’s USDT balance, not the age or the status of the account. An address that has been active for years but sits at zero today is priced exactly like one the chain has never seen. So activate for the signature, never for a cheaper send.
- A new address with no TRX has no energy to use. You can rent energy to it, because it is activated now and a delegation will land. But you still need enough TRX or rented energy on it before each send goes 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.
How to check whether an address is activated
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.
FAQ
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.
Sources
- TRON documentation, account creation – a flat 1 TRX account creation fee, read from the getCreateNewAccountFeeInSystemContract chain parameter. It is burned and charged to the sender of the first TRX transfer to an unactivated address. (Official documentation.)
- TRON documentation, resource model – available energy is spent before TRX is burned; 1 TRX = 1,000,000 sun; energy is priced at 100 sun per unit. Free bandwidth is granted to activated accounts only, which is why an address with no account record has none. Read on 18 September 2026. (Official documentation.)
- TRON documentation, account resources – a read of /wallet/getaccountresource returns an empty object when the address is missing or the account does not exist; the response carries the account’s energy limit and energy used. (Official documentation.)
- TRON network parameters reference and the TronScan parameter view – the energy fee of 100 sun per unit was set by Committee Proposal #104 and took effect on 29 August 2025, down from 210 sun; the maintenance interval is 6 hours; the unstaking delay is 14 days. Read on 18 September 2026. (Governance parameters.)
- Live node responses – a delegation addressed to a wallet that has never received TRX is rejected, reporting that the account does not exist, because there is no record to attach the resource to. Observed while testing delegation scripts against freshly generated addresses. (Our own measurement.)
- Energy consumption on a USDT TRC-20 transfer – about 65,000 energy when the recipient already holds USDT, and about 130,000 when the recipient’s USDT balance is zero. These are the rounded industry-standard figures; the raw receipts we read sit at 64,285 and 130,285. The tier follows the recipient’s current USDT balance, not the age of the account and not its activation status. (Third-party figures and our own receipts.)
- TRON dynamic energy model – a per-contract multiplier applied to energy consumption, recalculated on each maintenance cycle, with a ceiling of 4.4 times the base cost. This is why live consumption sits about twice as high as the 31,895 and 64,895 figures older guides still quote; those are pre-multiplier base costs. (Official documentation and our own derivation.)
- Rental market prices, September 2026 – roughly 20-75 sun per unit across providers against the 100 sun burn price, with the 30-70 sun band typical for bulk orders. Rental quotes are marketplace prices, not protocol constants. (Market observation.)
- TRX reference price – about $0.33 on 18 September 2026, used only to express TRX amounts in dollars. It moves daily. (Market observation.)
- Energy per staked TRX – the network energy pool of 180,000,000,000 divided by the total staked TRX gives about 9.6 energy per TRX per day at the 18 September 2026 stake level. This is the figure behind the 6,800 TRX staking comparison above, and it is a snapshot rather than a fixed rate. (Our own derivation.)
- Rental and staking guidance for first-time senders – the 65,000 and 130,000 energy tiers, and the observation that a rental is delivered against a public T-address only, with no key or seed phrase involved. (Industry practice.)
Data as of and disclaimer
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.