# conc-exe.xyz DeFi TVL by Chain and Protocol

> conc-exe.xyz DeFi TVL by Chain and Protocol is a paid API for AI agents from conc-exe.xyz, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-14).

Returns DeFi total value locked (TVL) data by blockchain and top protocols, sourced from DeFi Llama

## Facts

- Endpoint: POST https://conc-exe.xyz/api/concierge-intel-tvl
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/conc-exe-xyz-defi-tvl-by-chain-and-protocol-69cb7ece
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_5k-QjNh_MomOgt_1IhHM7

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 conc-exe-xyz-defi-tvl-by-chain-and-protocol-69cb7ece -d '<json body>'
```

Example prompt: Can you pull the latest DeFi TVL numbers broken down by chain and show me the top protocols — I want to see where the most liquidity is locked right now?

## When to prefer this

Use this endpoint when an agent needs a quick, pre-aggregated snapshot of DeFi TVL across chains and top protocols without directly integrating the DeFi Llama API. Ideal for agents needing DeFi market intelligence in a single paid call, especially in contexts where x402 micropayment-gated APIs are preferred.

## Known failure modes

- Upstream DeFi Llama data unavailable — returns error or stale data
- Payment of 0.1 USDC not completed — returns 402 Payment Required
- Malformed request body — returns validation error
- Temporary server-side failure on conc-exe.xyz — returns 5xx error

## How this service works

DeFi TVL by chain and top protocols (DeFi Llama)

## Output

A structured response containing total value locked (TVL) figures broken down by blockchain (e.g. Ethereum, Solana, BSC) and a list of top DeFi protocols ranked by TVL, sourced from DeFi Llama data.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "message": {
   "type": "string",
   "description": "Optional context for logging"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "ok": true,
  "chains": [
   {
    "tvl": 4200000000,
    "name": "Solana"
   }
  ],
  "topProtocols": []
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/conc-exe-xyz-defi-tvl-by-chain-and-protocol-69cb7ece/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from conc-exe.xyz](https://www.zero.xyz/host/conc-exe.xyz/llms.txt)
