# LensCrypt DeFi Dashboard

> LensCrypt DeFi Dashboard 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-14).

Returns an aggregated DeFi dashboard overview including yields, protocol stats, and key DeFi metrics via the LensCrypt crypto intelligence API

## Facts

- Endpoint: GET https://lemscrypt.vercel.app/api/defi/dashboard
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/lenscrypt-defi-dashboard-3c081f2f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_XodJnZSGmnv6oqgVKc7Xj

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-dashboard-3c081f2f
```

Example prompt: Pull up the LensCrypt DeFi dashboard so I can see current yield rates, TVL, and protocol stats across the major DeFi protocols right now.

## When to prefer this

Choose this endpoint when you need a broad, aggregated DeFi market overview in a single call rather than querying individual protocols separately. It is best suited for dashboard-style use cases, daily market monitoring, or when an agent needs a quick high-level snapshot of DeFi conditions without drilling into a specific wallet or token. Prefer alternatives if you need wallet-specific analytics, token safety scores, or whale tracking, which are covered by other LensCrypt endpoints.

## Known failure modes

- Payment failure if USDC balance insufficient on Base via x402 protocol
- Invalid or missing properties parameter returning malformed request error
- Upstream data source unavailability causing stale or empty dashboard response
- Rate limiting if too many requests made in a short window
- Network timeout from Vercel serverless cold start

## 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 status 'ok' and aggregated DeFi dashboard data, likely including yield rates, TVL figures, protocol-level statistics, liquidity metrics, and possibly trending DeFi opportunities or market summaries across supported chains.

## 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-dashboard-3c081f2f/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)
