# Edge Agents UST Ultra 10Y Leveraged Fund Positioning

> Edge Agents UST Ultra 10Y Leveraged Fund Positioning 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, provenance-signed analysis of leveraged fund positioning in Ultra U.S. Treasury 10-Year futures, including open interest, intents, and contradictions.

## Facts

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

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-10y-leveraged-fund-positioning-94e2543c
```

Example prompt: Can you pull the latest Edge Agents report on leveraged fund positioning in Ultra U.S. Treasury 10-Year futures — I need the evidence summary, confidence level, and any contradictions flagged in the current data?

## When to prefer this

Choose this endpoint when you need evidence-backed, provenance-signed, point-in-time analysis of leveraged fund positioning specifically in Ultra U.S. Treasury 10-Year futures — particularly when contradictions, source attribution, and bounded decision framing matter. Prefer it over generic macro data APIs when you need structured decision intelligence with confidence scoring rather than raw price or positioning feeds. It is especially suited for autonomous agents that need verifiable, auditable market intelligence with built-in disclaimers.

## Known failure modes

- Payment not received or insufficient USDC — 402 response returned
- Upstream data source unavailable — dataStatus may return incomplete
- Stale data if CFTC reporting is delayed — freshness limitations noted in report
- Malformed request parameters — likely results in 400 error
- Service temporarily unavailable — 503 or timeout

## How this service works

Direct CFTC Traders in Financial Futures leveraged-fund long, short, spread and net positioning for Ultra U.S. Treasury 10Y, including open-interest share. Purpose: Measure current leveraged-fund net positioning in Ultra U.S. Treasury 10Y using the CFTC TFF classification without inferring trader motive or predicting returns. 168-hour freshness target; missing evidence is reported explicitly rather than invented.

## Output

A JSON object containing a quality assessment (status and confidence), an analysis block with asset family, positioning intents (e.g. leverage, open-interest, rates), and a plain-language summary; an evidence block listing covered assets (UST-10Y), policy type, and live source provenance; a provenance block with issuer URL and signed flag; generatedAt timestamp; dataStatus indicator; schemaVersion; and a disclaimer clarifying this 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",
    "evidence",
    "rates",
    "positioning",
    "open-interest",
    "leveraged-funds"
   ],
   "summary": "Fresh Ultra U.S. Treasury 10Y Leveraged Fund Positioning 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-fund-positioning",
  "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-10y-leveraged-fund-positioning-94e2543c/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)
