# LensCrypt DeFi Yield Risk Assessment

> LensCrypt DeFi Yield Risk Assessment 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-15).

Returns risk analysis and safety ratings for DeFi yield opportunities across protocols

## Facts

- Endpoint: GET https://lenscrypt.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-yield-risk-assessment-b1af3326
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_5J4XjRkG8xJoUs0GGnJof

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-yield-risk-assessment-b1af3326
```

Example prompt: Can you check the risk level for a DeFi yield opportunity — I want to know how safe it is before I put money in, so run the LensCrypt yield risk assessment on it.

## When to prefer this

Use this endpoint when an AI agent or user needs to evaluate the risk profile of a DeFi yield opportunity before investing, particularly when comparing yield farms or assessing smart contract and protocol safety in the crypto space. Best suited for due diligence workflows on DeFi positions.

## Known failure modes

- Missing or invalid protocol/pool parameters returns error response
- Unsupported protocol or pool identifier returns no data
- Payment failure via x402 protocol results in 402 Payment Required
- Rate limiting or quota exceeded returns 429 error
- Service unavailability returns 500 error

## 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 with status and risk assessment data for the queried DeFi yield opportunity, including safety ratings and risk metrics for the protocol or pool.

## 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-yield-risk-assessment-b1af3326/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)
