# DJIA Institutional vs Leverage Divergence Intelligence

> DJIA 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 asset managers and leveraged funds in DJIA futures positioning, with provenance and confidence scoring.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/djia-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/djia-institutional-vs-leverage-divergence-intelligence-328fac1a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_QYrBnZeKIN-jCHNxLht1o

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 djia-institutional-vs-leverage-divergence-intelligence-328fac1a
```

Example prompt: Pull the latest DJIA institutional vs leverage divergence report from Edge Agents — I need to know if asset managers and leveraged funds are positioned meaningfully differently on the Dow right now, with confidence level and source provenance.

## When to prefer this

Choose this endpoint when you need point-in-time, evidence-backed analysis specifically about the divergence between institutional asset managers and leveraged funds in DJIA futures or positioning data, with signed provenance and explicit confidence scoring. Prefer it over generic market data APIs when your use case requires auditability, contradiction flagging, and decision-grade quality metadata suitable for boards, CFOs, or autonomous agents operating in regulated contexts.

## Known failure modes

- Payment not completed — endpoint requires $0.01 USDC via x402 protocol before data is returned
- Data temporarily unavailable — report may indicate incomplete coverage with limitations stated inline
- Stale or no fresh data — generatedAt timestamp may reflect prior cycle if live sources are delayed
- Malformed request — if required service ID path is incorrect, a 404 or error response is returned

## How this service works

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

## Output

A JSON object containing: analysis family (equities), detected intents (leverage, anomaly, institutional positioning, open-interest), a human-readable summary of the divergence finding, evidence assets (DJIA), data status, quality and confidence ratings, provenance metadata with issuer URL and signing flag, generatedAt timestamp, limitations, schema version, and a disclaimer clarifying it 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 Dow Jones Industrial Average Institutional vs Leverage Divergence findings appear here."
  },
  "evidence": {
   "assets": [
    "DJIA"
   ],
   "policy": "point-in-time",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "djia-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/djia-institutional-vs-leverage-divergence-intelligence-328fac1a/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)
