# Edge Agents AI – UK Funding Stress Intelligence

> Edge Agents AI – UK Funding Stress 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 UK funding stress conditions, covering macro signals, GBP markets, and policy context with confidence-rated quality scores.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/uk-funding-stress
- 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-funding-stress-intelligence-8efd62aa
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_CjGW_d4zly1FWXTaImtZt

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-funding-stress-intelligence-8efd62aa
```

Example prompt: Can you pull the latest UK funding stress report from Edge Agents — I need to know the current stress status, confidence level, and what the cross-market evidence is saying about GBP and UK policy right now?

## When to prefer this

Choose this endpoint when you need current, evidence-backed UK funding stress intelligence with explicit confidence scoring and provenance — particularly for macro decision support, pre-trade risk checks, or government/institutional briefings focused on GBP markets and UK monetary policy. Prefer this over generic news or sentiment APIs when you need structured, signed, cross-market analysis with stated data limitations and source transparency.

## Known failure modes

- Payment not accepted or insufficient USDC balance — 402 Payment Required response
- Data not yet available or report generation in progress — dataStatus may return 'incomplete'
- Stale or unavailable sources noted in limitations array within the response
- Invalid or missing request parameters returning 400-level errors
- Service temporarily unavailable returning 503

## How this service works

UK Funding Stress from official Bank of England statistical data, normalized for autonomous-agent use with source timestamp, recent history and explicit limitations. Purpose: combine SONIA, interbank and gilt-repo spreads into transparent sterling funding-stress evidence 24-hour freshness target; missing evidence is reported explicitly rather than invented.

## Output

A structured JSON report containing: a quality object with stress status (e.g. 'strong') and confidence level ('high'); an analysis object with cross-market family classification, intent tags (risk, leverage, evidence) and a narrative summary; an evidence object listing covered assets (GBP), policy status, and data sources; provenance metadata including issuer URL and digital signature flag; a generatedAt timestamp; a schemaVersion; and a disclaimer clarifying this is 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": [
    "risk",
    "leverage",
    "evidence"
   ],
   "summary": "Fresh UK Funding Stress findings appear here."
  },
  "evidence": {
   "assets": [
    "GBP"
   ],
   "policy": "live",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "uk-funding-stress",
  "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-funding-stress-intelligence-8efd62aa/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)
