# Edge Agents UST Ultra Bond Leveraged Positioning Momentum

> Edge Agents UST Ultra Bond 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 momentum intelligence on leveraged fund positioning in Ultra U.S. Treasury Bond futures, with provenance and contradiction tracking.

## Facts

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

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

Example prompt: Pull me the latest Edge Agents momentum report on Ultra U.S. Treasury Bond leveraged positioning — I want to see the confidence level, any contradictions in the evidence, and where the positioning trend currently stands.

## When to prefer this

Choose this endpoint when you need a point-in-time, evidence-backed momentum signal specifically for Ultra U.S. Treasury Bond leveraged fund positioning, complete with provenance and signed attribution. Prefer it over generic market data APIs when you need structured decision intelligence with contradictions surfaced and confidence scored, rather than raw price or COT data. Best suited for autonomous agents, strategy teams, and executives who need verified, bounded analysis rather than raw feed data.

## Known failure modes

- Payment not received or invalid USDC payment — endpoint returns 402 Payment Required
- Service data temporarily unavailable — dataStatus field may reflect incomplete coverage
- Stale or missing evidence — limitations array will enumerate gaps in source freshness
- Invalid or malformed request parameters — may return 400 Bad Request
- Network or upstream data provider outage — may return 503 or timeout

## 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: quality status and confidence rating, an analysis summary with intents and asset family classification, evidence assets with point-in-time policy and sources, provenance with issuer URL and signing status, a generatedAt timestamp, dataStatus indicator, schema version, stated limitations, and a general disclaimer that this is 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 Ultra U.S. Treasury Bond Leveraged Positioning Momentum 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-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-ultra-bond-leveraged-positioning-momentum-a14612c7/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)
