# LensCrypt Base Protocol TVL Lookup

> LensCrypt Base Protocol TVL Lookup is a paid API for AI agents from lenscrypt.vercel.app, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-15).

Returns the Total Value Locked (TVL) for the Base blockchain protocol via LensCrypt's crypto intelligence API

## Facts

- Endpoint: GET https://lenscrypt.vercel.app/api/protocols/base/tvl
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/lenscrypt-base-protocol-tvl-lookup-398d4d10
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_xeByHsGq4r_Hp-4Ia1_RZ

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-base-protocol-tvl-lookup-398d4d10
```

Example prompt: What is the current total value locked on the Base protocol right now?

## When to prefer this

Use this endpoint when you need a quick, paid, on-demand lookup of the Base blockchain's total value locked without building your own data pipeline. Prefer this over generic DeFi aggregators when you need it integrated with other LensCrypt crypto intelligence endpoints in a single payment flow using x402 on Base.

## Known failure modes

- API key or payment missing — returns 402 Payment Required if USDC payment via x402 is not attached
- Protocol data temporarily unavailable — returns 503 or error status
- Rate limit exceeded — returns 429 if too many requests in a short period
- Network timeout — Base chain data feed may be delayed or stale

## 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

Returns a JSON object with the current TVL figure for the Base blockchain protocol, including status confirmation and TVL metrics pulled from LensCrypt's crypto intelligence data layer.

## 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-base-protocol-tvl-lookup-398d4d10/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from lenscrypt.vercel.app](https://www.zero.xyz/host/lenscrypt.vercel.app/llms.txt)
