# LensCrypt Protocol Health Check

> LensCrypt Protocol Health Check 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-13).

Returns the current health and operational status metrics for a specified DeFi or blockchain protocol

## Facts

- Endpoint: GET https://lensc.vercel.app/api/protocol-health/%7Bprotocol%7D
- 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-protocol-health-check-d4e8755a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ph2bhRys0jRRleTKqjS7E

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-protocol-health-check-d4e8755a
```

Example prompt: Can you check the current health status of the Aave protocol using LensCrypt — I want to know if it's operational and see any health metrics right now?

## When to prefer this

Use this endpoint when you need a quick operational health snapshot for a specific DeFi protocol by name. Prefer this over general-purpose blockchain explorers when you want protocol-level health intelligence rather than transaction or wallet data. Best suited for monitoring pipelines or pre-trade checks to confirm a protocol is healthy before interacting with it.

## Known failure modes

- Unknown or unsupported protocol name returns an error or empty result
- Protocol with no tracked data may return minimal or null fields
- Payment failure via x402 USDC on Base prevents access
- Rate limiting or server errors on the Vercel deployment
- Malformed protocol identifier in URL path returns 404 or 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 object with health status and operational metrics for the specified protocol, including a status indicator such as 'ok' and potentially TVL changes, uptime signals, or anomaly flags for that protocol.

## 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-protocol-health-check-d4e8755a/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)
