# Edge Agents US Treasury 10Y Pulse

> Edge Agents US Treasury 10Y Pulse 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).

Delivers evidence-backed, macro decision intelligence on the US Treasury 10-year yield with provenance, confidence scoring, and contradictions.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/us-treasury-10y-pulse
- 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-treasury-10y-pulse-6a6dedc4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_aL2FhDsnwdzancq0pN8Fp

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-treasury-10y-pulse-6a6dedc4
```

Example prompt: Pull the latest US Treasury 10-year yield pulse from Edge Agents — I need the momentum assessment, confidence level, and any flagged contradictions in the evidence so I can brief my board on rate risk.

## When to prefer this

Choose this endpoint when you need bounded, evidence-sourced macro intelligence on US Treasury 10-year yield with explicit provenance and confidence scoring — especially for board reporting, CFO decision support, or grounding autonomous agent strategies in verified rate-market context. Prefer it over generic financial data APIs when provenance, contradictions disclosure, and decision-ready framing (not raw tick data) are required. Best suited for point-in-time policy and momentum assessments rather than continuous streaming rate feeds.

## Known failure modes

- Payment not received or USDC transaction failed — endpoint returns 402 Payment Required
- Data temporarily unavailable for the UST-10Y asset — dataStatus field may indicate incomplete
- Stale or missing source data — limitations array in response will enumerate specific coverage gaps
- Invalid request format — returns error if required headers or payment proof are malformed
- Rate limit exceeded — endpoint may throttle high-frequency callers

## How this service works

Direct US Treasury ten-year par yield with five and twenty-two-observation basis-point momentum. Purpose: Measure benchmark long-rate pressure using the Treasury's own daily yield-curve feed. 6-hour freshness target; missing evidence is reported explicitly rather than invented.

## Output

Returns a structured JSON report containing: a quality status and confidence rating for the data, a macro analysis summary with identified intents (momentum, leverage, evidence, rates), the asset covered (UST-10Y), policy stance, provenance with issuer identity and signing status, a generatedAt timestamp, schema version, data completeness status, and a list of evidence limitations and coverage caveats. Includes a disclaimer clarifying this is 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": [
    "momentum",
    "leverage",
    "evidence",
    "rates",
    "yield"
   ],
   "summary": "Fresh US Treasury 10Y Pulse findings appear here."
  },
  "evidence": {
   "assets": [
    "UST-10Y",
    "USA"
   ],
   "policy": "point-in-time",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "us-treasury-10y-pulse",
  "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-treasury-10y-pulse-6a6dedc4/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)
