# Stratalize Chain TVL Benchmark

> Stratalize Chain TVL Benchmark is a paid API for AI agents from www.stratalize.com, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-15).

Returns live cross-chain TVL rankings for 50+ blockchains with 1D and 7D change percentages, protocol counts, and Ethereum dominance metrics sourced from DeFiLlama

## Facts

- Endpoint: GET https://www.stratalize.com/api/x402/chain-tvl-benchmark
- 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/stratalize-chain-tvl-benchmark-c70355c4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_B98y3kkpzYtANpAcv0M0k

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 stratalize-chain-tvl-benchmark-c70355c4
```

Example prompt: Pull the top 25 chains ranked by 7-day TVL change from Stratalize's chain TVL benchmark so I can see which blockchains are attracting capital the fastest right now.

## When to prefer this

Choose this endpoint when a DeFi agent or analyst needs a real-time, cryptographically signed cross-chain TVL snapshot with trend data across 50+ chains in a single call. Prefer it over manual DeFiLlama scraping when auditability and verifiable data provenance matter, or when building automated capital allocation or chain comparison workflows.

## Known failure modes

- limit out of range (must be 1–50): validation error
- invalid sort_by value (must be tvl, change_1d, or change_7d): parameter error
- DeFiLlama source unavailable: upstream data fetch failure
- payment not completed or insufficient USDC balance: 402 payment required
- network timeout reaching stratalize.com API

## How this service works

Stratalize — attested finance, legal, healthcare, and compliance intelligence. Signed, independently verifiable receipt on every call (trust.stratalize.com/verify). Use when a DeFi agent or analyst needs cross-chain capital deployment context. Returns TVL rankings for 50+ chains with 1D and 7D change, protocol counts, and Ethereum dominance. Source: DeFiLlama live

## Output

Returns a ranked list of up to 50 blockchain networks with each chain's total value locked (TVL), 1-day and 7-day percentage change in TVL, number of active DeFi protocols, and an Ethereum dominance figure. Each response includes a cryptographic ML-DSA-65 signature and a verifiable receipt URL at trust.stratalize.com/verify.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "limit": {
   "type": "number",
   "maximum": 50,
   "minimum": 1,
   "description": "Request parameter: limit"
  },
  "sort_by": {
   "enum": [
    "tvl",
    "change_1d",
    "change_7d"
   ],
   "type": "string",
   "description": "Request parameter: sort by"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stratalize-chain-tvl-benchmark-c70355c4/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from www.stratalize.com](https://www.zero.xyz/host/www.stratalize.com/llms.txt)
