# GBP FX Institutional vs Leverage Divergence Intelligence

> GBP 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 divergence between institutional and leveraged-fund positioning in GBP/FX markets, with provenance and contradiction tracking.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/gbp-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/gbp-fx-institutional-vs-leverage-divergence-intelligence-83fd91f2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ql_ewW5BHL-03RwKjcLnR

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 gbp-fx-institutional-vs-leverage-divergence-intelligence-83fd91f2
```

Example prompt: Pull the latest Edge Agents report on GBP institutional versus leveraged fund positioning divergence — I want to see whether asset managers and leveraged funds are on opposite sides of the British Pound right now, with the evidence confidence level and provenance.

## When to prefer this

Choose this endpoint when you need a point-in-time, evidence-backed read on British Pound FX positioning divergence between institutional (asset manager) and leveraged fund cohorts, particularly when provenance, contradiction tracking, and confidence scoring matter — such as for board-level or CFO decision support, autonomous agent decision pipelines, or strategy workflows that require signed, auditable market intelligence rather than raw data feeds.

## Known failure modes

- Stale or incomplete underlying data returns a dataStatus other than 'complete' with coverage limitations listed
- No divergence signal detected results in a low-confidence or inconclusive quality status
- Payment of $0.01 USDC not processed correctly returns HTTP 402 before data is delivered
- Source data unavailability noted explicitly in the limitations array of the response
- Malformed request returns an error without analysis content

## How this service works

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

## Output

A JSON object containing a quality status with confidence level, an analysis block covering the GBP FX family with detected intents (leverage, anomaly, institutional positioning, open interest), a summary of findings, evidence metadata including assets covered and policy type, a serviceId, data completeness status, signed provenance from edge-agents.ai, generation timestamp, 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": "fx",
   "intents": [
    "leverage",
    "anomaly",
    "evidence",
    "institutional",
    "positioning",
    "open-interest",
    "leveraged-funds",
    "asset-manager",
    "fx"
   ],
   "summary": "Fresh British Pound Institutional vs Leverage Divergence findings appear here."
  },
  "evidence": {
   "assets": [
    "GBP"
   ],
   "policy": "point-in-time",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "gbp-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/gbp-fx-institutional-vs-leverage-divergence-intelligence-83fd91f2/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)
