# Edge Agents US 3M10Y Yield Curve Intelligence

> Edge Agents US 3M10Y Yield Curve 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 decision intelligence on the US 3-month to 10-year yield curve, including macro analysis, quality signals, provenance, and risk-relevant findings.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/us-3m10y-curve
- 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-3m10y-yield-curve-intelligence-17aaccd1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_6Rh-wNBnlNLlw1P9oTH7B

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-3m10y-yield-curve-intelligence-17aaccd1
```

Example prompt: Pull the latest Edge Agents report on the US 3-month to 10-year yield curve — I need the quality status, confidence level, and macro summary to assess recession risk for our board presentation.

## When to prefer this

Choose this endpoint when you need a bounded, provenance-signed, evidence-backed summary of the US 3-month to 10-year yield curve for executive or autonomous agent decision-making — especially when auditability, contradiction flagging, and source traceability matter more than raw data feeds. Prefer over generic financial data APIs when the consumer is a board, CFO, strategy team, or AI agent that needs decision-ready framing rather than raw numbers.

## Known failure modes

- Payment not received or invalid USDC amount — 402 response blocking access
- Data unavailable or stale sources — report will state coverage limitations explicitly in the limitations field
- Service temporarily unavailable — HTTP 5xx with no report body
- Malformed request parameters — 400-level error
- Evidence inconclusive — report returned with lower confidence level and flagged contradictions

## How this service works

Ten-year minus three-month Treasury par-yield spread derived from same-day official US Treasury observations. Purpose: Answer whether the 3m10y Treasury curve is inverted, flat or positively sloped and how that shape is changing. 6-hour freshness target; missing evidence is reported explicitly rather than invented.

## Output

A structured JSON report containing: a quality status (e.g. 'strong') and confidence level, a macro analysis family label and intent tags, a plain-language summary of current US 3m10y curve findings, evidence assets with point-in-time sourcing policy, a signed provenance record from edge-agents.ai, a generation timestamp, schema version, and stated limitations on coverage and source freshness. The report explicitly disclaims 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": [
    "evidence",
    "rates",
    "yield"
   ],
   "summary": "Fresh US 3m10y Curve findings appear here."
  },
  "evidence": {
   "assets": [
    "USA"
   ],
   "policy": "point-in-time",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "us-3m10y-curve",
  "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-3m10y-yield-curve-intelligence-17aaccd1/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)
