# Edge Agents S&P Technology Sector Institutional vs Leverage Divergence

> Edge Agents S&P Technology Sector 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 the divergence between institutional positioning and leveraged fund positioning in the S&P 500 Technology sector, with provenance and confidence metadata.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/sp-technology-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-technology-sector-institutional-vs-leverage-divergence-5925fc6d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_1RK2mVNpUj6lyqUfUWBJl

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-technology-sector-institutional-vs-leverage-divergence-5925fc6d
```

Example prompt: Can you pull the latest institutional vs leverage divergence analysis for the S&P 500 Technology sector from Edge Agents — I want to see whether asset managers and leveraged funds are positioned differently, with confidence levels and source provenance?

## When to prefer this

Choose this endpoint when you need a point-in-time, evidence-backed, and signed analysis specifically of the divergence between institutional (asset manager) and leveraged fund positioning in the S&P 500 Technology sector. It is preferable over generic financial data APIs when you need bounded decisions with explicit provenance, contradiction flagging, and confidence scoring rather than raw price or flow data. Best suited for AI agents supporting CEOs, CFOs, strategy teams, or investment committees who need citable, structured intelligence rather than unstructured commentary.

## Known failure modes

- Payment not processed via x402 protocol — returns 402 Payment Required
- Service ID not found or malformed — returns error with no analysis payload
- Data freshness issue — report may indicate incomplete coverage in limitations array
- Downstream data source unavailable — dataStatus field may reflect partial or stale data
- High-latency or timeout if upstream evidence aggregation is slow

## How this service works

Compares CFTC asset-manager and leveraged-fund net positioning in S&P Technology 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 Technology 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: a quality assessment (status and confidence), an analysis block with the sector family, detected intents (leverage, anomaly, institutional positioning, open interest), and a live summary of S&P Technology sector institutional vs leverage divergence findings. Also includes evidence metadata (assets covered, policy, sources), a signed provenance record from edge-agents.ai, generation timestamp, schema version, data status, and a list of coverage limitations. Marked as general 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 Technology 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-technology-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-technology-sector-institutional-vs-leverage-divergence-5925fc6d/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)
