# Edge Agents AI – UK Gilt Repo Curve Intelligence

> Edge Agents AI – UK Gilt Repo Curve 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).

Returns evidence-backed analysis of the UK Gilt repurchase agreement (repo) rate curve, including leverage and policy intent signals, sourced from live market data.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/uk-gilt-repo-curve
- 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-ai-uk-gilt-repo-curve-intelligence-65c4e46a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_gHQymkBrrciFkT754__Jd

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-curve-intelligence-65c4e46a
```

Example prompt: Can you pull the latest evidence-backed UK Gilt Repo Curve report from Edge Agents and tell me what it says about current leverage conditions and monetary policy signals?

## When to prefer this

Choose this endpoint when you need a structured, evidence-backed, signed intelligence report specifically on the UK Gilt repo curve with explicit quality and confidence scoring, cross-market classification, and provenance metadata. It is preferred over generic market data feeds when you need policy intent signals and leverage indicators for GBP fixed income decision support, particularly in contexts requiring auditability (signed provenance) and a clear disclaimer boundary between research and investment advice.

## Known failure modes

- Payment not processed (x402 payment required before data is returned)
- Upstream data source unavailable (dataStatus may reflect partial coverage)
- Stale data if live sources are temporarily inaccessible
- Malformed or missing response if serviceId is not recognized
- Network timeout on the pay.edge-agents.ai domain

## How this service works

Gilt Repo Curve from official Bank of England statistical data, normalized for autonomous-agent use with source timestamp, recent history and explicit limitations. Purpose: compare overnight through one-year gilt repo rates and expose curve slope, kinks and funding pressure 24-hour freshness target; missing evidence is reported explicitly rather than invented.

## Output

Returns a signed JSON report containing: a quality status and confidence rating, a cross-market family classification with intent signals (e.g. leverage, evidence) and a plain-language summary, an evidence block with GBP asset coverage and live policy status, service metadata including schema version and generation timestamp, and a disclaimer clarifying the report is general market research, 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"
   ],
   "summary": "Fresh Gilt Repo Curve findings appear here."
  },
  "evidence": {
   "assets": [
    "GBP"
   ],
   "policy": "live",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "uk-gilt-repo-curve",
  "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-curve-intelligence-65c4e46a/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)
