← All articles

JustLend: TRON's Money Market and Energy Rental Engine

Key takeaways

  • JustLend (JustLend DAO) is TRON's flagship lending protocol, long its largest by total value locked — a Compound V2 fork that lets users supply assets for interest and borrow against collateral.
  • It also operates the JustLend Energy Rental: pay TRX to rent Energy delegated to your address instead of staking yourself. This is one of the main reasons a TRON address holds Energy it never staked for.
  • Supplied assets become jTokens; borrowing capacity is governed by per-asset collateral factors; a position is liquidatable once its risk value crosses 100.
  • For origin work, every JustLend contract is DeFi infrastructure, not an actor: a smart contract can never be the origin or owner of a wallet, the same as any DEX router, and an Energy Rental delegation is a purchased service rather than an ownership signal.

Most of TRON’s on-chain economy is denominated in two things: stablecoin transfers and the resources that pay for them. JustLend sits on both. As a money market it holds billions in supplied assets; as an Energy provider it fuels a large share of the network’s daily transactions. An investigator reading TRON data meets its contracts constantly.

The risk is misreading what those contracts are. A delegation from JustLend looks like fueling; a large inbound transfer looks like funding; a borrow looks like a fund movement between parties. None of them are what they appear to be at the actor level, because the counterpart on the other side is a protocol rather than a person. This article covers what JustLend actually does and how its on-chain footprint should be read.

What JustLend is

JustLend launched on December 7, 2020 as, in its own framing, “TRON’s first official lending platform.” It is part of the JUST ecosystem — the same family as the JST governance token — and has since restructured into JustLend DAO.

By total value locked it has, as of June 2026, consistently ranked as the largest protocol on TRON, with a TVL that trackers such as DefiLlama have measured in the billions of dollars, effectively all of it on TRON; the figure moves with market conditions, so treat both any single number and the ranking itself as a snapshot to reverify on DefiLlama rather than a constant.

Architecturally, JustLend is not a from-scratch design. Its own documentation states it is “built on the Compound V2 architecture” — a Compound V2 fork. That lineage is worth knowing up front, because it means everything an investigator already understands about Compound-style money markets transfers directly: the jToken/cToken receipt model, collateral factors, and the liquidation mechanics all behave as they do on the Ethereum original.

The money market

The core product is a pooled supply-and-borrow market.

Supply asset TRX · USDT · … jTokens INTEREST-BEARING Borrow COLLATERAL FACTOR Risk value BORROW / LIMIT × 100 Liquidation RISK ≥ 100 MINTS AGAINST TRACKED BY REPAY ≤ 50%
Supply mints jTokens; held as collateral they back a borrow, and the position is liquidatable once its risk value reaches 100.

Supplying. Deposit an asset — TRX, USDT, or another supported token — and you earn interest, withdrawable at any time without waiting for a loan to mature. In return you receive jTokens (jTRX, jUSDT, jSUN, and so on), TRC-20 receipt tokens whose exchange rate against the underlying rises over time as interest accrues. jTokens are JustLend’s equivalent of Compound’s cTokens.

Borrowing. To borrow, you first supply collateral and hold the resulting jTokens, then draw another asset against it. Interest rates adjust algorithmically with each market’s supply and demand.

Collateral factor. Each asset carries a collateral factor set by JustLend DAO governance. Your borrowing limit is the sum, across everything you’ve supplied, of each asset’s value multiplied by its collateral factor — so a more volatile asset, with a lower factor, lets you borrow less against it.

Liquidation. Positions are tracked by a risk value, defined as total borrow divided by borrow limit, times 100. Once that value reaches 100, the position is above the liquidation threshold and a liquidator can step in — repaying up to 50% of a single borrowed asset’s debt in one transaction and collecting a reward equal to 8% of the repaid amount. These are the same close-factor and liquidation-incentive primitives Compound uses.

JST and DAO governance

Governance runs on the JST token. JST holders propose, vote on, and execute protocol changes on-chain through a GovernorBravo controller paired with a Timelock — the identical governance contract suite Compound uses, another tell of the fork lineage. JST also functions in interest payment and platform maintenance within the JUST ecosystem.

For an investigator, JST activity around the governance contracts is protocol administration rather than user behavior: proposals, votes, and timelocked executions, with no fund movement between independent parties.

The Energy Rental

JustLend’s second major product has nothing to do with lending assets. It rents Energy.

Every TRON transaction consumes resources, and a TRC-20 transfer like USDT costs Energy specifically. You can obtain Energy by staking TRX under Stake 2.0, but staking locks capital. The Energy Rental offers the alternative: pay a fee in TRX and rent Energy that JustLend delegates to your address for a set period, no staking required.

The mechanics are constrained and worth knowing:

  • Target. Energy can only be delegated to a regular activated account, never to a contract address — a Stake 2.0 rule that JustLend inherits rather than sets.
  • Duration. Rentals run by the hour or day, up to a maximum of 30 days.
  • Fees. The prepayment splits into an Energy Fee (charged by time used), a refundable Security Deposit of one day’s fee, and a Liquidation Penalty calculated as the delegated TRX times 0.008%, with a 20 TRX minimum.

