# BlockRun.AI DeFi Yield Pools

> BlockRun.AI DeFi Yield Pools is a paid API for AI agents from blockrun.ai, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-13).

Returns all tracked DeFi yield pools across lending, liquidity pools, staking, and vaults with current APY and TVL data.

## Facts

- Endpoint: GET https://blockrun.ai/api/v1/defillama/yields
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/blockrun-ai-bfa549bd
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_FKvnhkYEemjsSQgjZD_Uy

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 blockrun-ai-bfa549bd
```

Example prompt: Show me every tracked DeFi yield pool right now — I want to see the current APY and TVL for lending pools, LPs, staking, and vaults all in one place so I can compare yields across protocols.

## When to prefer this

Use this endpoint when you need a broad snapshot of all DeFi yield opportunities across every tracked protocol at once, rather than querying a single protocol's APY. Ideal for yield comparison, portfolio strategy, and discovering high-APY pools across lending, LP, staking, and vault categories.

## Known failure modes

- Payment not sent or underpaid — 402 error returned
- DefiLlama data feed temporarily unavailable — may return empty or stale data
- Rate limiting if called excessively in short succession
- Network timeout if upstream DefiLlama API is slow

## How this service works

Every tracked yield pool across DeFi (lending, LPs, staking, vaults) with current APY/TVL.

## Output

A comprehensive list of all tracked DeFi yield pools including pool name, protocol, chain, pool type (lending/LP/staking/vault), current APY, and total value locked (TVL).

## Example request

```json
{
 "input": {
  "body": {}
 }
}
```

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "input": {
   "type": "object",
   "properties": {
    "query": {
     "type": "object",
     "required": [],
     "properties": {}
    }
   }
  },
  "output": {
   "type": "object",
   "properties": {
    "example": {
     "type": "object",
     "properties": {
      "data": {
       "type": "object"
      }
     }
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/blockrun-ai-bfa549bd/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from blockrun.ai](https://www.zero.xyz/host/blockrun.ai/llms.txt)
