# Stratalize Stablecoin Yield Benchmark

> Stratalize Stablecoin 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-15).

Returns current stablecoin (USDC/USDT/DAI) lending APY across major DeFi protocols (Aave, Compound, Morpho, Spark) by chain, with spread versus 3-month T-bill, sourced from DeFiLlama and FRED, with cryptographic attestation.

## Facts

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

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-stablecoin-yield-benchmark-44cadc7e
```

Example prompt: Pull the stablecoin yield benchmark for all assets — I need current supply APY across Aave, Compound, Morpho, and Spark with the spread versus the 3-month T-bill, and I want a cryptographically verifiable receipt.

## When to prefer this

Use this endpoint when a crypto treasury agent, portfolio manager, or DeFi analyst needs auditable, signed stablecoin lending rate benchmarks across multiple protocols and chains with a built-in comparison to risk-free T-bill rates. Prefer this over generic DeFi dashboards when cryptographic verifiability and spread-to-T-bill context are required for compliance or reporting.

## Known failure modes

- Invalid or unsupported asset enum value — returns 400 with validation error
- DeFiLlama or FRED data source temporarily unavailable — may return stale data or 503
- Payment not processed or insufficient USDC balance — returns 402 Payment Required
- Rate limit exceeded — returns 429 Too Many Requests

## 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 crypto treasury agent needs stablecoin lending rate benchmarks. Returns USDC/USDT/DAI supply APY across Aave, Compound, Morpho, Spark by chain with spread vs 3-month T-bill. Source: DeFiLlama + FRED

## Output

Returns supply APY for requested stablecoin(s) across Aave, Compound, Morpho, and Spark by chain, the spread of each rate versus the current 3-month T-bill yield, sourced from DeFiLlama and FRED. Each response is ML-DSA-65 signed and includes a cryptographic receipt verifiable at trust.stratalize.com/verify.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "asset": {
   "enum": [
    "USDC",
    "USDT",
    "DAI",
    "all"
   ],
   "type": "string",
   "description": "Request parameter: asset"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stratalize-stablecoin-yield-benchmark-44cadc7e/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)
