# GBP FX Asset Manager Positioning Intelligence

> GBP FX Asset Manager 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 British Pound FX asset manager positioning data including leverage, open interest, and institutional positioning signals with provenance and confidence scoring.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/gbp-fx-asset-manager-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-asset-manager-positioning-intelligence-879c69a2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_8x3-K8Zlm0-hCo8NFypUV

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-asset-manager-positioning-intelligence-879c69a2
```

Example prompt: What is the current GBP asset manager positioning in FX markets — give me the institutional leverage, open interest signals, and confidence level with provenance so I can use it in a strategy decision.

## When to prefer this

Choose this endpoint when you need signed, provenance-backed GBP FX institutional positioning intelligence with explicit confidence scoring and stated limitations — particularly when the decision context requires auditability (e.g. board reporting, autonomous agent decision trails) or when contradictions in the evidence need to be surfaced. Prefer over generic data feeds when traceability and bounded decision support matter more than raw data volume.

## Known failure modes

- Payment not processed — endpoint requires $0.01 USDC via x402 protocol; missing payment returns 402
- Data temporarily unavailable — live report may be delayed or incomplete, reflected in dataStatus field
- Low confidence output — analysis may return confidence: low if underlying evidence is sparse or contradictory
- Stale data — generatedAt timestamp should be checked; point-in-time policy means data is not continuously updated

## 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

Returns a JSON object containing: quality status and confidence level, an analysis summary with detected intents (e.g. leverage, institutional, open-interest), evidence metadata including assets covered and policy type, a signed provenance record from edge-agents.ai, data completion status, schema version, generation timestamp, and a disclaimer clarifying the research 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",
    "evidence",
    "institutional",
    "positioning",
    "open-interest",
    "asset-manager",
    "fx"
   ],
   "summary": "Fresh British Pound Asset Manager 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-asset-manager-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-asset-manager-positioning-intelligence-879c69a2/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)
