Skip to main content
TVL: ~$5M | Type: Morpho Blue (MetaMorpho vaults) | Docs: docs.morpho.org

Overview

Morpho Blue is a minimal, immutable lending primitive. MetaMorpho vaults are curator-managed wrappers that allocate deposited assets across Morpho Blue markets to optimize yield. Rampart exposes vault discovery and TVL aggregation.
Monad does not support eth_getLogs from block 0. Morpho vault discovery uses a bounded block range. If you see an empty result, the RPC node may be rate-limiting - retry or use a private RPC endpoint.

Functions

getMorphoVaults()

Returns all MetaMorpho vaults deployed on Monad, sorted by APY descending. Returns MorphoVault[]

getMorphoTVL()

Returns total value locked across all MetaMorpho vaults in USD. Returns number

getBestMorphoVault(asset?)

Returns the MetaMorpho vault with the highest APY. Optionally filtered to a specific underlying asset. Returns MorphoVault

Usage Example

Contract Addresses