# DAO Treasury Benchmark

> DAO Treasury 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-14).

Returns top DAO treasury benchmarks including treasury size, stablecoin percentage, runway, and governance token concentration sourced from DeepDAO

## Facts

- Endpoint: GET https://www.stratalize.com/api/x402/dao-treasury-benchmark
- 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/dao-treasury-benchmark-c7cba9ea
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_KdM8HhdO2Al4XZFeXvs8l

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 dao-treasury-benchmark-c7cba9ea
```

Example prompt: Pull the latest DAO treasury benchmark data sorted by stablecoin percentage, only showing DAOs with at least $100M in treasury — I want to see runway and token concentration figures for the top protocols.

## When to prefer this

Use this endpoint when you need aggregated, benchmarked DAO treasury data across multiple protocols rather than on-chain data for a single DAO. Ideal for Web3 analysts, DAO contributors, institutional investors, or automated treasury governance agents that need industry context. Preferred over raw on-chain lookups when you need normalized stablecoin ratios, runway calculations, and token concentration in one call with cryptographic verifiability.

## Known failure modes

- Invalid sort_by value (not 'treasury' or 'stablecoin_pct') returns 400 error
- min_treasury_usd value too high returns empty results set
- Payment failure (insufficient USDC balance) returns 402 Payment Required
- Service unavailability or DeepDAO data feed disruption returns 503
- Rate limiting may apply for repeated rapid calls

## 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 DAO contributor or Web3 analyst needs treasury health benchmarks. Returns top DAOs by treasury size, stablecoin percentage, runway, and governance token concentration. Example: median $550M treasury, 61% stablecoin, 48-month runway. Source: DeepDAO

## Output

A ranked list of top DAOs with treasury size in USD, stablecoin percentage of treasury, estimated runway in months, and governance token concentration metrics. Median values provided (e.g. $550M treasury, 61% stablecoin, 48-month runway). Each response includes an ML-DSA-65 cryptographic signature and a verifiable receipt URL at trust.stratalize.com/verify.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "sort_by": {
   "enum": [
    "treasury",
    "stablecoin_pct"
   ],
   "type": "string",
   "description": "Request parameter: sort by"
  },
  "min_treasury_usd": {
   "type": "number",
   "description": "Request parameter: min treasury usd"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/dao-treasury-benchmark-c7cba9ea/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)
