TVL: ~$4M | Type: Compound V2 Fork | Docs: sumer.money
Overview
Sumer Money is a Compound V2 fork deployed on Monad. It follows the proven cToken/Comptroller architecture with per-market supply and borrow rates determined by utilization-based interest rate models. Each market is independent with its own reserve factor and collateral factor.Functions
getSumerMarkets()
Returns all active Sumer lending markets with current rates and liquidity. ReturnsSumerMarket[]
| Field | Type | Description |
|---|---|---|
address | string | cToken market contract address |
asset | string | Underlying token address |
supplyRate | number | Current supply rate per second (annualized) |
borrowRate | number | Current borrow rate per second (annualized) |
totalSupply | bigint | Total cToken supply (raw) |
totalBorrows | bigint | Total borrows outstanding (raw) |
protocol | 'sumer' | Protocol identifier |
getSumerTVL()
Returns total value locked across all Sumer markets in USD. Returnsnumber
Usage Example
Contract Addresses
| Contract | Address |
|---|---|
| Comptroller | 0xA0b3E538e9d2E66A04BEa2BEdff3a0F80fBB1da3 |