# Edge Agents S&P 500 Institutional vs Leverage Divergence Intelligence

> Edge Agents S&P 500 Institutional vs Leverage Divergence 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-15).

Returns evidence-backed analysis of the divergence between institutional asset managers and leveraged funds in E-mini S&P 500 futures positioning, with provenance and bounded conclusions.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/sp500-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-s-p-500-institutional-vs-leverage-divergence-intelligence-63c865af
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_2f3L7pOTDhWTjM40_qH-n

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-s-p-500-institutional-vs-leverage-divergence-intelligence-63c865af
```

Example prompt: Pull the latest Edge Agents report on S&P 500 institutional vs leveraged fund positioning divergence — I want to see whether asset managers and leveraged funds are pulling in opposite directions right now, with confidence and provenance included.

## When to prefer this

Choose this endpoint when you need a point-in-time, evidence-backed, signed analysis specifically of the divergence between institutional asset managers and leveraged funds in E-mini S&P 500 futures — particularly when provenance, confidence scoring, and bounded conclusions with explicit limitations are required for decision-making by executives, boards, or autonomous agents. Prefer over generic financial data APIs when auditability, contradictions disclosure, and structured decision intelligence output matter more than raw data streams.

## Known failure modes

- Payment not received or invalid USDC payment results in 402 response blocking access
- Stale or unavailable source data may result in partial coverage disclosed in the report limitations field
- Report may note reduced confidence if COT or open-interest data has not been refreshed recently
- Network or upstream data provider outage may delay or block report generation

## How this service works

Compares CFTC asset-manager and leveraged-fund net positioning in E-mini S&P 500 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 S&P 500 positioning while preserving both classifications separately. 168-hour freshness target; missing evidence is reported explicitly rather than invented.

## Output

A JSON object containing: a quality block with status and confidence level; an analysis block with asset family, intent tags, and a narrative summary of current divergence findings; an evidence block listing covered assets, data policy, and sources; provenance metadata including issuer URL and signing status; a generatedAt timestamp; data completeness status; schema version; and a disclaimer clarifying the research is 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 S&P 500 Institutional vs Leverage Divergence findings appear here."
  },
  "evidence": {
   "assets": [
    "SP500"
   ],
   "policy": "point-in-time",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "sp500-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-s-p-500-institutional-vs-leverage-divergence-intelligence-63c865af/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)
