# Edge Agents Narrative–Evidence Divergence Intelligence

> Edge Agents Narrative–Evidence Divergence 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 analysis identifying divergences between prevailing market narratives and actual supporting evidence across cross-market assets and policy signals.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/narrative-evidence-divergence
- 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-narrative-evidence-divergence-intelligence-91bead15
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_5Lmyh5MNju4pyVU7eLkfD

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-narrative-evidence-divergence-intelligence-91bead15
```

Example prompt: Pull the latest Narrative–Evidence Divergence report from Edge Agents — I want to see where the current market story on cross-market assets is actually backed by evidence versus where there's an anomaly or divergence, and what confidence level they're assigning to it.

## When to prefer this

Choose this endpoint when an AI agent or analyst needs to verify whether dominant market or macro narratives are actually supported by real evidence, specifically detecting divergence or anomaly conditions across cross-market asset classes and policy signals. It is particularly valuable before high-stakes investment or procurement decisions where narrative integrity matters. Prefer this over generic news or sentiment APIs when you need signed, provenance-verified intelligence with explicit confidence ratings and stated limitations rather than raw sentiment scores or unverified summaries.

## Known failure modes

- Payment not included or rejected — endpoint returns HTTP 402 requiring x402 USDC payment
- Stale or incomplete data — report may note coverage limitations or unavailable evidence explicitly in the response
- Empty evidence assets array — may occur when no fresh supporting evidence is available for the current period
- Schema mismatch — caller receives unexpected fields if schema version changes
- Service unavailability — no report generated and HTTP error returned

## How this service works

Narrative–Evidence Divergence. Evaluates the quality, disagreement, transmission, composition or verification of Edge intelligence itself. Purpose: Increase the defensibility of downstream decisions by making evidence quality and model limitations machine-readable. 5-minute freshness target; missing evidence is reported explicitly rather than invented.

## Output

Returns a signed JSON report containing: an overall quality status and confidence rating (e.g. strong/high), a cross-market analysis summary with classified intents (anomaly, evidence, forecast), evidence assets with policy stance, a disclaimer confirming the output is general market research and not investment advice, provenance metadata including issuer URL and signature, a generatedAt 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": [
    "anomaly",
    "evidence",
    "forecast"
   ],
   "summary": "Fresh Narrative–Evidence Divergence findings appear here."
  },
  "evidence": {
   "assets": [],
   "policy": "mixed",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "narrative-evidence-divergence",
  "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-narrative-evidence-divergence-intelligence-91bead15/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)
