# Edge Agents AI – UK Sterling 3-Month Interbank Rate Intelligence

> Edge Agents AI – UK Sterling 3-Month Interbank Rate 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 Sterling 3-month mean interbank lending rate (SONIA/LIBOR successor) data with quality assessment, provenance, and analyst summary for GBP money markets.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/uk-interbank-3m
- 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/edge-agents-ai-uk-sterling-3-month-interbank-rate-intelligence-146470f8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_stS4gjARtl2FRsZBBsH3V

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-ai-uk-sterling-3-month-interbank-rate-intelligence-146470f8
```

Example prompt: What is the current Sterling 3-month interbank lending rate? I need the live rate with source confidence and a brief market summary for GBP money markets.

## When to prefer this

Choose this endpoint when you need a current, evidence-backed Sterling 3-month interbank lending rate with explicit quality scoring, source provenance, and a signed, structured report rather than a raw data feed. It is particularly suited for AI agents, financial analysts, and automated workflows that require auditable, confidence-graded GBP money market intelligence rather than unannotated numeric data from a market data vendor.

## Known failure modes

- Payment not processed or x402 payment header missing — returns 402 Payment Required
- Service temporarily unavailable or upstream rate data not refreshed — may return stale or incomplete data status
- Rate data genuinely unavailable for the period — response will note coverage gaps in the limitations field
- Invalid request format — returns error if required headers or payment are malformed

## 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: data quality status and confidence level, a market analysis summary with identified cross-market intents (e.g. leverage, evidence), a list of GBP asset references, policy freshness indicator, evidence sources note, a service identifier, data completeness status, disclaimer, signed provenance from edge-agents.ai, ISO timestamp of generation, schema version (2.0), and a limitations statement about coverage and source freshness.

## 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"
   ],
   "summary": "Fresh Sterling 3 Month Mean Interbank Lending Rate findings appear here."
  },
  "evidence": {
   "assets": [
    "GBP"
   ],
   "policy": "live",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "uk-interbank-3m",
  "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-ai-uk-sterling-3-month-interbank-rate-intelligence-146470f8/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)
