# ETH Cycle & Liquidity Outlook — Edge Agents

> ETH Cycle & Liquidity Outlook — Edge Agents 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, point-in-time Ethereum cycle and liquidity outlook report with macro, momentum, leverage, and supply analysis, including provenance and contradiction flags.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/eth-cycle-liquidity-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/eth-cycle-liquidity-outlook-edge-agents-d5d1d88c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_vnSVHCbltA7jokQ-l0kwj

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 eth-cycle-liquidity-outlook-edge-agents-d5d1d88c
```

Example prompt: Pull the latest Edge Agents ETH cycle and liquidity outlook — I want to see the current cycle status, confidence level, and what the macro and on-chain evidence is saying about Ethereum right now.

## When to prefer this

Choose this endpoint when you need a structured, provenance-signed, evidence-bounded Ethereum cycle and liquidity outlook — particularly when auditability, contradiction flagging, and source traceability matter more than raw price data. Prefer it over generic market data APIs when the consumer is a business decision-maker, board, or autonomous agent that needs a reasoned synthesis of macro, momentum, leverage, and supply signals rather than a raw ticker or chart feed.

## Known failure modes

- Payment not received or insufficient USDC — endpoint returns 402 Payment Required
- Data temporarily unavailable — dataStatus field may indicate incomplete coverage
- Stale or lagging source data — limitations array in response will explicitly state coverage gaps
- Invalid or malformed request — returns error if required parameters are missing
- Network timeout on upstream evidence aggregation — may return partial results

## 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 signed JSON report containing: cycle quality status (e.g. 'strong') and confidence level, an analysis object with cycle family (Ethereum), intent signals (liquidity, momentum, leverage, supply, etc.), and a plain-language summary. Also includes evidence metadata (assets covered, policy, sources), a generatedAt timestamp, schema version, limitations caveat, and a provenance object with issuer URL and signed flag. Data is point-in-time and carries a disclaimer that it is 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",
    "momentum",
    "leverage",
    "supply",
    "evidence",
    "cycle",
    "value-capture",
    "forecast",
    "yield"
   ],
   "summary": "Fresh ETH Cycle & Liquidity Outlook findings appear here."
  },
  "evidence": {
   "assets": [
    "ETH"
   ],
   "policy": "point-in-time",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "eth-cycle-liquidity-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/eth-cycle-liquidity-outlook-edge-agents-d5d1d88c/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)
