# UST Ultra 10Y Leveraged Positioning Momentum Intelligence

> UST Ultra 10Y 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 Ultra U.S. Treasury 10-Year futures, with provenance and contradiction tracking.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/ust-ultra-10y-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-ultra-10y-leveraged-positioning-momentum-intelligence-e99502b3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_qH6yXXhj6oiLc3ZQjWY8c

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-ultra-10y-leveraged-positioning-momentum-intelligence-e99502b3
```

Example prompt: Pull the latest Edge Agents report on leveraged fund positioning momentum in Ultra U.S. Treasury 10-Year futures — I need the confidence level, evidence summary, and any noted contradictions or limitations.

## When to prefer this

Choose this endpoint when you need point-in-time, evidence-backed, cryptographically signed intelligence on Ultra U.S. Treasury 10-Year leveraged fund positioning momentum specifically — particularly when provenance, contradiction disclosure, and verifiable sourcing matter (e.g. for audit trails, board reporting, or autonomous agent decision logging). Prefer over generic news or data feeds when you need structured confidence scores, bounded decisions, and explicit limitations disclosure.

## Known failure modes

- Payment not received or invalid x402 payment header returns 402 Payment Required
- Data not yet available for current period returns dataStatus indicating incomplete
- Stale or unavailable source data results in limitations array being populated with coverage warnings
- Invalid or malformed request returns error with serviceId mismatch
- Network or upstream data feed failure may return partial evidence

## How this service works

Direct CFTC weekly change in leveraged-fund long, short and spread positions for Ultra U.S. Treasury 10Y, including change in net exposure. Purpose: Detect whether reported leveraged-fund exposure in Ultra U.S. Treasury 10Y 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: positioning momentum quality status (e.g. strong) and confidence level (e.g. high), an analysis summary covering asset family (rates), detected intents (momentum, leverage, positioning), and a narrative summary; evidence metadata listing covered assets (UST-10Y), policy type, and live source provenance; a disclaimer clarifying this is general market research and not investment advice; a signed provenance block from edge-agents.ai; the report generation timestamp; schema version; and any coverage or 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 Ultra U.S. Treasury 10Y Leveraged Positioning Momentum findings appear here."
  },
  "evidence": {
   "assets": [
    "UST-10Y"
   ],
   "policy": "point-in-time",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "ust-ultra-10y-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-ultra-10y-leveraged-positioning-momentum-intelligence-e99502b3/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)
