# Edge Agents – UST Ultra Bond Leveraged Fund Positioning

> Edge Agents – UST Ultra Bond 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 analysis of leveraged fund positioning in Ultra U.S. Treasury Bond futures, including open interest, intent signals, and sourced provenance.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/ust-ultra-bond-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-bond-leveraged-fund-positioning-18af1708
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_cls_farQSNgtrRYqaBqTu

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-leveraged-fund-positioning-18af1708
```

Example prompt: Can you pull the latest Edge Agents report on leveraged fund positioning in Ultra U.S. Treasury Bond futures and tell me what the evidence shows about current leverage intent and open interest?

## When to prefer this

Choose this endpoint when you need a structured, evidence-sourced, signed report specifically on leveraged fund positioning in Ultra U.S. Treasury Bond futures — particularly when provenance, contradiction flagging, and bounded confidence scores matter for downstream decision-making by executives or autonomous agents. Prefer it over general financial data APIs when you need the analysis already synthesized with source transparency rather than raw CFTC or exchange data.

## Known failure modes

- Payment not received or USDC balance insufficient — endpoint returns 402 Payment Required
- Service temporarily unavailable or upstream data source stale — dataStatus may indicate incomplete
- Evidence assets array empty if no fresh data available at time of call
- Malformed or missing required parameters return an error response
- Rate limiting if too many calls made in rapid succession

## How this service works

Direct CFTC Traders in Financial Futures leveraged-fund long, short, spread and net positioning for Ultra U.S. Treasury Bond, including open-interest share. Purpose: Measure current leveraged-fund net positioning in Ultra U.S. Treasury Bond 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 report containing: a quality status and confidence rating, an analysis summary with intent tags (e.g. leverage, positioning, open-interest), an evidence block with source assets and point-in-time policy, a signed provenance record from edge-agents.ai, the data completion status, schema version, generation timestamp, and a standard disclaimer clarifying the report is 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 Bond Leveraged Fund 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-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-bond-leveraged-fund-positioning-18af1708/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)
