# AgentServices DeFi Yield Comparison

> AgentServices DeFi Yield Comparison is a paid API for AI agents from agentservices.to, paid per call via x402, $0.03/call, status unknown (last checked 2026-09-14).

Returns and compares DeFi yield rates across protocols for a specified blockchain network

## Facts

- Endpoint: GET https://agentservices.to/v1/yield-comparison
- Price: $0.03/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/agentservices-defi-yield-comparison-c248d3db
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_B0yMQbTkxUNEbSknjIN4q

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 agentservices-defi-yield-comparison-c248d3db
```

Example prompt: Can you compare the current DeFi yield rates across protocols on Base so I can figure out where to park my funds for the best return?

## When to prefer this

Use this endpoint when an agent needs real-time DeFi yield comparisons across multiple protocols on a specific chain, especially when optimizing capital allocation in a DeFi portfolio. Prefer this over manual scraping of individual protocol sites or generic crypto data APIs that don't focus on yield aggregation.

## Known failure modes

- Unsupported or misspelled chain name returns empty or error response
- Stale yield data if underlying DeFi protocols have not recently reported rates
- Payment failure via x402 micropayment results in 402 response and no data returned
- Empty response schema may mean limited structured error messages are surfaced

## How this service works

Paid data APIs for AI agents. Crypto market data, DeFi yields, IP geolocation, dispute resolution, marketing intelligence. Powered by x402 micropayments on Base.

## Output

A structured list of DeFi protocols and their current yield rates (APY/APR) for the specified blockchain chain, enabling direct comparison of returns across lending, liquidity, and staking protocols on that network.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "chain": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agentservices-defi-yield-comparison-c248d3db/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agentservices.to](https://www.zero.xyz/host/agentservices.to/llms.txt)
