Jupiter Perpetuals

Jupiter Perpetuals is one of the fastest-growing perpetual futures venues on Solana — distinct from Jupiter’s core swap aggregator product (already published as jupiter-aggregator) but built within the same ecosystem. The platform uses a pool-based model (traders trade against the JLP pool rather than an orderbook), where JLP token holders act as the collective counterparty to all trades and earn a proportional share of fees, funding rates, and liquidation proceeds. JLP has become one of Solana’s most popular yield-bearing assets, attracting billions in liquidity and enabling leverage trading with Pyth oracle pricing that avoids the front-running risks of on-chain orderbooks.


Architecture Overview

The protocol is built around the following components.

Pool-Based Perpetuals vs Orderbook

Jupiter Perpetuals uses a pool-based model analogous to GMX on Arbitrum:

Model Mechanism Examples
Orderbook Buyers/sellers match; price set by demand/supply dYdX, Hyperliquid
Pool-based Traders trade against a liquidity pool at oracle price Jupiter Perps, GMX, GNS
vAMM Virtual AMM creates synthetic liquidity Drift (partially), early Perp Protocol

How pool-based works:

  • You open a long BTC position
  • The JLP pool is your counterparty
  • Price is fed by Pyth oracle (not the pool itself)
  • If you win, JLP pool pays you; if you lose, JLP pool keeps collateral

Advantage: No orderbook manipulation, no front-running of order placement, tight oracle-based spreads.

Disadvantage: JLP pool can lose money if traders consistently win (net long position in a bull run).


JLP: The Jupiter Liquidity Pool Token

JLP is the core primitive of Jupiter Perpetuals — an index-like liquidity token:

JLP Composition (approximate, rebalances dynamically)

  • ~20–25% BTC (wBTC/cbBTC)
  • ~15–20% ETH (wETH)
  • ~10–15% USDC
  • ~5–10% USDT

JLP is not just a claims token — it’s a directly tradeable asset itself (like a DeFi index fund):

  • Buy JLP on Jupiter → you’re providing liquidity to the perp pool
  • You receive proportional fees from: trading fees, opening/closing fees, funding rates, liquidation fees

JLP Yield Sources

  1. Trading fees: 0.08% flat fee on position open/close
  2. Funding rates: When market is heavily long, long traders pay funding to shorts (JLP collects the imbalance)
  3. Liquidation fees: When a position is forcibly liquidated, JLP keeps a portion of collateral
  4. Spread: Small bid-ask spread in oracle price

Historical JLP APY: Ranged from 15–50% APY depending on trading activity and funding rate environment.

JLP as a Leveraged Yield Strategy

Holding JLP is not risk-free — it’s similar to being a covered writer:

  • In sideways or bear markets: JLP earns fees and funding from long traders; profitable
  • In strong bull markets: JLP loses to winning long positions but gains from price appreciation of underlying assets
  • Net: JLP tends to outperform price-only BTC/SOL/ETH holding in volatile markets; underperforms in sustained one-directional trends

Trading Mechanics

The following sections cover this in detail.

Opening a Position

  1. Choose market: SOL, BTC, or ETH perpetuals (long or short)
  2. Select leverage: Up to 100x (position size / collateral)
  3. Collateral: Any Solana token (Jupiter swap converts to USDC for shorts, SOL/BTC/ETH for longs)
  4. Execution: Price filled via Pyth oracle feed; no slippage on oracle price (fee-based instead)

Example:

  • $1,000 USDC collateral
  • 10x leverage → $10,000 BTC long position
  • Entry at $60,000 BTC oracle price
  • Maintenance margin: ~1% → liquidated if BTC drops to ~$54,000 (9% decline wipes $900 buffer at 10x)

Liquidation Mechanics

Jupiter Perpetuals uses a maintenance margin system:

  • Initial margin: Collateral / leverage
  • Maintenance margin: Fixed % (~1% for most assets)
  • Liquidation: Position automatically closed when (position value / notional) < maintenance margin
  • Liquidation fee: Deducted from remaining collateral; remainder returned to trader

Liquidations are on-chain and permissionless — any keeper can trigger and earns a small fee.

Funding Rates

Funding rates maintain market balance:

  • Positive funding (long-heavy market): Long traders pay shorts; JLP earns the imbalance
  • Negative funding (short-heavy market): Short traders pay longs; JLP subsidizes longs
  • Rate rebalances to zero when longs = shorts

Integration with Jupiter Ecosystem

The ecosystem is made up of the following components.

One-Click Entry From Any Token

Jupiter Perpetuals is integrated with Jupiter’s swap aggregator:

  • Deposit any Solana token to open a position
  • Jupiter automatically swaps to required collateral in the same transaction
  • Example: Use BONK to open a SOL long — Jupiter knows to swap BONK → USDC → SOL collateral

JUP Token Governance

JUP (Jupiter’s governance token) governs:

  • Fee parameters for both Jupiter Swap and Jupiter Perpetuals
  • JLP pool composition changes
  • New market listings
  • Protocol treasury management

JUP holders vote on parameter changes; Jupiter has one of the most active governance communities on Solana.


Comparison to GMX

Jupiter Perpetuals is frequently described as “GMX on Solana” — the comparison is apt but with key differences:

Property Jupiter Perpetuals GMX V2
Chain Solana Arbitrum, Avalanche
Liquidity token JLP GM (per-market)
Oracle Pyth Chainlink + GMX
Max leverage 100x 50x
Fee model Flat fee Dynamic (utilization-based)
Underlying assets SOL/BTC/ETH BTC/ETH + 20+ markets
Solana integration Native N/A

Key difference: GMX V2 moved to per-market liquidity pools (GM pools), while Jupiter uses a single unified JLP pool for all markets. Unified pool benefits from diversification; per-market pools prevent cross-market contagion.


How to Access Jupiter Perpetuals

Trading: Go to jup.ag/perps, connect Phantom or any Solana wallet, deposit collateral, and trade.

JLP: Buy JLP directly at jup.ag/jlp to earn perpetual trading yield without taking directional positions.

JUP: Available on Coinbase — . Stake for governance participation.

Hardware security: Store JUP and SOL with a Ledger — .

Related Terms


Sources

Milionis, J., Moallemi, C.C., Roughgarden, T., & Zhang, A.L. (2022). Arbitrage, Liquidity, and the Order Book. arXiv:2201.01735.

Angeris, G., Agrawal, A., Evans, A., Chitra, T., & Boyd, S.P. (2021). Constant Function Market Makers: Multi-Asset Trades and Swaps for Generalized Risky Portfolios. arXiv:2107.12484.

Chohan, U.W. (2022). Decentralized Finance (DeFi): An Emergent Alternative Financial Architecture. Critical Blockchain Research Initiative Working Paper.

Pyth Network. (2023). Pyth Network: A First-Party Financial Oracle. Pyth Network Documentation.

Evans, A. (2021). Liquidity Provider Returns in Geometric Mean Market Makers. arXiv:2006.08205.