# HYRE Agent DeFi TVL Intelligence

> HYRE Agent DeFi TVL Intelligence 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).

Fetches DeFi TVL data across Solana and EVM chains from DeFiLlama with AI-interpreted yield vs risk signals

## Facts

- Endpoint: POST https://mpp.hyreagent.fun/cdp/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-70386dbc
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_MJ3vOh1nlvNCftOO4NA76

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-70386dbc -d '<json body>'
```

Example prompt: Pull the current DeFi TVL data for Solana, Ethereum, and Arbitrum — include the AI yield-vs-risk interpretation so I can see which chains are worth deploying capital on right now, top 20 results.

## When to prefer this

Use this endpoint when you need multi-chain DeFi TVL data with an opinionated AI signal layered on top — not just raw TVL numbers. Prefer it over raw DeFiLlama API calls when you want yield-vs-risk interpretation alongside the data, especially across Solana and EVM chains simultaneously. Best for agents doing capital allocation research or DeFi risk screening.

## Known failure modes

- Missing X-PAYMENT header returns 402 with payment instructions and accepted asset details
- Invalid chain filter string may return empty results or error
- DeFiLlama upstream outage may cause stale or missing data
- Exceeding maxTimeoutSeconds (300s) causes timeout
- Invalid limit integer causes parameter rejection

## How this service works

HYRE Agent — DeFi TVL across Solana + EVM chains (DeFiLlama source) with AI-interpreted yield vs risk signal. Multi-chain DeFi intelligence.

## Output

Returns TVL figures per DeFi protocol and/or chain sourced from DeFiLlama, enriched with an AI-generated yield vs risk signal indicating whether current TVL levels suggest attractive or risky deployment conditions, along with confidence scores and source attribution.

## Example request

```json
{
 "limit": 20,
 "chains": [
  "solana",
  "ethereum",
  "arbitrum"
 ],
 "includeYieldRiskSignal": true
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/mpp-hyreagent-fun-70386dbc/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)
