# UST 2Y Leveraged Positioning Momentum Intelligence

> UST 2Y Leveraged Positioning Momentum 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-14).

Returns evidence-backed analysis of leveraged fund positioning momentum in 2-year U.S. Treasury markets, with provenance, contradictions, and bounded decision signals.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/ust-2y-leveraged-positioning-momentum
- 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-leveraged-positioning-momentum-intelligence-81b946eb
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_tCNyAL9-kmTKiqGvC66M3

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-leveraged-positioning-momentum-intelligence-81b946eb
```

Example prompt: Pull the latest Edge Agents decision intelligence report on 2-year U.S. Treasury leveraged positioning momentum — I need the evidence quality, confidence level, and any noted contradictions or limitations.

## When to prefer this

Choose this endpoint when you need a point-in-time, evidence-grounded, provenance-signed momentum signal specifically for 2-year U.S. Treasury leveraged positioning — particularly when your workflow requires traceable contradictions, explicit limitations disclosure, and a bounded decision output rather than raw data. It is well-suited for autonomous agents, investment committees, and risk functions that must cite sources and document the basis for a decision. Prefer it over generic macro data feeds when you need the evidence packaged with quality scoring and policy-timestamp semantics rather than a raw price or positioning number.

## Known failure modes

- Payment not received or insufficient USDC balance — 402 Payment Required returned
- Service temporarily unavailable — 503 or timeout if upstream evidence sources are stale
- Stale or incomplete data — report may note limited source freshness in the limitations field
- Malformed request — endpoint is a GET with no required body parameters so failures are unlikely from input errors
- Report generated but data status flagged as incomplete — partial evidence available with explicit limitations noted

## How this service works

Direct CFTC weekly change in leveraged-fund long, short and spread positions for U.S. Treasury 2Y, including change in net exposure. Purpose: Detect whether reported leveraged-fund exposure in U.S. Treasury 2Y shifted toward net-long, net-short or stable positioning during the latest CFTC week. 168-hour freshness target; missing evidence is reported explicitly rather than invented.

## Output

A signed JSON report containing: a quality status and confidence rating for the analysis, a family classification ('rates'), detected intents (e.g. momentum, leverage, positioning), a human-readable summary of current UST 2Y leveraged positioning momentum findings, a list of covered assets (UST-2Y), policy timestamp type, provenance issuer and signature flag, data completeness status, a disclaimer clarifying this is market research not investment advice, schema version, generation timestamp, and any coverage or source-freshness limitations.

## 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": [
    "momentum",
    "leverage",
    "evidence",
    "rates",
    "positioning",
    "leveraged-funds"
   ],
   "summary": "Fresh U.S. Treasury 2Y Leveraged Positioning Momentum 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-leveraged-positioning-momentum",
  "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-leveraged-positioning-momentum-intelligence-81b946eb/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)
