Data source: This glossary anchors all Energy and fee figures to the TRON official protocol parameter getEnergyFee = 100 sun/Energy: a USDT TRC-20 transfer needs about 64,285 Energy (hot) or about 130,285 Energy (cold), plus ~350 Bandwidth.
Last updated: 2026-05-28. Actual on-chain consumption can vary slightly with contract state and network parameters.
- TRON Energy
- Energy is the TRON resource that measures the compute cost of smart-contract execution, priced by protocol at 100 sun/Energy. A USDT TRC-20 transfer consumes about 64,285 Energy when the recipient already holds USDT, or about 130,285 Energy for a cold address. You obtain Energy by staking TRX, or the network burns TRX to cover any shortfall.
- Bandwidth
- Bandwidth is the TRON resource that measures a transaction’s byte size, sitting alongside Energy. Every account gets a small free daily Bandwidth allowance, and staking TRX grants more. A USDT TRC-20 transfer needs about 350 Bandwidth on top of Energy; any shortfall is covered by automatically burning TRX.
- Staking / Stake 2.0 (freeze TRX)
- Stake 2.0 is TRON’s resource-acquisition mechanism: you freeze (stake) TRX to receive a matching amount of Energy or Bandwidth, with a 14-day unstaking wait. Staking does not spend your TRX principal — it only locks liquidity — and is the primary way long-term, high-frequency users source Energy.
- Resource Delegation
- Delegation temporarily grants the Energy/Bandwidth earned from staking to another address, while the underlying TRX still belongs to the owner. Energy rental is built on delegation: the platform delegates Energy to your address, never touching your private keys or assets, and it usually arrives within 1-3 minutes.
- TRC-20
- TRC-20 is the token standard on TRON, equivalent to Ethereum’s ERC-20, and USDT (TRON USDT) is the most common TRC-20 token. Calling a TRC-20 contract’s transfer method consumes both Energy and Bandwidth — which is why sending USDT requires prepared Energy first.
- getEnergyFee (100 sun/Energy)
- getEnergyFee is the on-chain TRON protocol parameter that sets each unit of Energy equal to 100 sun (1 TRX = 1,000,000 sun). When an account is short on Energy, the network burns TRX at this rate to make up the difference. Every fee conversion on this site is anchored to this official parameter to stay consistent.
- Burning TRX
- When an account has not prepared enough Energy or Bandwidth, TRON burns (destroys) TRX from the account at the getEnergyFee rate to pay for the transaction. That is why an unprepared USDT transfer can cost ~6.4 TRX (hot recipient) to ~13 TRX (cold address). Renting Energy cuts that to roughly 1-2 TRX.
- Hot vs Cold address
- A hot address is a recipient that already holds a USDT balance — transferring to it only updates existing storage, about 64,285 Energy. A cold address has never received USDT, so the first transfer creates a new storage slot and nearly doubles consumption to about 130,285 Energy.
- Energy rental
- Energy rental uses resource delegation to temporarily grant Energy to your address on demand, so you avoid burning TRX directly. Common round packs are 65,000 (hot) and 131,000 (cold), a single rental costs about 1-2 TRX, and Energy typically arrives within 1-3 minutes.
- USDT TRC-20 transfer
- A USDT TRC-20 transfer is a transaction that sends TRON USDT by calling the TRC-20 contract’s transfer method. It consumes both Energy (compute) and about 350 Bandwidth (data). A hot address needs about 64,285 Energy, so renting 65,000 leaves a safe buffer.