# NASDAQ-100 Leveraged Fund Positioning Intelligence

> NASDAQ-100 Leveraged Fund Positioning 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, point-in-time positioning intelligence for leveraged funds in the NASDAQ-100, including open interest, leverage intent signals, and sourced market analysis with provenance.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/nasdaq-100-leveraged-fund-positioning
- 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/nasdaq-100-leveraged-fund-positioning-intelligence-c84eb05c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_0zjVf4EOiIwsMrka0g2J9

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 nasdaq-100-leveraged-fund-positioning-intelligence-c84eb05c
```

Example prompt: Pull the latest Edge Agents report on NASDAQ-100 leveraged fund positioning — I want to see where levered funds are sitting right now, what the confidence level is, and any contradictions in the evidence.

## When to prefer this

Choose this endpoint when an AI agent or business decision-maker needs point-in-time, evidence-backed leveraged fund positioning specifically for the NASDAQ-100, with explicit provenance, sourced contradictions, and confidence scoring — as opposed to raw price feeds, unverified sentiment data, or generic market summaries. Ideal when auditability and source verification matter (e.g. board reporting, fiduciary decisions, or autonomous agent workflows that require explainable inputs).

## Known failure modes

- Payment not processed — 402 response if USDC payment is not attached or insufficient
- Data temporarily unavailable — dataStatus field may indicate incomplete coverage
- Stale data — generatedAt timestamp reveals how fresh the underlying report is
- Source gaps — limitations array will explicitly list any missing or unavailable evidence
- Invalid request format — malformed query parameters may result in error response

## 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 JSON object containing: a quality assessment (status and confidence), an analysis block with asset family, intent tags and narrative summary, evidence metadata (assets covered, policy type, sources), service ID, data status, a disclaimer, signed provenance from edge-agents.ai, generation timestamp, schema version, and any coverage or freshness limitations.

## 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",
    "evidence",
    "positioning",
    "open-interest",
    "leveraged-funds",
    "equities"
   ],
   "summary": "Fresh E-mini Nasdaq 100 Leveraged Fund Positioning 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-leveraged-fund-positioning",
  "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/nasdaq-100-leveraged-fund-positioning-intelligence-c84eb05c/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)
