# Edge Agents ETH Supply & Burn Monitor

> Edge Agents ETH Supply & Burn Monitor is a paid API for AI agents from pay.edge-agents.ai, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Delivers evidence-backed, point-in-time intelligence on Ethereum's supply dynamics and burn mechanics, sourced from live on-chain data.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/eth-supply-burn-monitor
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/edge-agents-eth-supply-burn-monitor-6410467b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_INxJlUU4aPvY9o1pbT005

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 edge-agents-eth-supply-burn-monitor-6410467b
```

Example prompt: Pull the latest evidence-backed ETH supply and burn monitor report — I need the current supply dynamics, burn rate findings, and confidence quality signal for Ethereum right now.

## When to prefer this

Choose this endpoint when you need a signed, evidence-backed, point-in-time intelligence report on Ethereum supply and burn dynamics rather than raw on-chain data queries. It is particularly suited for AI agents, analysts, or decision-makers who require a structured, citable summary with explicit quality confidence signals and provenance — not just a data feed. Prefer it over generic crypto data APIs when interpretive analysis, source attribution, and a disclaimer-aware report format are required.

## Known failure modes

- Payment not fulfilled — 402 response if USDC micropayment not attached
- Live data unavailable — report may note source freshness limitations inline
- Stale or incomplete evidence — limitations field will explicitly enumerate coverage gaps
- Invalid or malformed request — may return 400 with no report body
- Service downtime — endpoint unreachable, no JSON returned

## How this service works

Edge Agents provides evidence-backed macro, market and decision intelligence for AI agents, individual leaders and investors, businesses and government teams requiring consulting, procurement and decision support. Machine services are purchasable per request over x402 on 5 settlement rails (Base/USDC, XRPL/RLUSD, Solana/USDC, Arbitrum/USDC and Polygon/USDC).

## Output

Returns a structured JSON report including: a quality object with status and confidence rating, an analysis block with asset family and intent summary, evidence metadata listing covered assets and policy type, a signed provenance record from edge-agents.ai, a generatedAt timestamp, data status, schema version, and a disclaimer clarifying the report is general market research and not investment advice.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "required": {
   "type": "string"
  },
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "quality": {
   "status": "strong",
   "confidence": "high"
  },
  "analysis": {
   "family": "ethereum",
   "intents": [
    "supply",
    "evidence"
   ],
   "summary": "Fresh ETH Supply & Burn Monitor findings appear here."
  },
  "evidence": {
   "assets": [
    "ETH"
   ],
   "policy": "point-in-time",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "eth-supply-burn-monitor",
  "dataStatus": "complete",
  "disclaimer": "General, impersonal market research; not investment advice or a buy, sell or hold recommendation.",
  "provenance": {
   "issuer": "https://edge-agents.ai",
   "signed": true
  },
  "generatedAt": "2026-08-31T00:00:00.000Z",
  "limitations": [
   "Coverage, source freshness and unavailable evidence are stated in every paid report."
  ],
  "schemaVersion": "2.0"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/edge-agents-eth-supply-burn-monitor-6410467b/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from pay.edge-agents.ai](https://www.zero.xyz/host/pay.edge-agents.ai/llms.txt)
