# CryptoPulse DeFi Yield Opportunities

> CryptoPulse DeFi Yield Opportunities is a paid API for AI agents from cryptopulse-xi-five.vercel.app, paid per call via x402, $0.1/call, status down (last checked 2026-09-12).

Returns real-time DeFi yield opportunities ranked by risk-adjusted return across multiple protocols and chains

## Facts

- Endpoint: GET https://cryptopulse-xi-five.vercel.app/api/yield
- Price: $0.1/call
- Payment: x402
- Status: down
- Last checked: 2026-09-12
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/cryptopulse-defi-yield-opportunities-54a3926a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_CdM48G0ZbDNgbdBO3aruT

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 cryptopulse-defi-yield-opportunities-54a3926a
```

Example prompt: What are the best DeFi yield opportunities available right now, ranked by risk-adjusted return — show me options across all chains and protocols so I can decide where to deploy my capital?

## When to prefer this

Use this endpoint when an agent or user needs a real-time, cross-protocol, cross-chain view of DeFi yield opportunities sorted by risk-adjusted returns rather than raw APY alone. Prefer this over single-protocol dashboards or manual research when risk-weighted comparison across the entire DeFi landscape is needed.

## Known failure modes

- Payment not provided or insufficient — returns 402 Payment Required
- Protocol data temporarily unavailable — returns partial or empty results
- Chain RPC outage causes stale or missing yield data for specific networks
- Rate limiting if payment not properly handled

## How this service works

Practical crypto intelligence — DeFi yield and strategy, exchange comparisons, security frameworks, tax guidance, and onboarding for humans and their agents.

## Output

A ranked list of DeFi yield opportunities across protocols and chains, sorted by risk-adjusted return, including APY figures, protocol names, supported chains, and risk scores to help agents or users make informed capital allocation decisions.

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "avoid": "Yields above 50% APY on stables — unsustainable or fraudulent",
  "top_opportunities": [
   {
    "apy": 8.4,
    "risk": "low",
    "asset": "USDC",
    "audited": true,
    "protocol": "Morpho on Base"
   },
   {
    "apy": 14.2,
    "risk": "medium",
    "asset": "ETH yield",
    "audited": true,
    "protocol": "Pendle Finance"
   }
  ]
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/cryptopulse-defi-yield-opportunities-54a3926a/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from cryptopulse-xi-five.vercel.app](https://www.zero.xyz/host/cryptopulse-xi-five.vercel.app/llms.txt)
