# Edge Agents AI – Correlation Regime Break Detector

> Edge Agents AI – Correlation Regime Break Detector 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-14).

Detects and reports on cross-market correlation regime breaks, identifying when historically stable asset correlations have shifted or broken down.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/correlation-regime-break
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/edge-agents-ai-correlation-regime-break-detector-f5b6bd1e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_3BH7Zlpgc_580JjCVMkgJ

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-ai-correlation-regime-break-detector-f5b6bd1e
```

Example prompt: Can you check if there's been a correlation regime break in cross-market assets recently — I need the current status, confidence level, and any evidence of which assets are involved?

## When to prefer this

Choose this endpoint when you need a real-time, evidence-backed assessment of whether cross-market correlations have structurally shifted or broken — particularly for macro research, portfolio risk reviews, or AI agent pipelines that need to adapt strategy based on current correlation regime status. Prefer it over generic news APIs or sentiment tools when you need structured, signed, provenance-verified correlation intelligence with explicit confidence levels.

## Known failure modes

- Payment not received or insufficient USDC balance — endpoint returns 402 Payment Required
- Data unavailable for current cycle — dataStatus may reflect incomplete coverage
- Live sources temporarily unreachable — evidence.policy may reflect degraded freshness
- Request without required parameters may return a schema error or empty analysis
- High-demand periods may cause slight latency in report generation

## 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: a quality status and confidence rating (e.g. 'strong'/'high'), an analysis object with correlation family type, intents, and a narrative summary of findings, an evidence object listing relevant assets and live policy data, a dataStatus field indicating report completeness, a disclaimer noting this is general market research (not investment advice), provenance including issuer URL and signature, a generatedAt timestamp, schema version, and any stated limitations on coverage or 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": "cross-market",
   "intents": [
    "correlation",
    "evidence",
    "cycle",
    "forecast"
   ],
   "summary": "Fresh Correlation Regime Break Detector findings appear here."
  },
  "evidence": {
   "assets": [],
   "policy": "live",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "correlation-regime-break",
  "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-ai-correlation-regime-break-detector-f5b6bd1e/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)
