# Stratalize DeFi Yield Benchmark

> Stratalize DeFi Yield Benchmark is a paid API for AI agents from www.stratalize.com, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-14).

Returns current top DeFi lending pool APYs for stablecoins with percentile bands, TVL, chain, and pool ID sourced live from DeFiLlama

## Facts

- Endpoint: GET https://www.stratalize.com/api/x402/defi-yield-benchmark
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stratalize-defi-yield-benchmark-89d7a2d3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_8t6qfvdKaxuXCThZOneZX

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 stratalize-defi-yield-benchmark-89d7a2d3
```

Example prompt: Pull the current DeFi lending yield benchmarks for USDC — I want to see the top pools by APY, the p25/p50/p75 bands, TVL, and which chains they're on so I can decide where to allocate our treasury.

## When to prefer this

Use this endpoint when a DeFi agent or treasury manager needs current, percentile-ranked lending yield benchmarks for stablecoins across multiple protocols and chains, especially when cryptographic verifiability of the data is required. Prefer over manual DeFiLlama queries when you need structured p25/p50/p75 bands and TVL context in a single machine-readable call.

## Known failure modes

- Invalid asset ticker returns empty results or 400 error
- Protocol filter with no matching pools returns empty array
- DeFiLlama upstream downtime may cause stale or missing data
- Payment not completed (402) blocks access to response
- Unsupported asset/protocol combination returns no benchmark data

## How this service works

Stratalize — attested finance, legal, healthcare, and compliance intelligence. Signed, independently verifiable receipt on every call (trust.stratalize.com/verify). Use when a DeFi agent or treasury manager needs current lending yield benchmarks. Returns top pools by APY with p25/p50/p75 bands, TVL, chain, and pool ID for stablecoins. Example: USDC Morpho-Blue leading at 8.4% APY. Source: DeFiLlama live

## Output

Returns top stablecoin lending pools ranked by APY, including percentile yield bands (p25/p50/p75), total value locked (TVL), blockchain network, pool ID, and a cryptographically signed receipt (ML-DSA-65) verifiable at trust.stratalize.com/verify. Data is sourced live from DeFiLlama.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "asset": {
   "type": "string",
   "description": "Request parameter: asset"
  },
  "protocol": {
   "type": "string",
   "description": "Request parameter: protocol"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stratalize-defi-yield-benchmark-89d7a2d3/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from www.stratalize.com](https://www.zero.xyz/host/www.stratalize.com/llms.txt)
