# Edge Agents UST Ultra Bond Asset Manager Positioning

> Edge Agents UST Ultra Bond Asset Manager 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 positioning analysis of asset managers in Ultra U.S. Treasury Bond futures, including leverage, open interest, and institutional intent signals with provenance.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/ust-ultra-bond-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/edge-agents-ust-ultra-bond-asset-manager-positioning-2aade3d9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_bRLNEO4_BPzI10ZVi7NK-

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-bond-asset-manager-positioning-2aade3d9
```

Example prompt: Pull the latest Edge Agents report on Ultra U.S. Treasury Bond asset manager positioning — I need the institutional leverage and open-interest signals with source provenance for our rates strategy review.

## When to prefer this

Choose this endpoint when you need institutional-grade, sourced, and provenance-signed positioning intelligence on Ultra U.S. Treasury Bond futures specifically for asset managers — particularly when decision accountability matters (boards, investment committees, autonomous agents requiring auditable evidence). Prefer this over generic financial data APIs when you need contradiction flagging, confidence scoring, and verifiable sourcing rather than raw price or flow data.

## Known failure modes

- Data may be incomplete if upstream CFTC or exchange sources are delayed or unavailable, indicated in the limitations field
- Stale or point-in-time data if the report has not been refreshed recently, noted in generatedAt timestamp
- Payment failure via x402 protocol may prevent access to the paid report
- Low confidence score returned if evidence is thin or contradictory rather than a hard error
- Service may return partial data with a non-complete dataStatus if source coverage is limited

## 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

A structured JSON report containing a quality and confidence assessment, analysis of asset manager positioning intents (leverage, open interest, institutional flows), a list of evidence assets with sources and point-in-time policy, a signed provenance record from edge-agents.ai, the report generation timestamp, schema version, data completeness status, and a disclaimer clarifying it is general market research rather than 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 Bond Asset Manager Positioning findings appear here."
  },
  "evidence": {
   "assets": [],
   "policy": "point-in-time",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "ust-ultra-bond-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/edge-agents-ust-ultra-bond-asset-manager-positioning-2aade3d9/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)
