# UST 2Y Institutional vs Leverage Divergence Report

> UST 2Y Institutional vs Leverage Divergence Report 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 divergence between institutional and leveraged-fund positioning in the 2-year US Treasury market, with provenance and confidence scoring.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/ust-2y-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/ust-2y-institutional-vs-leverage-divergence-report-53173655
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_hzJnWkDeySJnCGM4AG86y

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 ust-2y-institutional-vs-leverage-divergence-report-53173655
```

Example prompt: Can you pull the latest institutional vs leverage divergence report for the 2-year US Treasury — I need to see whether asset managers and leveraged funds are moving apart in positioning, with confidence levels and source provenance included?

## When to prefer this

Choose this endpoint when you need a point-in-time, evidence-backed, provenance-signed analysis of institutional versus leveraged-fund positioning divergence specifically in the 2-year US Treasury market. It is preferable over generic macro data feeds when you need verifiable sourcing, explicit contradiction flagging, and confidence-scored conclusions suitable for board-level or autonomous-agent decision workflows in the rates domain.

## Known failure modes

- Payment not received or insufficient USDC — endpoint returns 402 Payment Required
- Stale or unavailable source data — report returns with limitations field populated noting coverage gaps
- Network timeout — no response returned, agent should retry
- Invalid or malformed request — 400 Bad Request if parameters are incorrectly structured

## How this service works

Compares CFTC asset-manager and leveraged-fund net positioning in U.S. Treasury 2Y on the same weekly report and open-interest basis. Purpose: Identify whether asset managers and leveraged funds are aligned or materially divergent in U.S. Treasury 2Y positioning while preserving both classifications separately. 168-hour freshness target; missing evidence is reported explicitly rather than invented.

## Output

A JSON object containing a quality assessment (status and confidence), a rates-family analysis summary with intent tags (leverage, anomaly, institutional, open-interest, leveraged-funds, asset-manager), evidence details (assets covered, policy stance, sources), provenance with issuer and signature, data status, generatedAt timestamp, schema version, limitations, and a disclaimer clarifying it is general market research and 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": "rates",
   "intents": [
    "leverage",
    "anomaly",
    "evidence",
    "institutional",
    "rates",
    "positioning",
    "open-interest",
    "leveraged-funds",
    "asset-manager"
   ],
   "summary": "Fresh U.S. Treasury 2Y Institutional vs Leverage Divergence findings appear here."
  },
  "evidence": {
   "assets": [
    "UST-2Y"
   ],
   "policy": "point-in-time",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "ust-2y-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/ust-2y-institutional-vs-leverage-divergence-report-53173655/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)
