# GBP FX Leveraged Fund Positioning Intelligence

> GBP FX Leveraged Fund Positioning 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, provenance-signed analysis of British Pound leveraged fund positioning data including net positions, open interest, and directional bias with contradictions surfaced.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/gbp-fx-leveraged-fund-positioning
- 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-leveraged-fund-positioning-intelligence-cf4fa18b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_bgfL7cxbSYVZPisljsbz9

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-leveraged-fund-positioning-intelligence-cf4fa18b
```

Example prompt: Can you pull the latest GBP leveraged fund positioning report from Edge Agents — I want to know whether specs are net long or short on sterling, with the supporting evidence and any contradictions flagged?

## When to prefer this

Choose this endpoint when you need current, evidence-backed, provenance-signed GBP leveraged fund positioning intelligence with explicit confidence ratings and contradiction surfacing — particularly for macro strategy, FX risk management, or autonomous agent decision pipelines that require traceable, bounded outputs rather than raw data feeds or unattributed market commentary.

## Known failure modes

- Payment not confirmed — endpoint requires $0.01 USDC per call via x402 protocol; unpaid requests will be rejected
- Data temporarily unavailable — live source feeds may be delayed or unavailable, reflected in dataStatus field
- Low confidence result — evidence may be sparse, surfaced explicitly in quality.confidence field
- Stale data — generatedAt timestamp may reflect a prior reporting period if sources have not refreshed
- Schema mismatch — callers expecting v1 schema should check schemaVersion field in response

## 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 structured JSON report containing: positioning analysis summary (net long/short bias, leverage intent), quality status and confidence rating, evidence metadata (assets covered, policy, sources), provenance (issuer URL, signed flag), data status, generatedAt timestamp, schema version, and a disclaimer noting this is impersonal market research rather than investment advice. Limitations around coverage and source freshness are explicitly stated.

## 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",
    "evidence",
    "positioning",
    "open-interest",
    "leveraged-funds",
    "fx"
   ],
   "summary": "Fresh British Pound Leveraged Fund Positioning 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-leveraged-fund-positioning",
  "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-leveraged-fund-positioning-intelligence-cf4fa18b/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)
