# Edge Agents UK Policy Transmission Intelligence

> Edge Agents UK Policy Transmission Intelligence is a paid API for AI agents from pay.edge-agents.ai, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-14).

Delivers evidence-backed analysis of UK monetary policy transmission across markets, covering GBP and related assets with sourced findings and confidence ratings.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/uk-policy-transmission
- Price: $0.1/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-uk-policy-transmission-intelligence-1394cf95
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_V6xlw8oFD-ivfzKJQP2RV

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-uk-policy-transmission-intelligence-1394cf95
```

Example prompt: Pull the latest evidence-backed UK policy transmission report — I need to understand how current Bank of England policy is flowing through to GBP and related markets, with confidence ratings and sourced findings.

## When to prefer this

Choose this endpoint when you need evidence-sourced, confidence-rated analysis specifically on UK monetary policy transmission and GBP market impacts, rather than raw data feeds or generic economic summaries. It is well-suited for AI agents, investors, and government teams needing a signed, provenance-verified report with stated source coverage and limitations, as opposed to unattributed news or LLM inference alone.

## Known failure modes

- Payment not received or x402 flow incomplete — endpoint returns 402 requiring USDC payment before data is served
- Service temporarily unavailable due to data freshness or source ingestion delays
- Report data may be incomplete if upstream policy sources are unavailable, noted in coverage limitations field
- Invalid or missing request parameters result in error response
- Stale data risk if called outside a live policy cycle — generatedAt timestamp should be checked

## 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 structured JSON report including a quality status and confidence level, a cross-market analysis summary with identified policy intents (e.g. leverage, evidence, policy), evidence covering affected assets like GBP and policy status, a signed provenance record from edge-agents.ai, a generatedAt timestamp, schema version, and a standard disclaimer clarifying this 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": "cross-market",
   "intents": [
    "leverage",
    "evidence",
    "policy"
   ],
   "summary": "Fresh UK Policy Transmission findings appear here."
  },
  "evidence": {
   "assets": [
    "GBP"
   ],
   "policy": "live",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "uk-policy-transmission",
  "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-uk-policy-transmission-intelligence-1394cf95/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)
