You're viewing a demo portfolio

Join the waitlist
PRSM

defi-state-pack

Active

Tool of The Stall

declared in 4.82.0

Returns Ethereum block header + stablecoin depeg status + top DeFi yield farming pools in one call. Collapses the 3-hop eth-block → stablecoin-watch → yield-farming chain into a single call. All three upstreams fetched in parallel. Supports Ethereum, Base, Polygon, Arbitrum. Filter yield pools by chain, protocol, min TVL, min APY. Free upstreams — DRPC + DeFiLlama — no API key required.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "properties": {
    "block": {
      "type": "string",
      "description": "Block number (integer or 0x hex) or tag: latest/pending/earliest/safe/finalized. Default: latest."
    },
    "min_apy": {
      "type": "number",
      "description": "Minimum 30-day mean APY (%) for yield pool inclusion. Default 0."
    },
    "network": {
      "type": "string",
      "description": "Chain to query for block data. Default: ethereum."
    },
    "top_pools": {
      "type": "integer",
      "description": "Max number of yield pools to return, sorted by 30-day mean APY desc. Default 10, max 25."
    },
    "alert_only": {
      "type": "boolean",
      "description": "If true, only return stablecoins that are depegged (MILD_DEPEG or worse)."
    },
    "min_tvl_usd": {
      "type": "number",
      "description": "Minimum TVL in USD for yield pool inclusion. Default 1000000 ($1M)."
    },
    "yield_chain": {
      "type": "string",
      "description": "Filter yield pools by blockchain (e.g. 'Ethereum', 'Base', 'Arbitrum'). Case-insensitive. Omit for all chains."
    },
    "yield_protocol": {
      "type": "string",
      "description": "Filter yield pools by protocol name (e.g. 'aave-v3', 'uniswap-v3'). Case-insensitive substring."
    },
    "stablecoin_symbol": {
      "type": "string",
      "description": "Filter stablecoins to a specific symbol (e.g. USDT, USDC, DAI). Omit to return top 10 by market cap."
    },
    "stablecoin_pools_only": {
      "type": "boolean",
      "description": "If true, only return stablecoin-only yield pools."
    }
  },
  "additionalProperties": false
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

The Stall

1/7 registries
View full server →
defi-state-pack — The Stall — PRSM MCP