# Edge Agents Financial Futures Positioning Regime

> Edge Agents Financial Futures Positioning Regime is a paid API for AI agents from pay.edge-agents.ai, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-14).

Returns evidence-backed cross-market financial futures positioning regime analysis with provenance, contradictions, and verification for autonomous agents and business leaders.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/financial-futures-positioning-regime
- Price: $0.1/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-financial-futures-positioning-regime-53a0d546
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ksxE2X-zZz_ASbaS_2FTz

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-financial-futures-positioning-regime-53a0d546
```

Example prompt: Pull the current financial futures positioning regime report from Edge Agents — I need the cross-market analysis with institutional and leveraged-fund signals, confidence level, and full provenance so I can brief the investment committee.

## When to prefer this

Choose this endpoint when you need an evidence-backed, provenance-signed cross-market futures positioning regime classification — particularly when your use case requires auditability (signed provenance), explicit contradiction flagging, and confidence scoring rather than raw price data. Prefer it over generic market data APIs when the consumer is a board, investment committee, CFO, or autonomous agent that must justify decisions with cited evidence rather than unlabeled figures. The $0.1 USDC micropayment via x402 makes it suitable for per-call agent workflows without subscription overhead.

## Known failure modes

- Payment not received — endpoint requires $0.1 USDC via x402 protocol before delivering report
- Stale or incomplete data — limitations field in response will explicitly state coverage gaps or unavailable evidence
- Empty assets array — live evidence may not be available for all asset classes at time of call
- Schema mismatch — caller should validate against schemaVersion 2.0
- Service unavailable — underlying data pipeline may be temporarily offline

## How this service works

Premium synthesis of CFTC asset-manager and leveraged-fund positioning, weekly changes and cross-class divergence across 32 financial-futures contracts. Purpose: Summarise institutional and leveraged positioning breadth across financial futures positioning regime while exposing missing contracts and disagreement rather than producing a market-return forecast. 168-hour freshness target; missing evidence is reported explicitly rather than invented.

## Output

Returns a JSON object containing: quality status and confidence level, a cross-market analysis summary with intent signals (leverage, rotation, anomaly, cycle, forecast, institutional, positioning), evidence assets and policy point-in-time, a signed provenance record from edge-agents.ai, data completeness status, generation timestamp, schema version 2.0, coverage limitations, and a regulatory disclaimer stating results are general market research and 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": "cross-market",
   "intents": [
    "leverage",
    "rotation",
    "anomaly",
    "evidence",
    "cycle",
    "forecast",
    "institutional",
    "positioning",
    "leveraged-funds",
    "asset-manager"
   ],
   "summary": "Fresh Financial Futures Positioning Regime findings appear here."
  },
  "evidence": {
   "assets": [],
   "policy": "point-in-time",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "financial-futures-positioning-regime",
  "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-financial-futures-positioning-regime-53a0d546/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)
