# LensCrypt Protocol Health Check

> LensCrypt Protocol Health Check is a paid API for AI agents from lensscrypt.vercel.app, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-10).

Retrieves health and operational status metrics for a specified DeFi protocol

## Facts

- Endpoint: GET https://lensscrypt.vercel.app/api/protocol-health/%7Bprotocol%7D
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-10
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/lenscrypt-protocol-health-check-0da9f1dd
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_OfXklBxpfT193EPsVOy3F

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

Example prompt: What's the current health status of the Aave protocol — is it operating normally right now?

## When to prefer this

Use this endpoint when you need a quick health or operational status check for a specific named DeFi protocol, especially when integrated into an automated monitoring workflow that pays per call via USDC on Base using the x402 protocol.

## Known failure modes

- Unknown or unsupported protocol name returns an error
- Protocol identifier not found returns 404
- Payment not completed via x402 returns 402 Payment Required
- Malformed protocol path parameter returns 400
- Upstream data source unavailable causes degraded response

## 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 the health status and operational metrics for the specified DeFi protocol, including a status field indicating whether the protocol is functioning normally.

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