Type: Leveraged Perps + LVUSD Stablecoin | Docs: leverup.fi
Overview
LeverUp combines leveraged perpetual positions with a protocol-native stablecoin (LVUSD). Users post collateral to open leveraged perp positions; the protocol mints LVUSD against that collateral. Rampart exposes system-level stats and individual market data for monitoring collateralization and debt health.Functions
getLeverUpStats()
Returns aggregate protocol-level statistics for LeverUp. ReturnsLeverUpStats
| Field | Type | Description |
|---|---|---|
totalCollateral | number | Total collateral value locked in USD |
totalDebt | number | Total LVUSD debt outstanding in USD |
lvusdSupply | number | Total LVUSD in circulation |
protocol | 'leverup' | Protocol identifier |
getLeverUpMarkets()
Returns all active LeverUp perp markets with current state. ReturnsLeverUpMarket[]
| Field | Type | Description |
|---|---|---|
address | string | Market contract address |
asset | string | Collateral asset address |
openInterest | number | Total open interest in USD |
collateral | number | Collateral backing this market in USD |
protocol | 'leverup' | Protocol identifier |
Usage Example
Contract Addresses
| Contract | Address |
|---|---|
| LeverUpManager | 0xE62c4454d1d4b5B82Ea9643721690B57D64dEb2C |