# DeFi Yield Rankings (DeFiLlama-sourced)

> DeFi Yield Rankings (DeFiLlama-sourced) is a paid API for AI agents from clonecho.builda.company, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-14).

Returns top live DeFi yield opportunities across all chains, filtered by TVL for safety, ranked by APY, with base vs reward split and 1-day APY change, optionally filtered by chain and minimum TVL.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/defi-yield
- 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/defi-yield-rankings-defillama-sourced-5f8123a1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_TlSW266RbDKBbMD0Rja4u

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 defi-yield-rankings-defillama-sourced-5f8123a1 -d '<json body>'
```

Example prompt: Can you show me the top DeFi yield opportunities right now, sorted by APY, only on Arbitrum and with a minimum TVL of $1 million — I want to see the base vs reward split and how APY has changed in the last day?

## When to prefer this

Use this endpoint when you need a real-time, pre-ranked, TVL-safety-filtered snapshot of DeFi yields across chains without manually scanning dashboards. Prefer it over raw DeFiLlama API when you want APY decomposition (base vs reward) and 1-day change in a single lightweight call, especially for agent workflows that need to surface actionable yield opportunities quickly.

## Known failure modes

- Invalid chain parameter returns empty results or error
- No pools meet the minTvl threshold resulting in empty array
- DeFiLlama upstream data unavailable causing stale or failed response
- Malformed query parameters may return 400 error

## How this service works

Top live DeFi yields across all chains (DeFiLlama-sourced), TVL-filtered for safety and ranked by APY, with base vs reward split and 1-day APY change. Optional ?chain= and ?minTvl=. Replaces manual dashboard scanning. Returns JSON.

## Output

A JSON array of top DeFi yield pools sourced from DeFiLlama, each entry including protocol name, chain, pool identifier, total APY, base APY, reward APY, 1-day APY change, and TVL — ranked by APY and pre-filtered by TVL for safety.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/defi-yield-rankings-defillama-sourced-5f8123a1/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from clonecho.builda.company](https://www.zero.xyz/host/clonecho.builda.company/llms.txt)
