# ADH DeFi Yields Intelligence — agentdatum.com

> ADH DeFi Yields Intelligence — agentdatum.com is a paid API for AI agents from agentdatum.com, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Returns ranked DeFi yield/APY data across 200+ pools with TVL, stablecoin flags, IL risk, and chain/project metadata sourced from DeFiLlama.

## Facts

- Endpoint: GET https://agentdatum.com/api/v1/d/defi-yields
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/adh-defi-yields-intelligence-agentdatum-com-dd7be96a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_SxLI83e18R2jDWyTb6itC

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability adh-defi-yields-intelligence-agentdatum-com-dd7be96a
```

Example prompt: Pull the current top-ranked DeFi yield pools from ADH — I want to see which stablecoin pools on Ethereum have the best APY right now, with TVL over $1M and no impermanent loss risk.

## When to prefer this

Choose this endpoint when you need pre-filtered, ranked DeFi yield data with TVL minimums already applied and impermanent loss metadata included — it saves you from ingesting and filtering 15,000+ raw pool records yourself. Prefer over direct DeFiLlama API calls when you want entity-resolved, agent-ready output with provenance and timestamp attached. Best for yield comparison, DeFi due diligence, and portfolio optimization use cases where stablecoin safety and IL risk are relevant decision criteria.

## Known failure modes

- Payment not settled via x402 — returns 402 Payment Required
- DeFiLlama upstream data unavailable — may return stale or empty dataset
- No pools match filter criteria — returns empty data array
- Rate limiting if too many calls without valid x402 payment
- Malformed query parameters — returns 400 Bad Request

## How this service works

ADH 金融情报层：把 239 个原始数据源洗成带实体解析、时间同步、溯源与派生结论的情报（宏观regime / 加密尽调 / 事件窗口），免费注入你的 AI 上下文。Agent 走 x402 结算，人类订阅（PayPal）即将上线。

## Output

Returns a JSON object with a ranked list of up to 200 DeFi pools filtered to TVL >= $1M and APY between 0-500%, each including chain, token symbol, APY percentage, base vs reward APY breakdown, TVL in USD, impermanent loss risk flag, stablecoin flag, pool ID, and project name. Also includes universe size (total pools considered), filter criteria used, data source attribution (DeFiLlama), and collection timestamp.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "required": [],
     "properties": {}
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "raw": {
   "data": [
    {
     "chain": "Ethereum",
     "symbol": "SRROYAPYUSD",
     "apy_pct": 260.80071,
     "il_risk": "no",
     "pool_id": "a061ebd7-b5db-57e9-9361-99504b710165",
     "project": "royco-v2",
     "tvl_usd": 2767622,
     "exposure": "single",
     "stablecoin": true,
     "apy_base_pct": 260.80071,
     "apy_reward_pct": null
    },
    {
     "chain": "Ethereum",
     "symbol": "SRROYAPYUSD",
     "apy_pct": 260.80071,
     "il_risk": "no",
     "pool_id": "a061ebd7-b5db-57e9-9361-99504b710165",
     "project": "royco-v2",
     "tvl_usd": 2767622,
     "exposure": "single",
     "stablecoin": true,
     "apy_base_pct": 260.80071,
     "apy_reward_pct": null
    }
   ],
   "filter": "tvlUsd>=1e6 and 0<apy<500",
   "pools_ranked": 200,
   "universe_size": 15608
  },
  "source": "defillama",
  "data_type": "区块链",
  "collected_at": "2026-08-09T18:40:01Z"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/adh-defi-yields-intelligence-agentdatum-com-dd7be96a/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agentdatum.com](https://www.zero.xyz/host/agentdatum.com/llms.txt)
