# Edge Agents UST 10Y Leveraged Fund Positioning Intelligence

> Edge Agents UST 10Y Leveraged Fund 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, sourced analysis of leveraged fund positioning in US Treasury 10-year futures, including open interest, leverage intent, and bounded decision signals.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/ust-10y-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-10y-leveraged-fund-positioning-intelligence-78975b12
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_mFP_Zeiy9aRgWtE4I5HAn

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-10y-leveraged-fund-positioning-intelligence-78975b12
```

Example prompt: Pull the latest Edge Agents report on leveraged fund positioning in the US 10-year Treasury — I want to see where hedge funds and speculative accounts are leaning right now, with the evidence provenance and any noted contradictions.

## When to prefer this

Choose this endpoint when you need evidence-backed, sourced, and signed positioning intelligence specifically for UST 10-year leveraged funds — including open interest data, contradictions, and provenance — rather than raw data feeds or generic macro summaries. It is purpose-built for AI agents and business decision-makers who require bounded, verifiable conclusions with stated limitations, not unannotated price data.

## Known failure modes

- Payment not received or insufficient USDC — HTTP 402 returned before data is served
- Stale or unavailable source data — report will state coverage limitations explicitly rather than inferring
- Schema version mismatch if client expects older response format
- Network timeout on the pay.edge-agents.ai payment gateway
- Invalid or missing required request parameters resulting in 400 error

## 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: positioning summary for UST 10Y leveraged funds, confidence and quality status, evidence sources with provenance (signed by edge-agents.ai), open interest and leverage intent signals, data freshness timestamp, stated limitations and coverage gaps, and a disclaimer that this is general market research 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 U.S. Treasury 10Y Leveraged Fund 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-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-10y-leveraged-fund-positioning-intelligence-78975b12/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)
