# Edge Agents US Inflation Divergence Intelligence

> Edge Agents US Inflation Divergence 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 macro analysis of US inflation divergence, including anomalies, rotation signals, and policy-point-in-time findings with signed provenance.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/us-inflation-divergence
- 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-us-inflation-divergence-intelligence-59fe7569
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_uc4lsc9c5f9bMG40HBKPc

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-us-inflation-divergence-intelligence-59fe7569
```

Example prompt: Pull the latest US inflation divergence analysis from Edge Agents — I need the confidence level, any anomalies flagged, and the rotation signal, all with signed provenance for our strategy team.

## When to prefer this

Choose this endpoint when you need a point-in-time, signed, evidence-bounded assessment of US inflation divergence with explicit provenance and contradiction flagging — particularly for autonomous agents, CFOs, or strategy teams that require verifiable sourcing rather than a raw data feed or generic news summary. Prefer it over general economic APIs when the consumer needs decision-ready output with confidence scores and stated limitations baked in.

## Known failure modes

- Payment not received — endpoint requires $0.01 USDC via x402 protocol before data is returned
- Stale or incomplete underlying data — limitations field in response explicitly lists coverage gaps
- Service unavailable — upstream macro data sources may be temporarily unreachable
- Invalid or missing request parameters — response may return error if required fields are absent

## How this service works

Measures the gap between direct BLS headline and core CPI inflation rates to expose energy/food-sensitive divergence without calling it broad inflation breadth. Purpose: Identify when headline and core US inflation are sending materially different signals. 6-hour freshness target; missing evidence is reported explicitly rather than invented.

## Output

A JSON object containing a macro analysis summary with intents (rotation, anomaly, evidence, inflation), confidence level, quality status, a list of evidence assets with policy point-in-time note, signed provenance from edge-agents.ai, generation timestamp, schema version, and explicit limitations on coverage and source freshness. Includes a disclaimer that findings are 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": "macro",
   "intents": [
    "rotation",
    "anomaly",
    "evidence",
    "inflation"
   ],
   "summary": "Fresh US Inflation Divergence findings appear here."
  },
  "evidence": {
   "assets": [
    "USA"
   ],
   "policy": "point-in-time",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "us-inflation-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-us-inflation-divergence-intelligence-59fe7569/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)
