Skip to main content
Market Intelligence aggregates data from every lending protocol, LST, yield vault, and DEX on Monad into a single unified view. It covers Neverland, Euler V2, Morpho Blue, Curvance, Sherpa, Accountable, Folks Finance, Sumer, Lagoon, TownSquare, Enjoyoors, Nabla, and all four LSTs.

Overview

The market intelligence module provides a single entry point to query ecosystem-wide metrics: total TVL broken down by category, the best current yields across all protocols, DEX liquidity summaries, and cross-DEX arbitrage alerts.

Types

Functions

getMarketOverview

Returns a full ecosystem snapshot: total and per-category TVL, active protocol count, top yield opportunities, and DEX and lending summaries.

getBestYields

Aggregates yield opportunities across all lending protocols, LSTs, and yield vaults. Results are sorted by APY descending.

getMonadDeFiTVL

Returns TVL broken down by protocol category. Includes all protocols listed in the overview section.

getArbitrageAlerts

Scans all DEX pairs and returns alerts where the price spread exceeds 0.5%. Each alert includes the recommended buy and sell venues.

compareAssetYields

Compares a specific asset’s yield opportunities across all protocols. Useful for deciding where to deploy a single asset.

Usage

Comparing Yields for a Specific Asset

Arbitrage Scanning

Notes

  • TVL figures are USD-denominated and use the cross-oracle verified price from oracles.ts.
  • getBestYields includes LST APRs, lending supply rates, and vault yields in a single sorted list.
  • getMarketOverview makes multiple RPC calls in parallel - typical latency on Monad is under 500 ms given the ~400 ms block time.