# Edge Agents US Treasury 30Y Pulse

> Edge Agents US Treasury 30Y 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 decision intelligence on US Treasury 30-year bond momentum, rates, and macro conditions with provenance and signed verification.

## Facts

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

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-30y-pulse-72f993b4
```

Example prompt: Give me the latest US Treasury 30-year pulse report from Edge Agents — I want to know the current rate momentum, confidence level, and any macro evidence or contradictions for my strategy review.

## When to prefer this

Choose this endpoint when you need a structured, signed, provenance-backed macro intelligence report specifically on US Treasury 30-year conditions — with explicit confidence ratings and contradiction disclosure — rather than a raw yield data feed or general news summary. Ideal for autonomous agents that must justify decisions with auditable evidence, or for executive briefings requiring bounded, verifiable analysis rather than open-ended LLM inference.

## Known failure modes

- Payment not received or invalid x402 USDC payment — endpoint returns 402 Payment Required
- Stale or incomplete data — report may note coverage gaps in the limitations field
- Invalid or missing service identifier in request — may return 400 or empty response
- Downstream macro data source unavailable — evidence assets array may be empty with a source freshness note
- Network timeout — retry with same idempotent GET request

## How this service works

Direct US Treasury thirty-year par yield with five and twenty-two-observation basis-point momentum. Purpose: Measure long-duration US Treasury rate pressure using primary Treasury data. 6-hour freshness target; missing evidence is reported explicitly rather than invented.

## Output

Returns a JSON object containing: quality status (e.g. 'strong') and confidence rating (e.g. 'high'); an analysis block with macro family classification, rate intents array (momentum, leverage, evidence, rates), and a natural-language summary; an evidence block with assets, policy type, and sourcing note; a signed provenance record from edge-agents.ai; a generatedAt ISO timestamp; limitations disclosures; and a standard disclaimer that the report is 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": [
    "momentum",
    "leverage",
    "evidence",
    "rates",
    "yield"
   ],
   "summary": "Fresh US Treasury 30Y Pulse findings appear here."
  },
  "evidence": {
   "assets": [
    "USA"
   ],
   "policy": "point-in-time",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "us-treasury-30y-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-30y-pulse-72f993b4/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)
