· Address check guide

TRON energy

Definition of TRON energy: prepaid smart-contract compute from stake or delegation, read as EnergyLimit versus EnergyUsed — not a safety score.

Definition

TRON energy is prepaid compute for smart-contract execution. Accounts mint it by staking or freezing TRX for the energy resource, or they receive it when another account delegates energy. Spending energy does not spend the locked TRX; it spends the meter that lock produced.

Energy is not bandwidth, not a USDT balance, and not a reputation score. A large energy tank means the account can afford contract calls. It does not mean you should pay that account.

How it appears on-chain

getaccountresource exposes EnergyLimit and EnergyUsed. Remaining energy is the difference. Explorers and TronLink’s resource tab render the same pair with friendlier labels. After a USDT TRC20 transfer, Used typically rises by on the order of tens of thousands of energy — often near the ~65k planning estimate for a typical send.

When delegated energy arrives, Limit rises without a matching rise in the receiver’s frozen TRX. When it expires, Limit falls. Those Limit moves are the glossary’s most misread events.

How this checker shows it

The energy checker prints the public Limit/Used pair for a pasted T-address. It does not simulate every contract. It does not rate the address as safe. Optional deep scan adds a read-only context look at about 2–3 TRX and still does not turn energy into a safety badge.

If you need the everyday explanation rather than the term, use the “what is TRON energy” guide. If you need a number for USDT, use the how-much guide and keep calling 65k approximate.

Common confusion

People treat energy as gas they pay in TRX every time. On TRON you prefer not to pay in burned TRX; you prefer prepaid energy. People also treat EnergyLimit as remaining energy and then fail a send because Used was already near Limit.

Another confusion: “the receiver needs energy or USDT cannot arrive.” Receivers do not pay for a standard TRC20 credit. Senders do.

Related mechanics

Bandwidth is the byte meter. Stake 2.0 is how new energy is minted and delegated. Burning TRX is what happens when energy is short on a contract call. Freeze/unfreeze is the lock language wallets still use around that stake.

Independent desk, not the TRON Foundation. No seed phrases. Help: @wholetron, public address only.

FAQ

What is TRON energy?

Prepaid smart-contract compute from staked, frozen, or delegated TRX, measured with EnergyLimit and EnergyUsed.

Is energy a token I can transfer?

No. You delegate the resource; you do not send an energy token. TRX stays on the delegator when they lend energy.

Is energy a safety rating?

No. It is a public resource meter only.

What is remaining energy?

EnergyLimit minus EnergyUsed.

Does USDT TRC20 spend energy?

Yes. A typical transfer often uses around 65,000 energy — an estimate, not a constant.

Where do I see energy in a wallet?

TronLink’s resource tab, or a public checker that reads getaccountresource.

Do you need a seed to read energy?

No. The fields are public on the T-address.