TVL: ~$58.9M | Type: Multi-Collateral Lending | Docs: docs.curvance.com
Overview
Curvance is the largest lending protocol on Monad by TVL. It supports multi-collateral positions, meaning users can post several different assets as collateral simultaneously. Each market has its own collateral factor and independent supply/borrow APY.Functions
getCurvanceMarkets()
Returns all active Curvance lending markets with their current rates and liquidity. ReturnsCurvanceMarket[]
| Field | Type | Description |
|---|---|---|
address | string | Market contract address |
asset | string | Underlying token address |
collateralFactor | number | Max LTV for this asset (e.g. 0.75 = 75%) |
supplyAPY | number | Current supply APY as a decimal |
borrowAPY | number | Current borrow APY as a decimal |
totalSupply | bigint | Total supplied liquidity (raw) |
totalBorrow | bigint | Total borrowed amount (raw) |
getCurvanceTVL()
Returns total value locked across all Curvance markets in USD. Returnsnumber
getCurvanceMarket(address)
Returns data for a single Curvance market by its contract address.| Parameter | Type | Description |
|---|---|---|
address | string | Market contract address |
CurvanceMarket
Usage Example
Contract Addresses
| Contract | Address |
|---|---|
| UnitrollerProxy | 0xe9eD4e8c5c37a4D36c3C52EB25D5Db67Dd6FD12b |