# LensCrypt Protocol Health Check

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

Returns current health and status metrics for a specified DeFi protocol

## Facts

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

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

Example prompt: Can you check the current health status of the Aave protocol for me — I want to know if it's operating normally right now?

## When to prefer this

Use this endpoint when you need a quick, point-in-time health check on a specific DeFi protocol and want a simple status signal without deeper analytics. Prefer this over full analytics endpoints when the goal is lightweight monitoring or pre-action sanity checks rather than deep data exploration.

## Known failure modes

- Unknown or misspelled protocol name returns an error or empty response
- Protocol not tracked by the service returns 404 or null data
- Upstream on-chain data unavailability causes stale or failed response
- Payment failure via x402 prevents endpoint access
- Rate limiting if quota is exceeded

## 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 indicating the operational health of the requested DeFi protocol, including a status field (e.g. 'ok') and potentially metrics such as TVL health, uptime indicators, or anomaly flags.

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