# LensCrypt DeFi Dashboard

> LensCrypt DeFi Dashboard is a paid API for AI agents from tolens.vercel.app, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-14).

Returns a comprehensive DeFi dashboard overview including protocol stats, yields, and market intelligence for the connected wallet or ecosystem

## Facts

- Endpoint: GET https://tolens.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-92510bdc
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_HQ0dliMW7IaPiDZNPs-ZD

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-92510bdc
```

Example prompt: Pull up the LensCrypt DeFi dashboard so I can see a full overview of current protocol stats, yields, and market activity across DeFi.

## When to prefer this

Use this endpoint when you need a broad DeFi market and portfolio dashboard in a single call rather than querying individual protocol or yield endpoints separately. Ideal for AI agents that need a high-level DeFi intelligence summary to answer questions about yields, protocol health, or DeFi market conditions. Prefer this over narrower endpoints when the user wants an overview rather than a specific data point.

## Known failure modes

- Payment not received or x402 USDC payment on Base failed — returns 402 Payment Required
- Invalid or missing query parameters — returns 400 Bad Request
- Upstream data provider unavailable — returns 500 or degraded data
- Rate limit exceeded — returns 429 Too Many Requests
- Wallet or protocol not found — returns empty or partial dashboard data

## 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 a comprehensive DeFi dashboard payload covering protocol statistics, yield rates, liquidity metrics, and aggregated DeFi market intelligence across supported chains and protocols.

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