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.Functions
getMorphoVaults()
Returns all MetaMorpho vaults deployed on Monad, sorted by APY descending. ReturnsMorphoVault[]
getMorphoTVL()
Returns total value locked across all MetaMorpho vaults in USD. Returnsnumber
getBestMorphoVault(asset?)
Returns the MetaMorpho vault with the highest APY. Optionally filtered to a specific underlying asset.
Returns
MorphoVault