Skip to main content
This page provides a clear overview of the key terms and metrics used across Jupiter Lend products.

Vault

A vault is a market on Jupiter Lend composed of a collateral asset and a debt asset (e.g., SOL/USDC, mSOL/SOL, JUICED/USDC). The term “vault” can refer to two distinct things depending on context:
  • Position vault — a user’s individual borrowing position in a given market. Each Borrow or Multiply position creates its own position vault, identified by a Position NFT. This is the meaning used on the Borrow and Multiply pages.
  • Lending pool / market — the shared liquidity layer for a given asset pair, used by all participants. This is the meaning used on the Earn and Statistics pages.
When the distinction matters, the documentation specifies “position vault” or “lending pool”.

Pegged Vault

A pegged vault is a vault where the collateral and debt assets are correlated and priced using on-chain redemption rates rather than market prices. Examples include JupSOL/SOL, INF/SOL, JUICED/USDC. Because the price comes from on-chain redemption rates, market price fluctuations do not directly cause liquidations on pegged vaults. The main liquidation risk comes from rate divergence (Borrow APY exceeding Supply APY for a sustained period). Pegged vaults are used in Strategies and in some Multiply positions.

Position NFT

Each position in a vault is represented by an NFT. This NFT represents the vault, including its debt and collateral assets. The NFT can be moved freely; transferring it to another wallet transfers the entire position. Do not burn this NFT. It is required to manage and withdraw the funds associated with the position.

Position Parameters

The annual return on the position’s net value (total collateral minus total debt). Formula: ((supply amount × supply APY) - (borrow amount × borrow APY)) / (supply amount - borrow amount). All amounts in USD. The result applies to net value only, not total collateral. Displayed as Net APY across the interface (previously labelled Final APY).
The maximum percentage of the collateral that can be borrowed against. Also called Loan-to-Value.
The debt-to-collateral ratio at which the position becomes eligible for partial liquidation. Always higher than the LTV.
The ratio above which the position exits the tick system and is fully liquidated to zero.
The collateral price at which the position would reach the Liquidation Threshold. Generally shown as liquidation price / current price of collateral.
An additional amount taken from your collateral during liquidation to reward the liquidator. Varies by vault. For example, with a 1% penalty, for every $100 of collateral sold during liquidation, an extra $1 is given to the liquidator.
The status that shows how close your position is to liquidation. It reflects your current debt-to-collateral ratio relative to the Liquidation Threshold. The closer you are to the threshold, the higher the risk.
Dollar value of debt divided by dollar value of collateral (D/C ratio).
The ratio of borrowed amount to total supplied amount for a given asset across the protocol. Utilization is measured at the token level: it reflects how much of that asset has been borrowed relative to how much has been supplied across all vaults. Higher utilization typically results in higher interest rates for both lenders and borrowers.
A specific debt-to-collateral ratio level inside a vault. Jupiter Lend groups positions with similar ratios into ticks for efficient liquidation processing. Ticks are spaced by 0.15% and are shared globally within a vault.
A loan that is borrowed and repaid within a single atomic transaction. Jupiter Lend uses flashloans internally to enable looped operations like Multiply, Strategies, and Unwind, where multiple steps (borrow, swap, redeposit) execute together. The user does not interact with the flashloan directly.
Rate earned per year for supplying the collateral asset.
Rate paid per year for borrowing the debt asset.
The collateral absorbed by the protocol from a borrower who becomes undercollateralized.
The borrower’s debt settled during the process of collateral absorption in liquidation.

Smart Vaults and DEX

Terms introduced with Jupiter Lend v2 (August 2026). For the full explanation, see the Smart Vaults page.
A vault where the collateral, the debt, or both are token pairs serving as liquidity for Jupiter AMM. Three types exist: Normal Collateral & Smart Debt, Smart Collateral & Normal debt, and Smart Collateral & Smart Debt.
A collateral position composed of a token pair that doubles as DEX liquidity. It earns trading fees (Trading APR) on top of lending yield and any native asset yield.
A debt position composed of a token pair that doubles as DEX liquidity. Trading fees routed through the debt offset part of the Borrow APY, and can exceed it temporarily.
A supply-only position on Jupiter AMM: a token pair deposited as pool liquidity, earning lending and trading fees, with no borrowing side and no liquidation risk.
The supply cap of a Smart Earn vault’s pool. Deposits stop once the cap is reached. Displayed in the vault’s modal alongside Current Supply.
The rate generated by trading fees flowing through a smart position. Displayed as a separate component: positive on the Supplied Collateral side, negative on the Borrowed Debt side. It varies with the volume routed through the pool.
An input mode for actions on a smart pair. You can input either token, or both, in any amounts; the protocol swaps internally to match the pool’s ratio. The internal swap is charged the pool’s DEX trading fee.
An input mode for actions on a smart pair. You input one asset and the second asset’s amount is auto-calculated so both legs match the pool’s ratio exactly, with no internal swap fee.
The token mix of a smart pair shifts continuously as traders swap through the pool, while the total value is unaffected by the shift itself. Minimal on stable pairs, small on correlated pairs.
The current price of the pair inside a Jupiter AMM pool.
The price a DEX pool concentrates its liquidity around. When the pool price reaches the bounds of the range, the pool rebalances around a new center.
The bounds of the liquidity concentration range around the Center Price, expressed as prices and as a percentage width.
The duration of a range shift while a pool rebalances around a new center. Displayed as Inactive when no shift is in progress.
The fee charged on swaps routing through a DEX pool. Set per pool and displayed on the Statistics page.
The percentage of a pool’s trading fees that goes to the protocol. The remainder accrues to the positions providing the pool’s liquidity.
The combined USD value of a DEX pool’s reserves backing trading, across both legs of the pair.

Withdrawal Limits

The minimum level the withdrawal ceiling can contract to. Further expansion happens from this base.
The active withdrawal ceiling. If it is $0, 100% of users can withdraw.
The rate at which limits increase or decrease over the given duration.
The time window for which the limits expand at the given rate.
Amount available for instant withdrawal.
Safety non-withdrawable amount reserved to guarantee liquidations.

Borrow Limits

The minimum available borrowing amount for a vault. Further expansion happens from this base.
The active borrowing ceiling.
Maximum ceiling above which it is not possible to borrow.
The rate at which borrowing limits adjust over time.
The time window for which the limits expand at that rate.
Amount available for instant borrowing.