· Address check guide

What is TRON energy?

TRON energy is prepaid smart-contract compute from staked or delegated TRX. Learn EnergyLimit, EnergyUsed, and why it is not a TRX balance.

Energy is the fuel for contract execution

TRON splits fees into two prepaid resources. Energy measures the compute a smart contract consumes. Bandwidth measures how many bytes the transaction occupies. A USDT TRC20 transfer is a contract, so it is an energy problem first.

You do not buy energy as a token. You mint it by staking or freezing TRX for the energy resource, or you borrow it when someone delegates energy to your address. Spending energy does not spend the staked TRX; it spends the meter that stake produced.

EnergyLimit and EnergyUsed are the two numbers that matter

EnergyLimit is the current ceiling. EnergyUsed is how much of that ceiling is already consumed in the recovery window. Remaining energy is the subtraction. Wallets that show a single “energy” figure are compressing those two fields; this guide tells you to uncompress them.

getaccountresource on any public T-address returns the pair. That is all the free checker reads for the energy column. It is not a credit score and not an identity check.

Energy is not your TRX balance

An account can hold a large TRX balance and still be unable to send USDT cheaply if none of that TRX is staked for energy. Conversely, an account can show little liquid TRX and still send USDT because a rental raised EnergyLimit.

When people say “I have TRX so I have fees,” they are mixing the gas model from other chains with TRON’s resource model. On TRON, unstaked TRX is mainly what gets burned if the energy meter is short — the expensive path, not the intended one.

How energy recovers and how it disappears

Used energy recovers over time toward the limit while the stake remains. Unstaking, undelegating, or waiting out a rental lock removes Limit itself. Those are different motions: recovery fills Used back down; undelegate lowers the ceiling.

If Limit collapses overnight, look at delegated energy expiry before you assume a drain. Key theft spends tokens; it does not usually need to delete your stake first. Still, verify destinations independently — resource charts are not a security product.

Where to look in a wallet

TronLink’s resource tab is the everyday view of the same energy and bandwidth meters. Match it with a public checker when a support chat sends you a screenshot. Screenshots are easy to fake; getaccountresource is not.

This independent desk never asks for a seed phrase. Optional deep scan is read-only and usually about 2–3 TRX. More vocabulary sits in the energy glossary; more “how much for USDT” sits in the TRC20 energy guide.

FAQ

What is TRON energy in one sentence?

Prepaid smart-contract compute minted by staking or freezing TRX for energy, or received via delegation.

Does spending energy spend my TRX?

Not when you have remaining energy. If energy is short, the chain may burn TRX instead — that is the costly fallback.

What is EnergyLimit?

The current energy ceiling for the account from stake, freeze, and inbound delegation.

What is EnergyUsed?

How much of that ceiling has already been consumed in the current recovery window.

Is energy the same as bandwidth?

No. Energy is contract compute. Bandwidth is transaction size.

Is this explanation from the TRON Foundation?

No. tronenergycalculator.org is an independent desk. Confirm protocol parameters on official TRON docs when you need canonical values.

Do I need a seed phrase to learn my energy?

No. Resource fields are public on the T-address. Never share a seed to “reveal energy.”