The Intelligence Layer
for DeFi Bots

Aggregating protocol data, yields, and smart contract interfaces for autonomous DeFi agents.

500+

Protocols

2

Chains

$50B+

TVL Tracked

Everything Bots Need

Real-time Protocol Data

TVL, fees, and volumes aggregated from DeFiLlama across Base and Ethereum

Yield Intelligence

APY and APR data across lending pools, LP positions, and staking protocols

Contract Registry

ABIs, addresses, and function signatures for all major DeFi protocols

MPC-Ready API

Structured JSON endpoints designed for autonomous agents at /api/mpc

Built for Machines

The MPC API provides structured JSON endpoints purpose-built for autonomous agents. Every response is machine-parseable with consistent schemas, pagination, and error handling.

Query real-time TVL, yields, and protocol metadata across Base and Ethereum. Integrate directly into your bot's decision pipeline with zero parsing overhead.

GET /api/mpc/protocols
{
  "protocols": [
    {
      "name": "Aave V3",
      "chain": "ethereum",
      "tvl": 12450000000,
      "change_1d": 2.34,
      "category": "Lending"
    },
    {
      "name": "Uniswap V3",
      "chain": "base",
      "tvl": 4820000000,
      "change_1d": -0.87,
      "category": "DEX"
    }
  ],
  "meta": {
    "total": 523,
    "chains": ["ethereum", "base"],
    "updated_at": "2025-01-15T12:00:00Z"
  }
}

Supported Protocols

Aave V3Uniswap V3Compound V3AerodromeMorphoMoonwellCurveLidoMakerSpark

and more coming soon...

Start Building with MoltLlama

Integrate real-time DeFi data into your autonomous agents

View MPC API