# Edge Agents Stablecoin Systemic Risk Intelligence

> Edge Agents Stablecoin Systemic Risk Intelligence 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).

Delivers evidence-backed systemic risk analysis of the stablecoin market, including liquidity, supply, and policy risk signals with provenance and contradiction tracking.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/stablecoin-systemic-risk-intelligence
- 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-stablecoin-systemic-risk-intelligence-5008fb89
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_bAMQP2uZXwvm2Rj4htbg-

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-stablecoin-systemic-risk-intelligence-5008fb89
```

Example prompt: Pull the latest Edge Agents stablecoin systemic risk intelligence report — I need a confidence-rated, evidence-backed assessment of current liquidity, supply, and policy risks across the stablecoin market, with provenance.

## When to prefer this

Choose this endpoint when you need a signed, provenance-tracked, evidence-bounded systemic risk report specifically about stablecoins — especially when your use case requires contradiction surfacing, confidence scoring, and verifiable sourcing rather than a raw data feed or price oracle. It is purpose-built for decision-makers (CEOs, CFOs, boards) and autonomous agents that must justify risk conclusions with traceable evidence. Prefer this over generic crypto news APIs or price feeds when the need is structured risk intelligence with epistemic transparency.

## Known failure modes

- Payment not received or USDC insufficient — returns 402 Payment Required
- Invalid or missing parameters — returns 400 with schema validation error
- Data unavailable for requested assets — report will explicitly state coverage gaps in the limitations field
- Stale or incomplete evidence — report flags source freshness limitations rather than inferring missing data
- Service downtime — returns 503 or timeout with no report generated

## How this service works

Premium stablecoin market-structure stress framework combining observed supply contraction, concentration, evidence coverage and RLUSD native liquidity stress while keeping independent USD peg and reserve-quality assessments unavailable. Purpose: Measure supported stablecoin market-structure fragility without claiming issuer solvency, reserve quality or peg integrity that is not directly observed. 15-minute freshness target; missing evidence is reported explicitly rather than invented.

## Output

Returns a structured JSON report containing a quality status and confidence rating, a risk analysis summary covering stablecoin family, intents (liquidity, risk, supply, evidence), a list of covered assets (e.g. RLUSD), policy framing, sourced evidence statements, signed provenance with issuer identity, a generatedAt timestamp, schema version, and explicit limitations on coverage and source freshness. All findings are point-in-time and accompanied by a disclaimer that the output is general market research, 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": "stablecoins",
   "intents": [
    "liquidity",
    "risk",
    "supply",
    "evidence"
   ],
   "summary": "Fresh Stablecoin Systemic Risk Intelligence findings appear here."
  },
  "evidence": {
   "assets": [
    "RLUSD"
   ],
   "policy": "point-in-time",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "stablecoin-systemic-risk-intelligence",
  "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-stablecoin-systemic-risk-intelligence-5008fb89/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)
