# CHF FX Institutional vs Leverage Divergence Intelligence

> CHF FX 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 divergences between institutional and leveraged-fund positioning in the Swiss Franc FX market, with provenance and confidence scoring.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/chf-fx-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/chf-fx-institutional-vs-leverage-divergence-intelligence-4ae59cbe
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_qjIV_PaR3xHPJdpat5gWi

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 chf-fx-institutional-vs-leverage-divergence-intelligence-4ae59cbe
```

Example prompt: Pull the latest Edge Agents CHF institutional-versus-leverage divergence report and tell me whether institutions and leveraged funds are on opposite sides of the Swiss Franc trade, including the confidence level and any notable anomalies.

## When to prefer this

Choose this endpoint when you need a structured, evidence-backed view of divergences between institutional (asset manager) and leveraged-fund (hedge fund) positioning specifically in CHF FX markets, with explicit provenance and confidence scoring. It is preferable over generic FX data feeds when you need signed, auditable decision intelligence rather than raw price or flow data, and when your workflow requires bounded conclusions with stated limitations rather than open-ended market data.

## Known failure modes

- Data unavailable for the requested point-in-time period (stale or missing source data)
- Payment not confirmed — x402 micropayment of $0.01 USDC required before data is returned
- Low-confidence result returned when underlying evidence is sparse or contradictory
- Source freshness limitations disclosed in report when live feeds are delayed
- Schema version mismatch if client expects a different response structure

## How this service works

Edge Agents provides evidence-backed macro, market and decision intelligence for AI agents, individual leaders and investors, businesses and government teams requiring consulting, procurement and decision support. Machine services are purchasable per request over x402 on 5 settlement rails (Base/USDC, XRPL/RLUSD, Solana/USDC, Arbitrum/USDC and Polygon/USDC).

## Output

A JSON object containing: a quality block (status and confidence level), an analysis block (asset family, intent tags, and a plain-language summary of CHF institutional vs leverage divergence findings), an evidence block (assets covered, policy type, and sourcing note), service ID, data status, a signed provenance record from edge-agents.ai, generation timestamp, stated limitations, schema version, and a general disclaimer clarifying this 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": "fx",
   "intents": [
    "leverage",
    "anomaly",
    "evidence",
    "institutional",
    "positioning",
    "open-interest",
    "leveraged-funds",
    "asset-manager",
    "fx"
   ],
   "summary": "Fresh Swiss Franc Institutional vs Leverage Divergence findings appear here."
  },
  "evidence": {
   "assets": [
    "CHF"
   ],
   "policy": "point-in-time",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "chf-fx-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/chf-fx-institutional-vs-leverage-divergence-intelligence-4ae59cbe/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)
