# Edge Agents – NASDAQ-100 Institutional vs. Leverage Divergence

> Edge Agents – NASDAQ-100 Institutional vs. Leverage Divergence 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-15).

Returns evidence-backed analysis of divergence between institutional positioning and leveraged-fund positioning in NASDAQ-100 E-mini futures, with provenance and confidence scores.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/nasdaq-100-institutional-leverage-divergence
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/edge-agents-nasdaq-100-institutional-vs-leverage-divergence-4484a8ba
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_jaqspJ4Bve4FVh_1zAM8O

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-nasdaq-100-institutional-vs-leverage-divergence-4484a8ba
```

Example prompt: Can you pull the latest Edge Agents report on the divergence between institutional and leveraged-fund positioning in NASDAQ-100 E-mini futures, and tell me the confidence level and what evidence they flagged?

## When to prefer this

Choose this endpoint when you need a point-in-time, sourced, and provenance-signed report specifically on the divergence between institutional (asset manager) and leveraged-fund positioning in NASDAQ-100 futures — particularly when a human decision-maker (CEO, CIO, risk committee) needs bounded, evidence-backed intelligence rather than raw data. Prefer it over generic market data APIs when you need contradiction flagging, confidence scoring, and a signed provenance chain suitable for audit trails or board-level reporting.

## Known failure modes

- Data unavailable for the current reporting period — report may note stale or incomplete CFTC source data
- Payment not processed (HTTP 402) — endpoint requires $0.01 USDC via x402 protocol before data is returned
- Source freshness limitations — report explicitly states when underlying data is lagged or unavailable
- Non-JSON or malformed response if upstream evidence pipeline is degraded
- High latency if live evidence aggregation is still in progress at time of call

## How this service works

Compares CFTC asset-manager and leveraged-fund net positioning in E-mini Nasdaq 100 on the same weekly report and open-interest basis. Purpose: Identify whether asset managers and leveraged funds are aligned or materially divergent in E-mini Nasdaq 100 positioning while preserving both classifications separately. 168-hour freshness target; missing evidence is reported explicitly rather than invented.

## Output

A JSON object containing a divergence analysis summary for NASDAQ-100 E-mini institutional vs. leveraged-fund positioning, including: quality status (e.g. 'strong') and confidence level, a family classification ('equities'), intent tags (leverage, anomaly, positioning, open-interest, etc.), a human-readable summary of current findings, asset coverage, data policy (point-in-time), source provenance with issuer URL and signed flag, a generatedAt timestamp, schema version, limitations disclosure, and a regulatory disclaimer that the output is 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": "equities",
   "intents": [
    "leverage",
    "anomaly",
    "evidence",
    "institutional",
    "positioning",
    "open-interest",
    "leveraged-funds",
    "asset-manager",
    "equities"
   ],
   "summary": "Fresh E-mini Nasdaq 100 Institutional vs Leverage Divergence findings appear here."
  },
  "evidence": {
   "assets": [
    "NASDAQ-100"
   ],
   "policy": "point-in-time",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "nasdaq-100-institutional-leverage-divergence",
  "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-nasdaq-100-institutional-vs-leverage-divergence-4484a8ba/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)
