Just created a TRON wallet and found you can’t send anything yet? That’s normal. A brand-new TRON address has to be activated before it can be used. This beginner guide explains what activation means, what the TRON account activation fee is, and how energy fits in when you start sending USDT (TRC-20).
What “activation” means on TRON
Unlike some blockchains, a fresh TRON address doesn’t fully exist on-chain until it’s activated. Activation happens automatically the first time your address receives a transaction (for example, someone sends you a little TRX, or you fund the wallet). Until that first inbound transaction, the account isn’t registered on the network and can’t send.
The distinction is between an address and an account. Your wallet app generates the address offline — it is just a keypair derived from your seed phrase, and it exists whether or not TRON has heard of it. An account is a record in TRON’s on-chain state database: balances, resource allowances, permissions. Creating that record costs the network storage, so TRON charges for it. You are paying once for a permanent row in the ledger, not for a transaction. A useful consequence: you can safely share an unactivated address and receive funds to it.
The activation fee
Creating (activating) a new account consumes network resources. In practice this costs about 1 TRX plus a small amount of bandwidth, paid by whoever triggers the account creation. It’s a one-time cost per address — once activated, you never pay it again for that wallet. (TRON network parameters can change; verify current values before relying on an exact figure.)
The bandwidth-versus-burn part
The 1 TRX creation fee is only half the mechanic. The transaction that creates your account also has a byte size, and TRON charges bandwidth for that like any other transfer. Per TRON’s official account documentation, the sender needs enough bandwidth to cover it — obtained by staking TRX, or from the free daily allowance every account gets. If the sender doesn’t have enough bandwidth, an extra 0.1 TRX is burned to pay for it.
So the realistic range for the person doing the activating is:
| Sender’s situation | What it costs them |
|---|---|
| Has enough bandwidth (staked or free allowance) | 1 TRX creation fee + bandwidth deducted |
| No bandwidth available | 1 TRX creation fee + 0.1 TRX burned |
| Activation triggered by a smart contract (e.g. a TRC-20 transfer) | 1 TRX + roughly 25,000 extra energy on top of the normal transfer cost |
That third row is the one that catches people out, and we come back to it below.
How to activate a TRON wallet, step by step
- Create the wallet in TronLink, SaveWallet, Trust Wallet or any TRON-compatible app, and back up the seed phrase.
- Copy your TRON address — it starts with
Tand is 34 characters long. - Have something sent to it. The simplest route is a small TRX transfer: withdraw from an exchange, or ask a friend to send you 2–5 TRX. The sender covers the creation fee.
- Wait for one block — about 3 seconds. TRON blocks are fast; activation is effectively instant.
- Check it. Paste your address into tronscan.org. An activated account shows a creation date and a transaction history; an unactivated one shows nothing.
Withdrawing from a centralised exchange is usually cheapest, because the exchange pays the creation fee as part of the withdrawal. Some exchanges enforce a minimum withdrawal, so check it before trying to activate with 1 TRX.
What a newly activated account can and can’t do
Activation registers you on the network. It does not give you resources. A fresh account can:
- Receive TRX, TRC-10 and TRC-20 tokens including USDT — receiving costs the recipient nothing.
- Send TRX and TRC-10 tokens, paid for by the free daily bandwidth allowance (600 bandwidth points per day, enough for roughly two simple transfers).
- Stake TRX for energy or bandwidth, and vote for Super Representatives.
What it cannot do cheaply is the thing most people actually want: send USDT. That is a smart-contract call, it needs energy, and a new account has none.
Activation also matters if someone is renting energy to the address: an unactivated account has no on-chain record for a delegation to attach to, so the transfer of resources fails. See buying TRON energy for another wallet for the receiver rules.
After activation: bandwidth vs energy
Once your wallet is live, two resources decide your fees:
- Bandwidth — used for simple TRX / TRC-10 transfers. You get a small free daily allowance.
- Energy — used to run smart contracts, including every USDT (TRC-20) transfer. This is the one that costs real money.
New to the difference? Our explainer on TRON energy and bandwidth breaks it down, and you can freeze TRX for energy if you prefer staking your own.
Why your first USDT send still costs
Activation gets your wallet working, but sending USDT (TRC-20) needs energy — about 65,000 per transfer. If you don’t have it, the network burns your TRX to cover it, which is why a USDT transfer can cost several dollars.
Do the arithmetic
Since Proposal #104 passed on 29 August 2025, the network energy price is 100 sun per unit (down from 210). One TRX is 1,000,000 sun, so the burn cost of a transfer is simply energy × 100 ÷ 1,000,000:
| Transfer type | Energy needed | TRX burned if you have none |
|---|---|---|
| USDT to an address that already holds USDT | ~65,000 | 6.5 TRX |
| USDT to an address that has never held USDT | ~130,000 | 13 TRX |
The doubling is not arbitrary. When the recipient has never held USDT, the token contract must write a brand-new balance entry rather than update an existing number, and new storage is the expensive operation in the EVM-style cost model TRON uses. You pay it once per recipient; the next transfer to that address drops back to the ~65,000 tier.
This is why activation and a first USDT send compound badly. If someone sends USDT to your address before you hold any TRX, they pay the ~130,000-energy tier and the account creation cost in one transaction. Getting a couple of TRX in first is the cheaper sequence.
The cheap way: rent energy
Instead of burning TRX, you can rent energy on the TronSave energy market — it’s delegated to your wallet in seconds and typically cuts the fee by 60–80%. Here’s the full flow for a new wallet:
- Create your TRON wallet.
- Receive a small amount of TRX — this activates the account.
- Rent energy on the TronSave market (about 65,000 for one USDT transfer).
- Send your USDT — it uses the rented energy instead of burning TRX.
One sizing note: rent for the transfer you are actually making. Sending to a first-time USDT recipient? Order the ~130,000 tier — a 65,000 order covers half the call and TRON burns TRX for the rest, defeating the point. See how much energy a USDT transfer needs for the full breakdown, and how much TRX you need to send USDT for the TRX side.
FAQ
Why does my TRON wallet say “account not activated”?
It hasn’t received its first transaction yet. Send a small amount of TRX to it (or have someone do so) and it will activate.
Do I pay the activation fee myself?
Usually the sender who first funds the account covers it. If you activate your own wallet by depositing TRX, it’s paid from that.
Do I need TRX to send USDT after activation?
You need either TRX (burned as the fee) or energy (much cheaper). Renting energy is the low-cost route.
Can I receive USDT into an unactivated wallet?
Yes. The incoming transfer activates the account. The sender pays for it — the 1 TRX creation fee plus roughly 25,000 extra energy because the activation is happening inside a contract call.
Is the activation fee ever refunded?
No. It is burned, not held. But it is genuinely one-time: an activated address stays activated forever, even if you empty it.
Does every new wallet from my seed phrase need activating?
Yes. Each derived address is separate on-chain and pays its own one-time creation fee the first time it receives funds.
Wallet activated? Rent cheap energy on the TronSave energy market and send your first USDT for a fraction of the fee.
