# USD Index Leveraged Fund Positioning

> USD Index 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, point-in-time leveraged fund positioning data for the U.S. Dollar Index with provenance, contradictions, and confidence signals.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/usd-index-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/usd-index-leveraged-fund-positioning-15f80661
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_M8DsO0TxqjCcIWwK8wVo6

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 usd-index-leveraged-fund-positioning-15f80661
```

Example prompt: Pull the latest leveraged fund positioning report for the U.S. Dollar Index — I need to know whether speculative positioning is net long or short, with confidence level and source provenance.

## When to prefer this

Choose this endpoint when you need structured, evidence-backed, point-in-time leveraged fund positioning specifically for the U.S. Dollar Index with signed provenance and explicit confidence scoring. It is preferable over generic macro data feeds when auditability, contradiction flagging, and bounded decision support are required — particularly for CFOs, strategy teams, or autonomous agents that need traceable, non-inferred market intelligence rather than raw price or sentiment data.

## Known failure modes

- Payment not received or USDC balance insufficient — endpoint returns 402 Payment Required
- Data temporarily unavailable — dataStatus field may reflect incomplete or stale coverage
- Schema mismatch if client does not handle schemaVersion 2.0 format
- Network timeout on the pay.edge-agents.ai host
- Rate limiting or abuse throttling returning 429

## 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 JSON object containing: a quality status and confidence level ('strong'/'high'), an analysis block with family ('fx'), intent tags (leverage, evidence, positioning, open-interest), and a plain-English summary; an evidence block listing covered assets (USD-INDEX), data policy (point-in-time), and actual live sources; a disclaimer clarifying this is general market research and not investment advice; a signed provenance record issued by edge-agents.ai; a generatedAt timestamp; and a limitations array noting coverage gaps or source freshness issues.

## 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": "fx",
   "intents": [
    "leverage",
    "evidence",
    "positioning",
    "open-interest",
    "leveraged-funds",
    "fx"
   ],
   "summary": "Fresh U.S. Dollar Index Leveraged Fund Positioning findings appear here."
  },
  "evidence": {
   "assets": [
    "USD-INDEX"
   ],
   "policy": "point-in-time",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "usd-index-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/usd-index-leveraged-fund-positioning-15f80661/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)
