# Crest Governance — Active DAO Snapshot Proposals

> Crest Governance — Active DAO Snapshot Proposals is a paid API for AI agents from data.crestsystems.ai, paid per call via x402, $0.002/call, status down (last checked 2026-09-15).

Returns the top 15 active DAO governance proposals from Snapshot with vote counts and choices

## Facts

- Endpoint: GET https://data.crestsystems.ai/data/governance
- Price: $0.002/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/data-crestsystems-ai-49bb2373
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_9z_XEEXHt3Q9GiZ0LmGbi

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 data-crestsystems-ai-49bb2373
```

Example prompt: What DAO governance proposals are currently open on Snapshot right now — show me the top ones with their vote counts and choices.

## When to prefer this

Use this endpoint when you need a broad, real-time snapshot of the most active DAO governance proposals across multiple DAOs on Snapshot, without needing to query a specific DAO or proposal ID. Ideal for dashboards, governance monitors, or agents tracking DeFi voting trends.

## Known failure modes

- Snapshot API unavailable — returns error or empty list
- No active proposals at query time — returns empty result set
- Rate limiting or payment failure — 402 response if payment not processed
- Stale data if Snapshot upstream is delayed

## How this service works

Crest · governance — Fetch active DAO governance proposals from Snapshot. Returns top 15 open proposals with current vote counts, choices, and deadlines.

## Output

A list of up to 15 active DAO governance proposals from Snapshot, each including the proposal title, DAO/space name, available voting choices, and current vote counts per choice.

## Example request

```json
{
 "input": {
  "type": "http",
  "method": "GET",
  "queryParams": {}
 }
}
```

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {}
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/data-crestsystems-ai-49bb2373/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from data.crestsystems.ai](https://www.zero.xyz/host/data.crestsystems.ai/llms.txt)
