# Edge Agents – UK Gross Capital Formation Intelligence

> Edge Agents – UK Gross Capital Formation 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-15).

Returns evidence-backed macro intelligence on United Kingdom Gross Capital Formation with provenance, confidence ratings, and contradiction flags for business decision-makers and AI agents.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/macro-uk-capital-formation
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/edge-agents-uk-gross-capital-formation-intelligence-5b5800a4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_WJQskkU8Kl5iMe81sai77

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-gross-capital-formation-intelligence-5b5800a4
```

Example prompt: Pull the latest Edge Agents report on UK Gross Capital Formation — I need the confidence rating, a summary of what the evidence shows, and the provenance details so I can include it in a board briefing.

## When to prefer this

Choose this endpoint when you need a point-in-time, signed and verifiable macro intelligence snapshot specifically on UK Gross Capital Formation — particularly when provenance, contradiction flagging, and confidence scoring matter (e.g. for board packs, regulatory filings, or autonomous agent audit trails). At $0.01 USDC per call it is cost-effective for frequent polling. Prefer alternatives if you need real-time streaming data, historical time-series downloads, or macro coverage outside the UK capital formation domain.

## Known failure modes

- Payment not received or USDC transaction rejected — endpoint returns HTTP 402 with payment required details
- Service temporarily unavailable — upstream macro data source unreachable, returns error status
- Stale or incomplete evidence — dataStatus field may indicate partial coverage; limitations array will describe gaps
- Invalid request format — malformed parameters return an error response
- No fresh data available for the current period — assets array may be empty with a note in limitations

## 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

A JSON object containing: a quality block (status and confidence rating), an analysis block (macro family classification, intent tags, and a plain-language summary of UK Gross Capital Formation findings), an evidence block (assets list, policy stance, sources), service metadata (serviceId, dataStatus, schemaVersion), a generatedAt timestamp, signed provenance from edge-agents.ai, known limitations, and a standard disclaimer that this is impersonal 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": "macro",
   "intents": [
    "evidence",
    "investment"
   ],
   "summary": "Fresh United Kingdom Gross Capital Formation findings appear here."
  },
  "evidence": {
   "assets": [
    "GBR"
   ],
   "policy": "point-in-time",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "macro-uk-capital-formation",
  "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-gross-capital-formation-intelligence-5b5800a4/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)
