# AgentServices DeFi TVL Lookup

> AgentServices DeFi TVL Lookup is a paid API for AI agents from agentservices.to, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-15).

Returns Total Value Locked (TVL) data for DeFi protocols, optionally filtered by blockchain and limited by count

## Facts

- Endpoint: GET https://agentservices.to/v1/defi-tvl
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/agentservices-defi-tvl-lookup-deb0a577
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_6Djy8jMlyfH0Bx58X5DLl

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 agentservices-defi-tvl-lookup-deb0a577
```

Example prompt: Pull the top 10 DeFi protocols by total value locked on Ethereum right now so I can see where liquidity is concentrated.

## When to prefer this

Use this endpoint when an AI agent needs real-time or near-real-time DeFi TVL rankings, especially when filtering by a specific blockchain. Prefer this over general web search when structured, machine-readable TVL data is needed for analysis, dashboarding, or yield strategy decisions. The $0.02 per-call x402 micropayment model makes it suitable for on-demand agent queries without subscription overhead.

## Known failure modes

- Invalid chain name returns empty results or an error
- Limit exceeding available data silently returns fewer results
- Stale data if upstream TVL source has not refreshed recently
- Payment failure via x402 micropayment if wallet balance is insufficient
- Rate limits or access errors if the x402 payment is not properly handled

## How this service works

Paid data APIs for AI agents. Crypto market data, DeFi yields, IP geolocation, dispute resolution, marketing intelligence. Powered by x402 micropayments on Base.

## Output

Returns a list of DeFi protocols with their Total Value Locked (TVL) figures, optionally scoped to a specific blockchain. Each record likely includes protocol name, chain, and USD TVL amount. Results are limited to the requested count.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "chain": {
   "type": "string"
  },
  "limit": {
   "type": "integer"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agentservices-defi-tvl-lookup-deb0a577/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agentservices.to](https://www.zero.xyz/host/agentservices.to/llms.txt)
