# UST Ultra 10Y Asset Manager Positioning Intelligence

> UST Ultra 10Y Asset Manager Positioning 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 asset manager positioning in Ultra U.S. Treasury 10-Year futures, including leverage, open interest, and institutional intent signals with provenance.

## Facts

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

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-asset-manager-positioning-intelligence-fe14c8ed
```

Example prompt: Pull the latest Edge Agents report on Ultra 10-Year Treasury futures positioning — I want to see where asset managers are sitting on leverage and open interest right now, with the full provenance and confidence rating.

## When to prefer this

Choose this endpoint when you need a verified, evidence-backed, point-in-time view of institutional asset manager positioning specifically in Ultra 10-Year U.S. Treasury futures — especially when provenance, confidence scoring, and contradiction flagging are required for downstream decisions. Prefer over generic macro data feeds when you need sourced, bounded intelligence rather than raw price or flow data, and when audit trails and signed provenance matter for governance or compliance contexts.

## Known failure modes

- Payment not received or invalid USDC payment results in 402 response blocking data delivery
- Stale or unavailable source data causes report to note coverage gaps in limitations field
- Malformed request parameters return error without report body
- Service temporarily unavailable returns 5xx with no payload
- Data freshness lag: report may reflect prior reporting period if live sources haven't updated

## How this service works

Direct CFTC Traders in Financial Futures asset-manager/institutional long, short, spread and net positioning for Ultra U.S. Treasury 10Y, including open-interest share. Purpose: Measure current CFTC asset-manager net positioning in Ultra U.S. Treasury 10Y as an institutional positioning sensor without converting it into a directional recommendation. 168-hour freshness target; missing evidence is reported explicitly rather than invented.

## Output

A structured JSON report containing: a quality status and confidence rating, an analysis summary covering the rates family with tagged intents (leverage, institutional, open-interest, positioning), evidence assets (UST-10Y), data completeness status, provenance including issuer URL and signed flag, generation timestamp, schema version, limitations disclosure, and a standard disclaimer that the output is 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",
    "institutional",
    "rates",
    "positioning",
    "open-interest",
    "asset-manager"
   ],
   "summary": "Fresh Ultra U.S. Treasury 10Y Asset Manager 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-asset-manager-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/ust-ultra-10y-asset-manager-positioning-intelligence-fe14c8ed/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)
