# Edge Agents Liquidity Event Calendar

> Edge Agents Liquidity Event Calendar 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-15).

Returns a provenance-signed, evidence-backed calendar of upcoming liquidity events (ETF flows, Fed policy dates, macro supply events) with confidence scores and contradiction flags.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/liquidity-event-calendar
- Price: $0.01/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-liquidity-event-calendar-510128e7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_LZK0Ua4frpSPBdbzKYjwn

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-liquidity-event-calendar-510128e7
```

Example prompt: Pull the Edge Agents liquidity event calendar right now — I need to see upcoming Fed policy dates, ETF flow events, and macro supply events with evidence confidence scores and provenance so I can brief the strategy team.

## When to prefer this

Choose this endpoint when you need a structured, provenance-signed forward-looking liquidity event calendar with explicit confidence scores and contradiction flags, rather than a raw data feed or generic financial news API. It is best suited for strategy teams, CFOs, and autonomous agents that require bounded, evidence-cited decisions rather than unverified market commentary. Prefer it over general macro APIs when auditability and provenance matter — every report is signed and sourced.

## Known failure modes

- Payment not received or insufficient USDC — HTTP 402 returned, no report delivered
- Underlying macro or ETF data sources temporarily unavailable — dataStatus may indicate incomplete coverage
- Evidence freshness lag — calendar may reflect point-in-time policy snapshot rather than real-time updates
- Empty evidence assets array — occurs when no qualifying liquidity events are found in the current window
- Schema mismatch — clients expecting schemaVersion 1.x may fail to parse 2.0 response structure

## 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 JSON object containing: a quality assessment (status and confidence level), an analysis block with macro family classification, intent tags (liquidity, supply, ETF, forecast, policy) and a written summary, an evidence block with cited assets and policy snapshot, a provenance object with issuer URL and signing status, a generatedAt timestamp, schema version, data status, coverage limitations, and a standard disclaimer that output 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": "macro",
   "intents": [
    "liquidity",
    "supply",
    "etf",
    "forecast",
    "policy"
   ],
   "summary": "Fresh Liquidity Event Calendar findings appear here."
  },
  "evidence": {
   "assets": [],
   "policy": "point-in-time",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "liquidity-event-calendar",
  "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-liquidity-event-calendar-510128e7/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)
