# LensCrypt DeFi Yields Risk Assessment

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

Retrieves risk metrics and safety assessments for DeFi yield opportunities across protocols

## Facts

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

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-b25dd3dd
```

Example prompt: Can you check the risk assessment for current DeFi yield pools using LensCrypt — I want to know which yields have high risk scores before I consider putting money in?

## When to prefer this

Use this endpoint when you need to evaluate the risk profile of DeFi yield opportunities before investing, or when building risk-aware yield aggregation tools. Prefer this over generic token safety checks when the specific concern is yield protocol risk rather than token contract safety.

## Known failure modes

- Missing or invalid query parameters returns malformed or empty response
- Payment not processed via x402 on Base results in 402 Payment Required error
- Protocol or pool not found returns empty or null risk data
- Rate limiting or quota exceeded returns 429 error
- Service downtime on Vercel deployment returns 503

## 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 risk assessment data for DeFi yield opportunities, including safety scores, protocol risk flags, and related metrics that help evaluate the safety of yield farming 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-b25dd3dd/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from tolens.vercel.app](https://www.zero.xyz/host/tolens.vercel.app/llms.txt)
