# mpp.hyreagent.fun Chain TVL Data

> mpp.hyreagent.fun Chain TVL Data is a paid API for AI agents from mpp.hyreagent.fun, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Returns Total Value Locked (TVL) data for a specified blockchain network

## Facts

- Endpoint: POST https://mpp.hyreagent.fun/base/defi/tvl
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/mpp-hyreagent-fun-b2e75740
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_buFTOPRVQ8gpjLERYgB9v

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 mpp-hyreagent-fun-b2e75740 -d '<json body>'
```

Example prompt: What is the current total value locked (TVL) on the Base chain — pull the latest DeFi TVL data for it.

## When to prefer this

Use this endpoint when you need quick on-chain TVL data for a specific blockchain network, particularly in a DeFi analytics or chain comparison context. It is monetized via x402 microtransactions at $0.01 per call, making it suitable for lightweight, on-demand queries rather than bulk historical analysis.

## Known failure modes

- Unsupported chain identifier returns an error or empty result
- Network unavailable or data provider outage returns 5xx error
- Invalid or missing chain parameter causes a 400 bad request
- Rate limiting or payment failure due to x402 payment issue

## How this service works

Chain TVL data

## Output

Returns Total Value Locked (TVL) data for the specified blockchain, including the aggregate value of assets deposited in DeFi protocols on that chain, likely expressed in USD.

## Example request

```json
{
 "chain": "base"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/mpp-hyreagent-fun-b2e75740/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from mpp.hyreagent.fun](https://www.zero.xyz/host/mpp.hyreagent.fun/llms.txt)
