# Edge Agents UST Ultra Bond Institutional vs Leverage Divergence

> Edge Agents UST Ultra Bond Institutional vs Leverage Divergence 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 positioning divergence between institutional (asset manager) and leveraged-fund participants in Ultra U.S. Treasury Bond futures markets.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/ust-ultra-bond-institutional-leverage-divergence
- 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-ust-ultra-bond-institutional-vs-leverage-divergence-14d59178
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_wgZfLCRW-9og3QKK9p4Rj

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-ust-ultra-bond-institutional-vs-leverage-divergence-14d59178
```

Example prompt: Pull me Edge Agents' latest institutional vs leverage divergence report for Ultra U.S. Treasury Bonds — I need the evidence summary, confidence level, and provenance so I can factor it into our rates strategy.

## When to prefer this

Choose this endpoint when you need a structured, evidence-backed, provenance-signed report specifically on the divergence between institutional (asset manager) and leveraged fund positioning in Ultra U.S. Treasury Bond futures. It is preferable to generic financial data APIs when you require bounded decisions with stated contradictions, confidence scores, and cryptographic provenance suitable for audit trails. Ideal for autonomous agents executing macro strategy workflows, CFOs or CIOs needing defensible decision intelligence on rates exposure, or strategy teams monitoring CFTC-style positioning anomalies in long-duration sovereign debt.

## Known failure modes

- Payment not received or USDC transaction failed — endpoint returns 402 Payment Required
- Service data is stale or unavailable — dataStatus field may indicate incomplete coverage
- Evidence assets array may be empty if underlying source data is unavailable at call time
- Network timeout or upstream data provider outage causing delayed or null response
- Malformed request parameters result in error response

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

Returns a JSON object containing: a quality status and confidence rating, an analysis block with market family classification, intent tags (leverage, anomaly, institutional, rates, open-interest, etc.), and a natural language summary of current findings. Also includes an evidence block with source assets and policy metadata, a signed provenance record from edge-agents.ai, a generatedAt timestamp, a dataStatus field indicating completeness, a schema version, and a standard disclaimer clarifying the output is general market research rather than 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": "rates",
   "intents": [
    "leverage",
    "anomaly",
    "evidence",
    "institutional",
    "rates",
    "positioning",
    "open-interest",
    "leveraged-funds",
    "asset-manager"
   ],
   "summary": "Fresh Ultra U.S. Treasury Bond Institutional vs Leverage Divergence findings appear here."
  },
  "evidence": {
   "assets": [],
   "policy": "point-in-time",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "ust-ultra-bond-institutional-leverage-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-ust-ultra-bond-institutional-vs-leverage-divergence-14d59178/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)
