# Edge Agents UST 10Y Leveraged Positioning Momentum

> Edge Agents UST 10Y Leveraged Positioning Momentum 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 and momentum signals for the U.S. Treasury 10-Year note, with provenance and contradiction tracking.

## Facts

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

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-positioning-momentum-c3acf740
```

Example prompt: Give me the latest Edge Agents intelligence report on leveraged fund positioning and momentum in the U.S. 10-year Treasury — I need the confidence level, any contradictions flagged, and the provenance details.

## When to prefer this

Choose this endpoint when you need a point-in-time, evidence-backed snapshot of leveraged fund momentum and positioning in the U.S. 10-year Treasury market — particularly when provenance, contradiction flagging, and confidence scoring matter to your workflow (e.g. autonomous agent decision pipelines, macro strategy briefings, or board-level risk reporting). Prefer it over generic news or data feeds when you need bounded, signed intelligence with stated limitations rather than raw data.

## Known failure modes

- Payment not received or insufficient USDC balance — endpoint returns 402 Payment Required
- Service temporarily unavailable if upstream evidence sources are stale or unreachable
- Data status may be 'incomplete' if source freshness cannot be confirmed at time of call
- Response may contain limitations array noting gaps in coverage or unavailable evidence
- Invalid or missing required headers may result in authentication or routing errors

## How this service works

Direct CFTC weekly change in leveraged-fund long, short and spread positions for U.S. Treasury 10Y, including change in net exposure. Purpose: Detect whether reported leveraged-fund exposure in U.S. Treasury 10Y shifted toward net-long, net-short or stable positioning during the latest CFTC week. 168-hour freshness target; missing evidence is reported explicitly rather than invented.

## Output

A signed JSON report containing: quality status (e.g. 'strong') and confidence level (e.g. 'high'); an analysis block with asset family ('rates'), momentum and leverage intents, and a narrative summary of current UST 10Y leveraged positioning; an evidence block listing covered assets, policy context, and sourcing notes; provenance metadata with issuer URL and signature flag; data completeness status; schema version; generation timestamp; and a disclaimer clarifying the report 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": [
    "momentum",
    "leverage",
    "evidence",
    "rates",
    "positioning",
    "leveraged-funds"
   ],
   "summary": "Fresh U.S. Treasury 10Y Leveraged Positioning Momentum 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-positioning-momentum",
  "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-positioning-momentum-c3acf740/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)
