Skip to main content

Liquidity Layer

The Liquidity Layer is the shared infrastructure that connects all parts of Jupiter Lend: Earn, Borrow, and Multiply. Instead of keeping liquidity separated across products, the Liquidity Layer acts as a unified pool of funds that every product draws from. Assets supplied through Earn can support borrowing and leverage activity simultaneously, keeping capital active rather than idle.

Capital Efficiency

Liquidity is shared between all products, allowing users to borrow more and earn better yields without requiring separate deposits for each product.

High LTVs With Lower Risk

The tick-based liquidation system allows Jupiter Lend to safely offer higher loan-to-value ratios compared to most protocols.

Automatic Balance Control

Borrowing and withdrawal limits adjust in real time to prevent sudden large movements of funds, keeping the protocol stable during high activity or volatility.

Dynamic Risk Management

Risk parameters are continuously updated based on market conditions and protocol activity.
You don’t interact directly with the Liquidity Layer. It operates in the background, enabling the efficiency and shared liquidity that powers all Jupiter Lend products.

Borrow and Withdrawal Limits — Automated Ceilings

To prevent sudden large movements of liquidity, Jupiter Lend uses automated dynamic ceilings. These ceilings manage how much can be borrowed or withdrawn at any moment and adjust continuously over time. This mechanism keeps the protocol stable during volatility or high activity without restricting normal usage.
Each asset has:
  • Base Limit: The minimum level the borrow ceiling can contract to.
  • Max Limit: The maximum level it can expand to.
  • Current Borrowable Limit: The active ceiling at any moment in time.
The ceiling expands gradually every 6 hours by up to 25% (up to 50% for some vaults), until it reaches the Max Limit. This ensures that borrowing capacity grows smoothly rather than in sudden jumps.Immediate Borrowable = Current Borrowable Limit minus Current Total Borrowed.This represents how much users can borrow right now.
Withdraw ceilings work in a similar way but in the opposite direction:
  • Base Limit: The minimum level the withdraw ceiling can contract to.
  • Current Withdrawable Limit: The active ceiling at a given time.
As withdrawals accumulate, the ceiling gradually decreases every 6 hours by up to 25% (up to 50% for some vaults), limiting how quickly liquidity can leave the protocol. This protects users and prevents liquidity shocks during extreme market moves.Immediate Withdrawable = Current Total Supplied minus Current Withdrawable Limit.This is how much users can withdraw instantly.Once the Withdrawable Limit reaches the Base Limit, the base becomes the maximum and users can withdraw 100% of their deposits.
Refinance currently supports migrations up to $1M per operation. If your position is larger, you can still transfer it by completing the migration in multiple steps.
You can view the live Borrow and Withdraw ceilings for every asset on the Statistics page.

Risk Management

Jupiter Lend is built with multiple security measures, but using DeFi always involves risk. Here are the main points to understand before interacting with the protocol:
  • Smart contract bugs: Jupiter Lend’s programs are audited, but no protocol is completely risk-free. A bug could lead to loss of funds or failed transactions.
  • Liquidation risk: If the value of your collateral drops too much, part of your position will be sold to repay the debt. Jupiter Lend reduces this impact with partial liquidations and low penalties (which vary by vault), applied only to the portion that is liquidated.
  • Oracle errors: The protocol uses multiple price sources (Pyth, Chainlink, Redstone). Inaccurate or delayed prices could cause unwanted liquidations or miscalculated .
  • Liquidity limits: During extreme market moves, the protocol automatically limits large withdrawals or borrows. This protects the system and gives time for positions to rebalance safely.
  • Asset-specific risks: Some tokens, like restaking assets or stablecoins, depend on external providers or mechanisms. Understand the risks related to each asset you use.