# LensCrypt DeFi Yields

> LensCrypt DeFi Yields is a paid API for AI agents from lenscrypt.vercel.app, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-14).

Retrieves current DeFi yield opportunities and APY data across protocols and pools

## Facts

- Endpoint: GET https://lenscrypt.vercel.app/api/yields
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/lenscrypt-defi-yields-6438508c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_yLkAsTWUlwt-17j6Cgkfp

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 lenscrypt-defi-yields-6438508c
```

Example prompt: What are the best DeFi yield opportunities available right now — show me the top APY rates across lending and liquidity pool protocols?

## When to prefer this

Use this endpoint when you need real-time DeFi yield and APY data aggregated across multiple protocols in a single call, especially when building yield optimization tools, comparing lending rates, or tracking farming opportunities. Costs $0.10 USDC per call via x402 on Base.

## Known failure modes

- Missing or invalid payment — 402 payment required, must pay 0.1 USDC via x402 on Base
- External DeFi data source unavailable — upstream data fetch fails
- Rate limiting — too many requests in a short window
- Malformed query parameters — 400 bad request

## How this service works

81 paid REST endpoints covering wallet analytics, DeFi yields, token safety, smart money tracking, whale alerts, sniper detection, GMX perps, Solana tools, protocol stats, gas tracking, DEX quotes, NFT analytics, social signals, and 8 AI-powered endpoints (MiMo V2.5). Pay USDC via x402 protocol on Base.

## Output

Returns a JSON object with current DeFi yield data including protocol names, pool details, APY/APR rates, and yield opportunities across DeFi platforms, with status ok on success.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "status": "ok"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/lenscrypt-defi-yields-6438508c/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from lenscrypt.vercel.app](https://www.zero.xyz/host/lenscrypt.vercel.app/llms.txt)
