# VIX Leveraged Positioning Momentum — Edge Agents Decision Intelligence

> VIX Leveraged Positioning Momentum — Edge Agents Decision 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 VIX-related leveraged fund positioning and momentum signals, including risk, volatility context, and provenance-signed research for autonomous agents and strategy teams.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/vix-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/vix-leveraged-positioning-momentum-edge-agents-decision-intelligence-45a78ae7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ogHxLvUkDQ2erMfFeEQyj

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 vix-leveraged-positioning-momentum-edge-agents-decision-intelligence-45a78ae7
```

Example prompt: Pull the latest VIX leveraged positioning momentum report from Edge Agents — I need the confidence rating, positioning intents, and any contradictions or risk flags, all with provenance.

## When to prefer this

Choose this endpoint when you need provenance-signed, evidence-bounded intelligence specifically on VIX leveraged fund positioning and momentum — especially when your agent or decision-maker requires traceable sourcing, explicit confidence levels, and stated limitations rather than raw price feeds or generic volatility indices. Prefer it over general financial data APIs when the consumer is an autonomous agent, CFO, or board-level strategy team that needs citable, bounded research rather than raw market data.

## Known failure modes

- Payment not processed (402 response if x402 payment header is missing or insufficient)
- Stale or incomplete data indicated by dataStatus field in response
- Low confidence rating returned when evidence is thin or contradictory
- Service unavailable if live data sources are temporarily unreachable
- Malformed request if required properties are not passed correctly

## 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

Returns a JSON object containing: a quality object with status and confidence rating; an analysis object with asset family, intent tags (risk, momentum, leverage, volatility, etc.) and a written summary; an evidence object citing covered assets, policy, and sources; provenance metadata including issuer URL and signature flag; generatedAt timestamp; dataStatus indicator; schemaVersion; and a plain-language disclaimer clarifying 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": "equities",
   "intents": [
    "risk",
    "momentum",
    "leverage",
    "volatility",
    "evidence",
    "positioning",
    "leveraged-funds",
    "equities"
   ],
   "summary": "Fresh VIX Leveraged Positioning Momentum findings appear here."
  },
  "evidence": {
   "assets": [
    "VIX"
   ],
   "policy": "point-in-time",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "vix-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/vix-leveraged-positioning-momentum-edge-agents-decision-intelligence-45a78ae7/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)
