# Edge Agents ETH Macro Outlook

> Edge Agents ETH Macro Outlook 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 an evidence-backed Ethereum macro and structural market outlook report, including liquidity, leverage, rotation, ETF flows, and positioning analysis.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/eth-macro-outlook
- 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-macro-outlook-ef8fae93
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_2dZupGMqqsa2KexzyFIwe

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-macro-outlook-ef8fae93
```

Example prompt: Pull me Edge Agents' latest evidence-backed Ethereum macro outlook — I need the current liquidity, leverage, ETF flow, and positioning signals for ETH right now.

## When to prefer this

Choose this endpoint when you need a structured, evidence-backed Ethereum macro and structural market outlook — particularly when you require cited provenance, confidence scoring, and coverage of liquidity, leverage, ETF flows, and positioning signals in a single signed report. Prefer it over generic LLM-generated market commentary when auditability, provenance, and point-in-time accuracy matter. It is especially suitable for AI agents making downstream investment or allocation decisions that require a verifiable, non-hallucinated intelligence source payable per-request with USDC.

## Known failure modes

- Payment not settled — returns HTTP 402 if x402 payment is missing or insufficient
- Stale data — report reflects point-in-time snapshot; not real-time streaming
- Low evidence availability — coverage or source freshness limitations are disclosed within the paid report
- Network or service unavailability — may return 5xx if backend inference is temporarily down
- Invalid or unsupported settlement rail — payment rejected if currency/chain not among the five supported rails

## 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

A structured JSON report containing: a quality/confidence rating, a macro analysis summary covering ETH liquidity, leverage, rotation, ETF flows and positioning intents, evidence provenance (assets covered, sources, policy snapshot), a signed issuer attestation, generation timestamp, schema version, and a disclaimer clarifying it is general 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": [
    "liquidity",
    "leverage",
    "rotation",
    "etf",
    "evidence",
    "forecast",
    "positioning"
   ],
   "summary": "Fresh ETH Macro & Structural Outlook 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-macro-outlook",
  "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-macro-outlook-ef8fae93/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)
