# Skopos DAO Treasury Value & Holdings

> Skopos DAO Treasury Value & Holdings is a paid API for AI agents from www.tryskopos.xyz, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-13).

Returns live multi-chain DAO treasury total value and top holdings for a given DAO (supports Uniswap, ENS, Arbitrum)

## Facts

- Endpoint: POST https://www.tryskopos.xyz/api/treasury
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/skopos-dao-treasury-value-holdings-cd85923d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_3x6vdiAOuoBY2U3RIP6-E

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 skopos-dao-treasury-value-holdings-cd85923d -d '<json body>'
```

Example prompt: What is the current treasury value and top holdings for the Uniswap DAO?

## When to prefer this

Use this endpoint when you need real-time, multi-chain DAO treasury data for Uniswap, ENS, or Arbitrum — specifically when you want both total treasury value and a ranked list of top token holdings in a single call. Prefer this over generic on-chain data APIs when the target DAO is one of the three supported protocols and you want aggregated cross-chain figures without building your own indexer.

## Known failure modes

- Unsupported DAO name — only 'uniswap', 'ens', and 'arbitrum' are currently supported; other names will likely return an error or empty result
- Stale or delayed on-chain data if the underlying indexer has not yet synced latest block
- Payment failure if the x402 micropayment of $0.01 USDC is not correctly attached
- Malformed request body if 'dao' field is missing or empty
- Network timeout if the multi-chain data aggregation takes too long

## How this service works

Live, multi-chain DAO treasury value and top holdings. Currently supports: uniswap, ens, arbitrum.

## Output

Returns live multi-chain treasury total value (in USD or equivalent) and a breakdown of top token holdings for the requested DAO, aggregated across supported chains.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "dao": {
   "type": "string",
   "maxLength": 40,
   "minLength": 1
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/skopos-dao-treasury-value-holdings-cd85923d/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from www.tryskopos.xyz](https://www.zero.xyz/host/www.tryskopos.xyz/llms.txt)
