# UST 5Y Asset Manager Positioning Intelligence

> UST 5Y 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 current U.S. Treasury 5-year asset manager positioning, including leverage, open interest, and institutional rates sentiment with provenance.

## Facts

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

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-5y-asset-manager-positioning-intelligence-8ca0030c
```

Example prompt: Can you pull the latest asset manager positioning intelligence on the 5-year US Treasury — I want to see current leverage, open interest signals, and any contradictions in the evidence, with full provenance?

## When to prefer this

Choose this endpoint when you need point-in-time, evidence-backed, sourced intelligence on U.S. Treasury 5-year asset manager positioning with explicit provenance, confidence scoring, and stated limitations — rather than a raw data feed or unverified market commentary. Ideal for autonomous agents, strategy teams, or executives who need structured, auditable decision intelligence with contradictions surfaced and disclaimers attached, and who are comfortable paying micro-fees via x402 per query.

## Known failure modes

- Payment not received or x402 protocol failure — endpoint returns 402 Payment Required
- Data temporarily unavailable — dataStatus field may indicate incomplete coverage
- Source staleness — report may note limited freshness of underlying CFTC or positioning data
- Schema mismatch — callers expecting schema v1 may find v2 response structure incompatible
- Service outage — standard HTTP 5xx if backend intelligence pipeline is down

## How this service works

Edge Agents provides evidence-backed macro, market and decision intelligence for AI agents, individual leaders and investors, businesses and government teams requiring consulting, procurement and decision support. Machine services are purchasable per request over x402 on 5 settlement rails (Base/USDC, XRPL/RLUSD, Solana/USDC, Arbitrum/USDC and Polygon/USDC).

## Output

Returns a JSON object containing: a quality status and confidence rating, an analysis summary covering rates family, key intents (leverage, open interest, institutional positioning), and evidence on UST-5Y assets. Also includes provenance metadata with issuer identity and signing status, a generatedAt timestamp, data status, schema version, and mandatory 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 5Y Asset Manager Positioning findings appear here."
  },
  "evidence": {
   "assets": [
    "UST-5Y"
   ],
   "policy": "point-in-time",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "ust-5y-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-5y-asset-manager-positioning-intelligence-8ca0030c/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)