JustLend’s documentation puts the saving at roughly 71% to 84% versus burning TRX directly for the same Energy, depending on whether the receiving address already holds USDT. Those are the protocol’s stated, illustrative figures rather than a live quote.

On-chain, a rental is a two-step shape: a TriggerSmartContract call into the Energy Rental contract, which then issues a DelegateResourceContract moving Energy from JustLend’s pool to the renter’s address.

Renter PAYS TRX FEE Energy Rental contract TU2MJ5…fJZvd · JUSTLEND POOL Recipient REGULAR ACCOUNT ONLY TRIGGER SMART CONTRACT DELEGATE RESOURCE RENTED ENERGY · HOURLY/DAILY · UP TO 30 DAYS
The two-step rental signature: a contract call into the Energy Rental pool, then a resource delegation to a regular account.

That signature — a contract call followed by a resource delegation from a known marketplace contract — is what distinguishes rented Energy from a personal stake or an operator fueling a wallet it owns. The broader marketplace landscape, including JustLend’s competitors, is covered in Energy and Bandwidth Marketplaces.

The contract map

A handful of JustLend addresses are worth recognizing on sight. These were verified on-chain as contracts in June 2026:

ContractAddressRole
Comptroller (Unitroller)TGjYzgCyPobsNS9n6WcbdLVR9dH7mWqFx7Risk-management module; the proxy every market call routes through
Energy RentalTU2MJ5Veik1LRAgjeSzEdvmDYx7mefJZvdThe one-to-many Energy delegation pool
JST tokenTCFLL5dx5ZJdKnWuesXxi1VPwjLVmWZZy9Governance token of the JUST / JustLend DAO ecosystem

The full per-market list — one jToken contract per supported asset, plus the governance and oracle contracts — lives in JustLend’s developer documentation. Individual jToken market addresses have changed across protocol upgrades, so verify any specific market contract against a live explorer rather than trusting a static list.

What it signals for an investigator

JustLend’s footprint is large enough that mistaking it for actor behavior throws off attribution in two specific ways.

A JustLend contract is never an origin. Supplying, borrowing, and repaying move value between a user and a pool rather than between two independent parties — and the pool is a smart contract, which cannot be the origin or owner of anything. Like DEX routers, JustLend’s market contracts are recognizable infrastructure, so any analyst can rule them out as an address’s possible origin from the outset. A wallet’s heaviest counterparty being a JustLend market says it uses the protocol, nothing more.

A JustLend delegation is a purchase, not a gift. Resource delegation is normally one of the stronger ownership signals on TRON — an operator fueling a wallet it controls. The Energy Rental is the deliberate exception: the delegation comes from a marketplace the recipient paid, exercising no control over them. So a delegation from a known commercial energy marketplace should be discounted, not read as the operator relationship an ordinary delegation would imply: rented Energy signals a purchase, not control. When you see Energy arriving from the Energy Rental contract above, you are looking at a purchased service rather than a controller.

Both cases reduce to the same rule that governs reading any DeFi protocol on-chain: the contract is a venue, not a participant. What it tells you is that a wallet transacted there — never who that wallet is.

Sources

Primary documentation and data used for facts in this article:

  • JustLend DAO documentation. “JustLend DAO Docs” overview — JustLend as “the largest lending protocol on TRON, built on the Compound V2 architecture”; the Supply & Borrow Market sub-protocol; JST governance via GovernorBravo + Timelock.
  • JustLend DAO documentation. “Liquidations” — Risk value = total borrow / borrow limit × 100; the liquidation threshold; 50%-per-transaction close factor; 8% liquidation reward; the collateral-factor borrow-limit formula; jToken definition.
  • JustLend DAO documentation. “Energy Rental” — One-to-many Energy marketplace; regular-account-only delegation target; hourly/daily rental up to 30 days; the three fee components (Energy Fee, Security Deposit, Liquidation Penalty at 0.008% / 20 TRX minimum); the ~71%–84% stated savings.
  • JustLend DAO documentation. “Contracts Overview” — The Comptroller (Unitroller), Energy Rental, and JST token contract addresses (independently verified on-chain June 2026).
  • JUST Foundation. “JustLend Now Live — TRON’s First Official Lending Platform” (December 7, 2020) — Launch date and framing; jToken-as-TRC-20 receipt model; supply/borrow/interest mechanics; JST’s role.
  • DefiLlama. “JustLend protocol” — Total value locked (~$3.0 billion, all on TRON, as of June 2026; a fluctuating snapshot).
  • TRON Developer Hub. “Staking on TRON” — The resource-delegation mechanic (DelegateResourceContract) underlying the Energy Rental, and the rule that resources delegate only to activated external accounts, not contracts.