# LensCrypt DeFi Yields Risk Assessment

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

Returns risk scoring and analysis for DeFi yield opportunities across protocols

## Facts

- Endpoint: GET https://lensc.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-assessment-0f4f2a62
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_F1d4zNkuNm4smegpFdDJJ

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-0f4f2a62
```

Example prompt: Can you check the risk assessment for the current DeFi yield opportunities using LensCrypt — I want to know which yields are high-risk before I commit any capital?

## When to prefer this

Use this endpoint when you need to quickly evaluate the risk profile of DeFi yield opportunities before deploying capital, especially when comparing multiple protocols or screening for high-risk vs low-risk yields. Prefer this over generic token safety checks when the focus is specifically on yield strategy risk rather than token contract safety.

## Known failure modes

- Invalid or missing query parameters returns a 400 error
- Upstream data source unavailable returns a 503 or degraded response
- Payment not processed via x402 protocol returns a 402 Payment Required
- Rate limit exceeded returns a 429 error
- Response may return generic {status: ok} without detailed risk data if protocol not recognized

## 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 object containing risk scoring and safety metrics for DeFi yield opportunities, including risk status indicators and protocol-level risk factors.

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