Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
On-chain perpetuals with liquidity vaults on Monad
import { Rampart } from 'rampart-monad' const sdk = new Rampart() const markets = await sdk.getPerplMarkets() // → PerplMarket[] markets.forEach(m => { console.log(`${m.pair}: OI $${(m.openInterest / 1e6).toFixed(1)}M`) })
const vaults = await sdk.getPerplVaults() // → [{ asset: 'USDC', apy: 0.18, tvl: 4200000, protocol: 'perpl' }]
const tvl = await sdk.getPerplTVL() // → number (USD)
0x3A7c8E5fB3d2A1C9D8e4f6B2a5c7E9d0F1b3a2c4