Skip to content

JustLend

JustLend is the primary decentralized lending and borrowing protocol on TRON, serving as the flagship application of the JUST ecosystem. By utilizing an algorithmic interest rate model and shared liquidity pools, it enables users to earn variable yield on supplied assets or access on-demand liquidity against diversified collateral without the need for traditional intermediaries.

Domain: justlend.org


ActionWhat happensYou earn / pay
SupplyDeposit an asset into the poolVariable supply APY (interest)
BorrowTake a loan against your collateralVariable borrow APR (interest owed)
WithdrawReclaim your supplied assets
RepayReturn borrowed funds + interest

Assets are supplied as collateral and automatically earn interest while deposited. You can borrow a different asset against that collateral — this is the standard pattern for leveraging staked positions or accessing liquidity without selling.

JustLend supports TRX, USDT, USDD, WBTC, ETH (TRC-20 bridged), and JST, among others. The asset list and current APY/APR rates are displayed on the JustLend dashboard.


The health factor (HF) is the single most important number when borrowing. It measures how safe your collateral position is.

Health Factor = (Total collateral × liquidation threshold) / Total borrowed
Health FactorStatus
Above 2.0Safe — significant buffer before liquidation
1.5 – 2.0Moderate risk — monitor if markets are volatile
1.0 – 1.5Elevated risk — consider repaying or adding collateral
Below 1.0Liquidation. Position is partially liquidated.

  1. Open justlend.org and click Connect Wallet in the top right. Approve the connection in TronLink.
  2. On the Dashboard, find the asset you want to supply in the Supply column on the left panel.
  3. Click the asset name. A supply dialog opens, showing the current supply APY and your available balance.
  4. Enter the amount you want to supply and click Supply.
  5. If this is the first time you are supplying this asset, you will first be asked to Approve it (a TRC-20 approval granting JustLend permission to move your tokens). Confirm the approval transaction in TronLink, then wait for it to confirm.
  6. Confirm the supply transaction. Your supplied amount appears in your Dashboard summary.

Once supplied, your balance in JustLend grows in real time as interest accrues. You can withdraw at any time as long as it does not push your health factor below 1.0.


Supplied assets are not automatically eligible as collateral. You must explicitly enable each asset for collateral use.

  1. On the Dashboard, find your supplied asset in the “My Supplies” panel.
  2. Toggle the Collateral switch to the on position.
  3. Confirm the transaction. The asset now counts toward your borrowing power.

Only enable collateral for assets you genuinely want to use as backing for loans. Disabling collateral for an asset reduces your borrowing capacity.


  1. Ensure you have collateral supplied and enabled (see above).
  2. In the Borrow column on the right panel, find the asset you want to borrow.
  3. Click the asset. The borrow dialog shows the current APR, your available borrow limit, and what the resulting health factor will be.
  4. Enter the borrow amount. JustLend shows in real time how the amount affects your health factor. Do not borrow up to your maximum limit — leave a meaningful buffer.
  5. Click Borrow and confirm in TronLink.

The borrowed asset is sent to your wallet immediately. Interest begins accruing in real time against your position.


  1. On the Dashboard, find your open borrow position in “My Borrows”.
  2. Click Repay.
  3. Enter the repayment amount. To close a position fully, use the Max button — this accounts for accrued interest that may have added to your debt since you borrowed.
  4. Approve the token (if not already approved for repayment) and confirm the repay transaction.

Repaying brings your health factor back up. Once fully repaid, you can withdraw your collateral.


JustLend uses an algorithmic interest rate model. Rates are not fixed — they adjust based on utilization (the ratio of borrowed to supplied assets in each pool).

  • Low utilization: Low borrow APR, lower supply APY — the protocol encourages borrowing
  • High utilization: High borrow APR, higher supply APY — the protocol encourages more supply

The current rates for each asset are displayed on the JustLend dashboard and update continuously.


JustLend DAO provides an Energy Rental platform that allows users to obtain Energy for smart contract interactions more affordably than burning TRX. An upgraded version launched on May 16, 2024, introduced new functional capabilities.

  • Rent for another address: Users can rent energy for their own wallet or specify a different TRON address as the recipient.
  • Energy Rental Orders: A simplified interface to monitor and manage all active rental positions in one place.

During the rental process, a prepayment amount is calculated that includes both the rent and a security deposit. This is based on the Rental Amount and Duration.

PrePay Formula: Prepay = trxAmount * max(rentalRate, stableRate) * (durationValueInSeconds + 86400 + liquidateThreshold) + fee

Upon normal termination of the rental, the remaining portion of the deposit is refunded to the user.

Minimum Refund Formula: Refund at least = trxAmount * max(rentalRate, stableRate) * (21600 + liquidateThreshold) + fee


JST is JustLend’s governance token. It is distributed to users who supply and borrow on the platform as liquidity incentives (in addition to base interest rates). JST holders can participate in governance votes on protocol parameters.

JST rewards are claimed separately from supply interest. The JustLend dashboard shows any pending JST rewards.


Smart contract risk

JustLend’s contracts are audited, but no DeFi protocol is risk-free. Only supply assets you can afford to leave locked in the protocol.

Liquidation risk

When HF drops below 1.0, liquidators repay up to 50% of your debt and claim your collateral at a 5–15% discount (the liquidation penalty, which varies by asset). You cannot cancel a liquidation once it begins. A 20% drop in collateral value can push a fully-borrowed position to HF below 1.0 in minutes.

Variable rates

Both supply APY and borrow APR change continuously. A position that makes economic sense today may not tomorrow if utilization shifts. Check rates before and after any deposit or borrow.

Approval exposure

Supplying requires granting JustLend a TRC-20 approval. Use TRONSCAN’s Approvals tab to verify and revoke unused approvals when you exit the platform.