# DeFi Protocol TVL Lookup

> DeFi Protocol TVL Lookup is a paid API for AI agents from defi.hugen.tokyo, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-13).

Returns the current total value locked (TVL) for any DeFi protocol, aggregated in real-time across all deployed chains

## Facts

- Endpoint: GET https://defi.hugen.tokyo/defi/tvl
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/defi-hugen-tokyo-95963bf4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Hs8VXuDfx8InaJOicuhnK

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 defi-hugen-tokyo-95963bf4
```

Example prompt: What's the current total value locked for Aave right now, across all chains?

## When to prefer this

Use this endpoint when you need a quick, real-time single-figure TVL for a specific DeFi protocol aggregated across all chains. Prefer the sibling 'TVL breakdown by chain' endpoint if you need per-chain or per-category breakdowns.

## Known failure modes

- Unknown or unsupported protocol name returns an error or empty result
- Protocol name ambiguity (e.g. multiple protocols with similar names) may return incorrect data
- Temporary data feed outages may result in stale or unavailable TVL figures
- Payment failure (insufficient USDC balance) blocks the request

## How this service works

Current Total Value Locked (TVL) for any DeFi protocol — real-time aggregate across all deployed chains. Accepts USDC payments on Base and Solana

## Output

Returns the current total value locked (TVL) in USD for the specified DeFi protocol, aggregated in real-time across all chains where the protocol is deployed.

## Example request

```json
{
 "protocol": "aave"
}
```

## Request schema (JSON Schema)

```json
{
 "properties": {
  "input": {
   "required": [
    "method"
   ]
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/defi-hugen-tokyo-95963bf4/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from defi.hugen.tokyo](https://www.zero.xyz/host/defi.hugen.tokyo/llms.txt)
