# Edge Agents S&P Financials Institutional vs Leverage Divergence

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

Returns evidence-backed analysis of divergence between institutional positioning and leveraged funds in the S&P 500 Financial Sector, with provenance and contradiction tracking.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/sp-financials-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-financials-institutional-vs-leverage-divergence-ac899f7a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_l95H-WvcyucxrtfbtMuhq

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-financials-institutional-vs-leverage-divergence-ac899f7a
```

Example prompt: Pull the latest Edge Agents report on institutional vs leveraged fund divergence in the S&P 500 financial sector — I need the evidence summary, confidence level, and any noted contradictions.

## When to prefer this

Choose this endpoint when you need a point-in-time, evidence-backed, provenance-signed analysis specifically of the divergence between institutional (asset manager) and leveraged fund positioning in the S&P 500 financial sector. It is preferable over generic market data APIs when you need sourced, contradiction-aware decision intelligence rather than raw price or flow data, and when auditability (signed provenance) matters for downstream decisions by executives, boards, or autonomous agents.

## Known failure modes

- Payment not made or insufficient USDC — HTTP 402 returned before data is served
- Data unavailable or stale for the financial sector — report will note coverage gaps in limitations field
- No divergence signal detected — report still returns with summary indicating absence of anomaly
- Network timeout — retry with exponential backoff
- Invalid API call structure — service returns error without consuming payment

## How this service works

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

## Output

A structured JSON report containing: a quality status and confidence level, an analysis object with asset family (equities), key intents (leverage, anomaly, institutional positioning, open interest), and a written summary of findings; evidence metadata including assets covered (SP500) and source policy; provenance with issuer identity and signed flag; a generatedAt timestamp; schema version; coverage limitations; and a general disclaimer that the content is 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": [
    "leverage",
    "anomaly",
    "evidence",
    "institutional",
    "positioning",
    "open-interest",
    "leveraged-funds",
    "asset-manager",
    "equities"
   ],
   "summary": "Fresh S&P Financial 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-financials-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-financials-institutional-vs-leverage-divergence-ac899f7a/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)
