Understanding Leveraged Trading

How leveraged positions work on Lavarage.

How Leveraged Positions Work

When you open a leveraged position on Lavarage, the protocol amplifies your exposure by borrowing from liquidity pools.

The Mechanics

Opening a 3x Long SOL position with 1 SOL collateral:

  1. You deposit 1 SOL as collateral
  2. The protocol borrows 2 SOL worth of USDC from a liquidity pool
  3. Jupiter swaps the USDC into SOL
  4. Your position now holds ~3 SOL worth of exposure
  5. An on-chain position account tracks everything

Profit & Loss

Long position:

  • SOL price goes up 10% → you gain ~30% (3x leverage × 10%)
  • SOL price goes down 10% → you lose ~30%

Short position:

  • SOL price goes down 10% → you gain ~30%
  • SOL price goes up 10% → you lose ~30%

Closing a Position

When you close:

  1. Position tokens are swapped back to the quote token (via Jupiter)
  2. Borrowed amount + accrued interest is repaid to the pool
  3. Protocol fee (1% of closing position size) is deducted
  4. Remaining balance goes back to you

Interest & Fees

FeeAmount
Open feeCharged on-chain during position creation
Close fee1% of closing position size (reduced by token discount)
InterestAccrues on the borrowed amount (rate set per pool)
Swap feesJupiter routing fees (built into the swap)

Position Lifecycle

ONCHAIN → EXECUTED → CLOSED
                   → CLOSED_EXECUTED
                   → LIQUIDATED
  • ONCHAIN — Transaction confirmed, position detected by listener
  • EXECUTED — Position fully synced with on-chain state
  • CLOSED — Close transaction confirmed
  • LIQUIDATED — Position was liquidated (collateral insufficient)