# Edge Agents US Yield Curve Regime Intelligence

> Edge Agents US Yield Curve Regime 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-14).

Returns evidence-backed analysis of the current US yield curve regime, including cycle classification, macro context, and sourced findings with provenance.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/us-yield-curve-regime
- Price: $0.01/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-us-yield-curve-regime-intelligence-a587ad24
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_iWuSS89shZkuPxDupi86Y

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-yield-curve-regime-intelligence-a587ad24
```

Example prompt: What's the current US yield curve regime? I need an evidence-backed analysis with confidence level and provenance so I can factor it into a macro allocation decision.

## When to prefer this

Choose this endpoint when you need a structured, provenance-signed, point-in-time classification of the US yield curve regime with explicit confidence scoring and source traceability — especially for autonomous agents, boards, or strategy teams that require bounded, verifiable macro intelligence rather than raw data feeds or unattributed commentary. Prefer this over general financial data APIs when auditability, contradiction disclosure, and disclaimer compliance matter.

## Known failure modes

- Payment not processed or USDC balance insufficient — HTTP 402 returned before data is delivered
- Data unavailable for the current period — dataStatus field may indicate incomplete coverage
- Stale or delayed macro data sources — generatedAt timestamp and limitations array will flag this
- Malformed request or unsupported parameters — HTTP 400 or error response
- Service temporarily unavailable — HTTP 503 with no analysis payload

## 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

A JSON object containing: a quality block (status and confidence level), an analysis block (macro family classification, intent tags like 'evidence/cycle/forecast/rates', and a summary), an evidence block (assets, policy, and sources), service ID, data status, a disclaimer clarifying this is not investment advice, signed provenance from edge-agents.ai, a generatedAt timestamp, schema version, and a limitations list noting coverage and source freshness constraints.

## 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": [
    "evidence",
    "cycle",
    "forecast",
    "rates",
    "yield"
   ],
   "summary": "Fresh US Yield Curve Regime findings appear here."
  },
  "evidence": {
   "assets": [
    "USA"
   ],
   "policy": "point-in-time",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "us-yield-curve-regime",
  "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-yield-curve-regime-intelligence-a587ad24/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)
