# UST 5Y Leveraged Positioning Momentum Intelligence

> UST 5Y Leveraged Positioning Momentum 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 analysis of leveraged fund positioning and momentum in the U.S. Treasury 5-Year note market, with provenance and contradiction flags.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/ust-5y-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/ust-5y-leveraged-positioning-momentum-intelligence-3ea2be2c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_l-qLXysU4jMcnPYsby4us

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 ust-5y-leveraged-positioning-momentum-intelligence-3ea2be2c
```

Example prompt: Pull the latest leveraged positioning momentum report for US Treasury 5-year notes — I want to see the momentum direction, confidence level, and evidence provenance so I can factor it into our rates strategy.

## When to prefer this

Choose this endpoint when you need a point-in-time, evidence-backed read on leveraged fund positioning and momentum specifically in the US Treasury 5-year segment, with signed provenance and explicit contradiction flagging. It is purpose-built for decision intelligence workflows where auditability and source traceability matter — preferred over generic financial data APIs when you need a bounded, reasoned conclusion rather than raw data, and when you need the output to be suitable for presentation to boards, strategy teams, or autonomous agent pipelines.

## Known failure modes

- Payment not received or insufficient USDC — returns 402 Payment Required
- Upstream data source unavailable — report may note incomplete evidence coverage
- Stale or low-freshness data — limitations field in response will explicitly state coverage gaps
- Invalid or malformed request — returns error without report body
- Service temporarily unavailable — HTTP 5xx with no payload

## How this service works

Direct CFTC weekly change in leveraged-fund long, short and spread positions for U.S. Treasury 5Y, including change in net exposure. Purpose: Detect whether reported leveraged-fund exposure in U.S. Treasury 5Y 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 JSON object containing: quality status and confidence level, an analysis summary covering the rates family and positioning intents (momentum, leverage, evidence), evidence assets (UST-5Y), policy type, signed provenance from edge-agents.ai, data completeness status, generation timestamp, schema version, and a disclaimer clarifying this is market research not investment advice. Known limitations and source freshness are stated in the report.

## 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 5Y Leveraged Positioning Momentum findings appear here."
  },
  "evidence": {
   "assets": [
    "UST-5Y"
   ],
   "policy": "point-in-time",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "ust-5y-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/ust-5y-leveraged-positioning-momentum-intelligence-3ea2be2c/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)
