# Edge Agents Volatility Regime Intelligence

> Edge Agents Volatility Regime Intelligence 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 evidence-backed cross-market volatility regime analysis with confidence scoring, provenance, and contradictions for decision-makers and AI agents.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/volatility-regime
- 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-volatility-regime-intelligence-5554a6ba
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_29j2X0ZlPsyUmG0_QDXWN

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-volatility-regime-intelligence-5554a6ba
```

Example prompt: What is the current cross-market volatility regime right now — high, low, or transitional — and how confident is the evidence, with sources and provenance?

## When to prefer this

Choose this endpoint when you need a structured, evidence-backed classification of the current volatility regime across markets with explicit confidence scoring and source provenance — especially for AI agents that must justify decisions with traceable reasoning. Prefer it over raw data feeds when you need a bounded, human-readable assessment with stated limitations rather than unprocessed price or implied-volatility data. Best suited for macro-level regime detection (high/low/transitional volatility cycles) rather than single-asset options pricing or short-term volatility forecasting.

## Known failure modes

- Payment not received or x402 protocol error — endpoint returns 402 before delivering data
- Stale or unavailable source data — report notes coverage gaps in the limitations array
- Low evidence quality — quality.status may return 'weak' or confidence 'low' with caveats
- Network timeout on live data aggregation — may result in delayed or incomplete response
- Malformed request parameters — endpoint may return error if required fields are missing

## How this service works

Cross-asset short-horizon movement and dispersion regime from independently validated 24-hour price changes. Purpose: Classify observed cross-asset movement intensity without mislabelling it as options implied volatility or annualised realised volatility. 5-minute freshness target; missing evidence is reported explicitly rather than invented.

## Output

A JSON object containing: a quality assessment (status and confidence level), an analysis block with regime family classification, intent tags, and a narrative summary, evidence details including relevant assets and policy context, provenance metadata (issuer URL and signature status), data completeness status, schema version, generation timestamp, and a disclaimer clarifying this 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": "cross-market",
   "intents": [
    "volatility",
    "evidence",
    "cycle"
   ],
   "summary": "Fresh Volatility Regime findings appear here."
  },
  "evidence": {
   "assets": [],
   "policy": "live",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "volatility-regime",
  "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-volatility-regime-intelligence-5554a6ba/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)
