# LensCrypt DeFi Yields Risk Assessment

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

Retrieves risk assessment data for DeFi yield opportunities, helping users evaluate the safety and risk profile of yield-generating protocols

## Facts

- Endpoint: GET https://lanescrypt.vercel.app/api/yields/risk
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/lenscrypt-defi-yields-risk-assessment-5516742d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_B3fiUi2YEE5U5qcCu2MkP

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-assessment-5516742d
```

Example prompt: Can you pull the risk assessment for DeFi yield opportunities from LensCrypt right now so I can see which pools are high-risk before I allocate any funds?

## When to prefer this

Use this endpoint when you need to quickly evaluate the risk profile of DeFi yield opportunities before investing, especially when you want a consolidated risk score rather than raw protocol data. Prefer this over manual protocol research when speed and automation matter.

## Known failure modes

- Payment not provided or insufficient USDC balance returns 402 Payment Required
- Missing or malformed query parameters return 400 Bad Request
- Service downtime on Vercel returns 503 or 502 errors
- Rate limiting may return 429 Too Many Requests
- Empty or stale data if underlying DeFi data sources are unavailable

## 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

A JSON response containing risk assessment data for DeFi yields, likely including risk scores, safety ratings, protocol-level risk flags, and related metrics that help evaluate the danger level of yield-generating DeFi positions.

## 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-assessment-5516742d/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from lanescrypt.vercel.app](https://www.zero.xyz/host/lanescrypt.vercel.app/llms.txt)
