Key takeaways
- Between 2020 and 2022, TRON's governance committee raised the price of Energy — the resource a USDT transfer consumes — through a series of dated proposals, making the "just burn TRX" path to sending USDT progressively expensive.
- The Stake 2.0 upgrade in April 2023 made staked Energy freely lendable between accounts, which turned the fee gap into a business: providers stake a large TRX pool once and rent slices of Energy on demand.
- A rented-Energy transfer has a distinct on-chain shape — an Energy delegation from a service address just before the transfer, and little or no TRX burned — that an investigator can recognise by pattern even when the service is unlabelled.
- The forensic point is a separation: the address that sponsors a transaction's Energy is not necessarily the one that funded the account. A rental-service delegation is fee sponsorship — it says nothing about the money trail.
Most of what an investigator reads on TRON is USDT moving between addresses, and every one of those transfers has to pay for the computation it triggers. TRON prices that computation in a resource called Energy. A sender can cover it two ways: burn TRX outright at the moment of the transfer, or acquire Energy in advance by staking TRX. For years the choice barely mattered, because Energy was cheap. Then TRON made it expensive on purpose — and an entire service industry grew up in the gap between the two options.
That industry is worth understanding because it leaves a signature on the exact transactions investigators care about most. A USDT transfer paid for with rented Energy looks different from one paid for by its own sender, and the difference points at a third party — the rental service — that has nothing to do with where the money came from. This article covers why the market came to exist. The mechanics of Energy itself — what it is, why a USDT transfer consumes it — belong to the Stake 2.0 resource model, and the current directory of who the marketplaces are and how to recognise each on-chain is a separate reference. This is the economic history underneath both.
The fee that climbed
Start with TRON’s Energy unit price: the amount of TRX burned per unit of Energy when a sender has no staked or delegated Energy to draw on. That price is a governance parameter, set by committee proposal, and across two years it was raised repeatedly.
The price moved to 40 sun in November 2020, then to 140 sun (0.00014 TRX per unit) effective February 11, 2021 under Committee Proposal 51, which also raised the transaction fee-limit cap. It rose again to 280 sun on October 28, 2021, and reached 420 sun (0.00042 TRX per unit) on December 4, 2022 under Committee Proposal 79. A separate change compounded the effect: the dynamic energy model, introduced as TIP-491 and enabled by Committee Proposal 83 on February 5, 2023, raised the quantity of Energy charged to the most heavily used contracts — with USDT the archetype — while leaving the price per unit alone.
A standard USDT transfer consumes a fixed, large block of Energy — tens of thousands of units. At 40 sun the TRX burned to cover that was trivial; by 420 sun the same transfer’s Energy burn had risen by an order of magnitude, and the dynamic model pushed the busiest contracts’ Energy cost higher still. Past a certain point it became plainly cheaper to acquire Energy than to burn TRX for it, and cheaper still to rent that Energy from someone who already had it than to lock up your own TRX to stake it.
The escalation was not permanent. Governance later reversed course in two steps, cutting the unit price to 210 sun in September 2024 and to 100 sun in August 2025. What persists is the pattern the peak created; the 140-, 280-, and 420-sun figures themselves are dated historical parameters.
The upgrade that made renting practical
High fees created the demand for cheaper Energy; the supply mechanism took a protocol change. Before April 2023, TRON’s staking design coupled the act of staking to the act of delegating resources, which made lending Energy at scale awkward. Stake 2.0, enabled on the mainnet on April 7, 2023, split those into two independent operations: a holder stakes TRX to accrue Energy in their own account, then separately delegates that Energy to any other activated address — and can reclaim it later without unstaking. The staged mechanics of that switch are the subject of the Stake 2.0 transition.
The split unlocked fluidity. Staked Energy became an inventory a provider could reassign instantly and reclaim on command. One large TRX pool, staked once, could be lent out in slices to thousands of unrelated customers, each slice returned and re-lent minutes later. That is the primitive a rental business needs.
The market
A competitive set of Energy-rental services grew up around the arbitrage, selling the same core proposition: pay a small fee, receive enough delegated Energy to send your USDT, and skip the larger TRX burn. Some predate Stake 2.0 and worked around the older constraints — feee.io reports founding in October 2022 — while others launched into the cleaner post-upgrade environment, among them tr.energy and TronSave in 2023, with later entrants like TronZap showing the market kept competing. (One frequently named early service, TronEnergy.Market, is commonly dated to around 2021, though that founding date is not firmly documented.)
The whole industry runs on one inequality: the market price to rent enough Energy for a transfer sits below the TRX that transfer would otherwise burn. The business model built on it is the same across providers, and it is best stated structurally, since any quoted price moves constantly and is vendor-set. A provider maintains a large staked-TRX pool that continuously generates Energy. A customer pays a fee; the provider delegates Energy to the customer’s address for a short window — often about an hour, or scoped to a single transfer; the customer’s USDT transfer then draws on that delegated Energy and burns little or none of its own TRX; and the provider reclaims the Energy afterward to lend again.
The shape a rented transfer leaves
All of this shows up on-chain, stamped onto ordinary-looking USDT transfers as a recognisable pattern.
The signature is compact: just before the transfer, a delegation transaction sends Energy to the sender from the service’s pool address; the transfer then draws on that delegated Energy and burns little or no TRX; and a reclaiming transaction often follows when the short rental window closes. The specific service addresses and the on-chain fields that identify each marketplace are catalogued in the Energy and Bandwidth marketplaces.
There is one thing the pattern must not be mistaken for. An account has a funding lineage — where its TRX and USDT balances came from, whether a deposit, an exchange withdrawal, or a counterparty. The Energy that fuelled a particular transfer is a different lineage, and when it came from a rental service it says nothing about who funded or controls the account. It is a third-party fee sponsorship, not a transfer of value between the two addresses. Treating the Energy delegator as a counterparty or a source of funds is a straightforward error, and the rental market makes it a common one.
What it means for an investigator
Some of what looks like structure in a wallet’s transactions is really just cost optimisation, and the Energy-rental market is the standing example. A sender who routes every USDT transfer through a rental service is avoiding a fee. The habit says nothing about their funding, their counterparties, or their control; a delegation from a service address answers how a transaction paid for itself, and nothing else.
Read the tell for what it is. A rented-Energy pattern places a transaction downstream of a fee sponsor and tells you the sender optimised for cost; it does not attribute the account to the service, it does not merge the two histories, and it is not a lead. Keep the fee-sponsorship lineage and the funding lineage in separate columns; the market that grew out of a governance fee is an economic footnote to the transfer. The reason USDT is the transaction type this whole industry optimises for is covered in USDT on TRON, and the exchange-built rails that made high-volume retail USDT movement a mass concern are the subject of how exchanges adopted TRON.
Sources
Primary governance records and dated documentation used for the facts in this article:
- TRON on-chain governance record (TronScan Proposal API). Proposal 48 — Energy and Bandwidth unit price raised from 10 to 40 sun; created November 20, 2020, effective November 25, 2020. Primary on-chain record.
- TRON on-chain governance record (TronScan Proposal API). Proposal 51 — Energy and Bandwidth unit price raised from 40 to 140 sun, and the transaction fee-limit cap raised from 1,000 to 5,000 TRX; created February 9, 2021, effective February 11, 2021. Corroborated by Crypto Economy, “TRON Proposal 51 Published With a Focus on Increasing Bandwidth and Energy Fees” (Feb 11, 2021).
- TRON on-chain governance record (TronScan Proposal API). Proposal 71 — Energy unit price raised from 140 to 280 sun; created October 25, 2021, effective October 28, 2021. Corresponding TIP: tronprotocol/tips#338, “Proposal: The unit price of energy proposed to be increased to 280 sun.”
- TRON Developer Hub. GetEnergyPrices and TronGrid wallet/getenergyprices — the on-chain timestamped Energy-price series, independently corroborating all four historical values and effective dates above (queried 21 July 2026).
- TRON DAO. Committee Proposal 79 announcement (December 4, 2022) — the 280→420 sun change (0.00042 TRX/unit), approved 2022-12-04 14:00 Singapore time, modifying network parameters 11 and 47 and raising the fee-limit cap. Corresponding governance record: TIP #483.
- TRON Core Developers. “Dynamic Energy Model Effect Analysis” — Committee Proposal 83 enabling the dynamic energy model on the mainnet, effective February 5, 2023. Design record: TIP #491.
- TRON Core Developers. “Introduction of GreatVoyage-v4.7.0 (Aristotle)” (January 16, 2023) — Stake 2.0 and the dynamic energy model shipped disabled, pending network proposal votes to enable. Stake 2.0 design: TIP #467; optional lock period: TIP #542.
- TRON Core Developers. “What is Stake 2.0?” and developer reference for delegateResource — the separation of staking from delegation and the reclaim-without-unstaking property. Primary protocol documentation.
- Later reversal of the escalation. TIP #789 and the on-chain
GetEnergyPricesseries — the unit price was cut in two steps, to 210 sun from September 19, 2024 and to 100 sun from August 29, 2025, confirming the 2022 peak was not permanent. - Rental-service founding dates (vendor-reported; cited only to date each service’s existence, not for scale or price): feee.io (October 2022, per imToken support documentation); tr.energy (2023); TronSave (2023); TronZap.