# UST 10Y Asset Manager Positioning Intelligence

> UST 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 U.S. Treasury 10-year asset manager positioning, including leverage, open interest, and institutional rates data with provenance and confidence signals.

## Facts

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

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-10y-asset-manager-positioning-intelligence-f28716ac
```

Example prompt: Pull the latest Edge Agents report on U.S. Treasury 10-year asset manager positioning — I want to see how institutions are positioned, their leverage levels, and whether the evidence quality is high confidence.

## When to prefer this

Choose this endpoint when you need point-in-time, evidence-backed institutional positioning data on the U.S. 10-year Treasury with explicit provenance and confidence scoring. It is especially valuable for agentic workflows that require verifiable sourcing (signed provenance) and clear limitation disclosures rather than raw or unverified market data feeds. Prefer it over generic financial data APIs when the consumer is an AI agent, CFO, or board-level audience that needs bounded, auditable intelligence rather than raw numbers.

## Known failure modes

- Payment not received or insufficient USDC — 402 Payment Required response
- Data temporarily unavailable or stale — dataStatus field may indicate incomplete
- No evidence available for the requested time window — limitations array will describe gaps
- Malformed request parameters — likely returns 400 or empty analysis block
- Service downtime — standard 5xx response with no payload

## How this service works

Direct CFTC Traders in Financial Futures asset-manager/institutional long, short, spread and net positioning for U.S. Treasury 10Y, including open-interest share. Purpose: Measure current CFTC asset-manager net positioning in 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 JSON object containing a quality assessment (status and confidence level), an analysis block with asset family, positioning intents (e.g. leverage, institutional, open-interest), and a narrative summary; an evidence block listing covered assets, policy stance, and sources; provenance metadata with issuer and signing status; a generatedAt timestamp; dataStatus indicator; schemaVersion; and a standard disclaimer that the report 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",
    "institutional",
    "rates",
    "positioning",
    "open-interest",
    "asset-manager"
   ],
   "summary": "Fresh 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-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-10y-asset-manager-positioning-intelligence-f28716ac/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)
