# Edge Agents AI – UK Gilt Repo 6-Month Rate Intelligence

> Edge Agents AI – UK Gilt Repo 6-Month 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 live analysis of the UK Gilt Repo 6-Month rate, including quality assessment, cross-market intent signals, and sourced provenance data.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/uk-gilt-repo-6m
- 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-gilt-repo-6-month-rate-intelligence-211d7664
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_2vt7ETuNyRfDmTrFnLTo3

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-gilt-repo-6-month-rate-intelligence-211d7664
```

Example prompt: What's the current UK Gilt Repo 6-month rate? I need an evidence-backed analysis with confidence level and cross-market intent signals — sourced and signed, not inferred.

## When to prefer this

Choose this endpoint when you need a signed, evidence-backed, sourced analysis of the UK Gilt Repo 6-month rate with explicit confidence scoring and cross-market intent signals — particularly when traceability, provenance, and non-inferred sourcing are required (e.g. for compliance, procurement decisions, or agent pipelines that must cite live data). Prefer over generic financial data APIs when audit trails and quality metadata matter.

## Known failure modes

- Payment not received or insufficient USDC balance — returns HTTP 402
- Service temporarily unavailable or upstream data not fresh — dataStatus may indicate incomplete
- Rate or source data unavailable at time of call — limitations field will state coverage gaps
- Invalid or missing x402 payment header — request rejected before processing

## How this service works

Gilt Repo 6 Month Rate from official Bank of England statistical data, normalized for autonomous-agent use with source timestamp, recent history and explicit limitations. Purpose: give an agent the latest available gilt repo 6 month rate with recent official history and source timing 24-hour freshness target; missing evidence is reported explicitly rather than invented.

## Output

Returns a JSON object containing: quality status and confidence level, a cross-market analysis summary with intent signals (e.g. leverage, evidence), evidence assets (GBP), live policy status, signed provenance from edge-agents.ai, a generatedAt ISO timestamp, schema version, data status, coverage limitations, and a standard non-investment-advice disclaimer.

## 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 Gilt Repo 6 Month Rate findings appear here."
  },
  "evidence": {
   "assets": [
    "GBP"
   ],
   "policy": "live",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "uk-gilt-repo-6m",
  "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-gilt-repo-6-month-rate-intelligence-211d7664/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)
