# Edge Agents ETH Structural Value Capture Intelligence

> Edge Agents ETH Structural Value Capture Intelligence is a paid API for AI agents from pay.edge-agents.ai, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-15).

Returns evidence-backed analysis of Ethereum's structural value capture dynamics, including momentum, ETF flows, and adoption signals with provenance and confidence ratings.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/eth-structural-value-capture
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/edge-agents-eth-structural-value-capture-intelligence-89661af9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_TwG8Wubiqk7tJx4eYwyxc

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-structural-value-capture-intelligence-89661af9
```

Example prompt: Pull the latest Edge Agents ETH structural value capture report — I need the evidence quality status, confidence level, and a summary of the key intents like momentum, ETF flows, and adoption signals, with provenance included.

## When to prefer this

Choose this endpoint when you need structured, provenance-signed decision intelligence specifically about Ethereum's structural value capture — particularly when your use case requires bounded analysis with stated confidence levels, contradictions, and verifiable sourcing rather than raw price feeds or unstructured market commentary. It is well-suited for autonomous agents, CFOs, strategy teams, and boards that need audit-ready research with explicit limitations disclosures. Prefer it over generic crypto data APIs when you need synthesized macro-to-asset reasoning rather than raw market data.

## Known failure modes

- Payment not received or invalid USDC payment results in 402 response blocking access
- Report data unavailable or stale returns a dataStatus other than 'complete'
- Network timeout on the pay.edge-agents.ai endpoint yields no response
- Malformed request parameters return an error before analysis is generated
- Evidence sources temporarily unavailable may reduce confidence score or trigger a partial report

## 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 JSON object containing: quality status and confidence level, an analysis summary with labeled intents (momentum, ETF, adoption, etc.), evidence assets (e.g. BTC, ETH), provenance metadata with issuer URL and signed flag, a generatedAt timestamp, schema version, a disclaimer clarifying it is general market research rather than investment advice, and a list of stated limitations about coverage and source freshness.

## 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": [
    "momentum",
    "etf",
    "evidence",
    "value-capture",
    "adoption",
    "defi"
   ],
   "summary": "Fresh ETH Structural Value Capture findings appear here."
  },
  "evidence": {
   "assets": [
    "BTC",
    "ETH"
   ],
   "policy": "point-in-time",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "eth-structural-value-capture",
  "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-structural-value-capture-intelligence-89661af9/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)
