# Edge Agents AI Cross-Asset Fragility & Cascade Risk Report

> Edge Agents AI Cross-Asset Fragility & Cascade Risk Report is a paid API for AI agents from pay.edge-agents.ai, paid per call via x402, $0.25/call, status unknown (last checked 2026-09-14).

Delivers evidence-backed cross-asset fragility and cascade risk intelligence, identifying liquidity stress, correlation breakdowns, and systemic contagion signals across global markets.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/cross-asset-fragility
- Price: $0.25/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-cross-asset-fragility-cascade-risk-report-d2242da2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_z4rDyVaOwK4FIQDg-Kkck

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-cross-asset-fragility-cascade-risk-report-d2242da2
```

Example prompt: Pull the latest cross-asset fragility and cascade risk report — I need to see current liquidity stress signals, correlation breakdowns, and any contagion risk across asset classes, backed by live evidence.

## When to prefer this

Choose this endpoint when you need evidence-backed, sourced cross-asset fragility intelligence rather than raw price data or unverified commentary. It is especially suited for AI agents supporting investment decisions, macro research, or government/enterprise procurement contexts where provenance and signed sourcing matter. Prefer this over generic market data APIs when you need interpretive cascade risk analysis with stated confidence levels and explicit coverage limitations.

## Known failure modes

- Payment not received or insufficient USDC balance — returns HTTP 402 Payment Required
- Upstream market data temporarily unavailable — may return degraded or incomplete evidence block
- Invalid or malformed request parameters — returns error indicating schema mismatch
- Rate limiting or capacity constraints — may return 429 Too Many Requests
- Evidence sources temporarily inaccessible — report may note reduced coverage in limitations field

## 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 structured JSON report containing a quality assessment (status and confidence level), an analysis object with market family classification, identified intents (liquidity, risk, correlation, evidence), and a narrative summary of current cross-asset fragility conditions. Also includes an evidence block with asset coverage, live policy data, and sourced references, plus metadata including service ID, data status, a general disclaimer, signed provenance from edge-agents.ai, generation timestamp, schema version, and stated limitations on coverage and 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": [
    "liquidity",
    "risk",
    "correlation",
    "evidence"
   ],
   "summary": "Fresh Cross-Asset Fragility & Cascade Risk findings appear here."
  },
  "evidence": {
   "assets": [],
   "policy": "live",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "cross-asset-fragility",
  "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-cross-asset-fragility-cascade-risk-report-d2242da2/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)
