# LensCrypt DeFi Yields Risk API

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

Returns risk assessments and risk-adjusted metrics for DeFi yield opportunities across protocols

## Facts

- Endpoint: GET https://lemscrypt.vercel.app/api/yields/risk
- 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-risk-api-6d298d8e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_tod92gYMrtkopAMBFjZ3O

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-risk-api-6d298d8e
```

Example prompt: Can you pull the risk assessment for DeFi yield opportunities right now — I want to know which protocols are flagged as high risk before I decide where to put my funds?

## When to prefer this

Choose this endpoint when you need on-demand risk scoring or safety assessments specifically for DeFi yield protocols, particularly when you want to filter or compare yield opportunities by risk level before committing capital. Prefer over generic DeFi data APIs when you want risk-specific signals rather than raw yield rates.

## Known failure modes

- Missing or invalid query parameters returns an error or empty response
- Protocol not supported returns no data
- API key or payment failure via x402 results in 402 Payment Required
- Upstream data unavailability may return stale or partial results
- Malformed input schema returns 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 status and risk-related metrics for DeFi yield opportunities, likely including risk scores, protocol safety signals, and risk classification for available yield sources.

## 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-risk-api-6d298d8e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from lemscrypt.vercel.app](https://www.zero.xyz/host/lemscrypt.vercel.app/llms.txt)
