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:
- You deposit 1 SOL as collateral
- The protocol borrows 2 SOL worth of USDC from a liquidity pool
- Jupiter swaps the USDC into SOL
- Your position now holds ~3 SOL worth of exposure
- 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:
- Position tokens are swapped back to the quote token (via Jupiter)
- Borrowed amount + accrued interest is repaid to the pool
- Protocol fee (1% of closing position size) is deducted
- Remaining balance goes back to you
Interest & Fees
| Fee | Amount |
|---|---|
| Open fee | Charged on-chain during position creation |
| Close fee | 1% of closing position size (reduced by token discount) |
| Interest | Accrues on the borrowed amount (rate set per pool) |
| Swap fees | Jupiter 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)
Updated 5 days ago