About Borrow
What is Jupiter Borrow?
What is Jupiter Borrow?
Borrow Vaults are a known standard mechanism for locking collateral and borrowing debt. Jupiter Lend utilises this familiar single asset - single debt vault approach. Jupiter Lend takes borrow vaults to the next level by being the most capital efficient and optimised protocol enabling up to 95% LTV on collateral.
How does Jupiter Lend achieve such high LTV?
How does Jupiter Lend achieve such high LTV?
Jupiter borrow vaults have the most advanced liquidation mechanisms, and are able to provide the highest LTVs in the market. The protocol easily removes bad debt and enables the most gas efficient liquidation mechanism in DeFi.
What happens if I am liquidated?
What happens if I am liquidated?
When your position is liquidated, a portion of your collateral is sold to repay your debt and return your position to a safe state. In addition to selling a part of your collateral, a liquidation penalty is also charged.
What is the Max Liquidation Threshold?
What is the Max Liquidation Threshold?
While the Liquidation Threshold determines when a vault can be liquidated, the protocol also has a hard ceiling for liquidation. When a vault passes the max liquidation threshold it is entirely (100%) liquidated automatically.
My vault passed the liquidation threshold but has not been liquidated - will I be liquidated?
My vault passed the liquidation threshold but has not been liquidated - will I be liquidated?
Yes, your position is still at risk of being liquidated. Once your position passes the threshold it can be liquidated, but it may not happen immediately. If your position is still at risk you can take the time now to unwind/reduce your risk ratio to make your position safe and prevent a liquidation event.
Key components of Borrow integration
Borrow Operations
Create position, deposit collateral, borrow, repay, withdraw collateral, and liquidate. Use the operations pages for transaction building and CPI context.
Vault and position data
Read vault config, state, and user positions (collateral, debt, liquidation status) using the Read SDK. Get all positions for a user across vaults, or a single position by vault and NFT id.
Ways to fetch data
Public API
Vault and position endpoints for pool metrics and user data. (Coming Soon)
SDK (Vault data)
Read vault config, state, and user positions using
@jup-ag/lend-read.Key data structures
Vault and position model
- Vault: A market with a supply token (collateral) and borrow token. Each vault has config (oracle, risk params), state (totals, exchange prices), and limits (withdraw, borrow availability).
- Position: A user’s collateralised borrow. Identified by vault ID and position (NFT) id. Tracks collateral (supply), debt (borrow), tick, and liquidation status.
- Tick: Price ticks determine the borrow amount for a given collateral amount. Positions use tick-based pricing for leverage.
