# Edge Agents – S&P Industrials Institutional vs Leverage Divergence Intelligence

> Edge Agents – S&P Industrials 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-14).

Returns evidence-backed analysis of divergence between institutional and leveraged-fund positioning in the S&P 500 Industrials sector, with provenance and confidence scoring.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/sp-industrials-institutional-leverage-divergence
- 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/edge-agents-s-p-industrials-institutional-vs-leverage-divergence-a59e4e77
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Vb9uvxrn1j4lsgrkW76g1

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-industrials-institutional-vs-leverage-divergence-a59e4e77
```

Example prompt: Pull the latest Edge Agents report on institutional versus leveraged-fund positioning divergence in the S&P Industrials sector — I need the evidence summary, confidence level, and provenance details.

## When to prefer this

Choose this endpoint when you need evidence-backed, provenance-signed analysis specifically of the divergence between institutional (asset manager) and leveraged-fund positioning in the S&P 500 Industrials sector. It is distinct from generic COT data retrieval or broad equity analytics — it delivers a bounded decision-intelligence report with stated confidence, contradictions, and limitations suitable for fiduciary or autonomous-agent consumption.

## Known failure modes

- No live data available for the reporting period — data status may indicate incomplete
- Report generation delayed if upstream positioning data sources are unavailable
- Low confidence score returned when evidence is sparse or contradictory
- Payment not accepted or underpaid via x402 — returns 402 before delivering payload
- Malformed request parameters yield empty or error response

## How this service works

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

## Output

Returns a JSON object containing: analysis family and intent tags, a plain-language divergence summary, evidence assets and policy, data status (complete/partial), confidence and quality ratings, provenance (signed, issuer URL), schema version, generation timestamp, stated limitations, and a regulatory disclaimer. All findings are point-in-time and sourced from live reports, not inferred from examples.

## 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 S&P Industrial Sector 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": "sp-industrials-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-industrials-institutional-vs-leverage-divergence-a59e4e77/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)
