Skip to main content
This page covers JLP Loans: how to borrow USDC against your JLP, the LTV thresholds, how the borrow rate works, and how liquidation is handled.

What is JLP Loans?

JLP Loans allows users to deposit JLP tokens as collateral to borrow USDC. The position continues to earn JLP yield while the loan is active, allowing users to access liquidity without exiting their JLP position. The protocol uses an overcollateralized lending model with dynamic interest rates based on utilization. The Loans page shows live metrics at the top:

Key Parameters


Loan-to-Value (LTV)

The Loan-to-Value (LTV) ratio represents the ratio between your outstanding debt and the USD value of your JLP collateral. LTV=OutstandingDebt(USD)/JLPCollateralValue(USD)LTV = Outstanding Debt (USD) / JLP Collateral Value (USD)

LTV Thresholds

Example

With $10,000 worth of JLP deposited:

Position Management

Each user can hold a single lending position. The Loans interface provides two modes to interact with that position:
Used to open or grow a position. You deposit JLP as collateral and borrow USDC against it. HALF / MAX shortcuts let you fill the input with half or all of your available JLP balance.
The “My Position” panel displays the current state of your position:

Borrow Rate

The borrow APR is dynamic and adjusts based on pool utilization. Higher utilization means a higher borrow rate.

Utilization Formula

Utilization=(LockedforTrading+TotalBorrowed)/TotalPoolSizeUtilization = (Locked for Trading + Total Borrowed) / Total Pool Size

Liquidation

Liquidation is triggered when a position’s LTV exceeds the Liquidation LTV of 95%. Only whitelisted keepers can execute liquidations.

Partial Liquidation

When a position exceeds the liquidation threshold but is not critically under-collateralized, the protocol performs a partial liquidation:
  • Repays a portion of the outstanding debt
  • Burns only the required amount of JLP collateral
  • Brings the position back toward a safer LTV range
  • Allows the user to retain the remaining collateral and position
Partial liquidation is only triggered when the position size exceeds a minimum liquidation size, to avoid dust liquidations.

Full Liquidation

A full liquidation is triggered when:
  • The position’s LTV significantly exceeds the liquidation threshold (approximately 97%+)
  • Market volatility is extreme
  • Partial liquidation alone would be insufficient to restore solvency
Full liquidation repays the entire outstanding debt, burns the necessary JLP collateral, and returns any remaining collateral to the user after fees.

Liquidation Fee

A 2% fee is applied to the liquidated collateral. This fee is deducted from the collateral burned and deposited into the JLP pool as protocol revenue.
If your position is fully liquidated, you may lose a significant portion of your deposited JLP collateral. Monitor your LTV regularly, especially during periods of JLP price volatility.You can avoid liquidation at any time by depositing additional JLP collateral or repaying part or all of your outstanding debt.