# Edge Agents – Macro Global Capital Formation Comparison

> Edge Agents – Macro Global Capital Formation Comparison 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, provenance-signed analysis comparing gross capital formation trends across global markets for decision-makers and AI agents.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/macro-global-capital-formation-comparison
- 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-macro-global-capital-formation-comparison-fff432de
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_t7gdOR6iBkKWBLHSSd8CU

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-macro-global-capital-formation-comparison-fff432de
```

Example prompt: Pull me an evidence-backed comparison of gross capital formation across major global economies — I need confidence scores, provenance, and any contradictions flagged, so I can use it in a board strategy briefing.

## When to prefer this

Choose this endpoint when you need a cross-country, evidence-anchored comparison of gross capital formation with explicit provenance and contradiction flagging — particularly for autonomous agents, CFO/board reporting, or any workflow requiring auditable, signed macro intelligence rather than raw data feeds or proprietary models without sourcing transparency.

## Known failure modes

- Payment not received — endpoint requires $0.1 USDC via x402 protocol before returning data
- Stale or unavailable evidence — report will explicitly state coverage gaps rather than infer
- Input schema malformation — malformed query properties may yield incomplete analysis
- Temporary upstream data unavailability — dataStatus field may indicate incomplete rather than complete

## How this service works

Premium comparison of the latest available gross capital formation across 30 major economies and financial centres using one normalized World Bank indicator definition. Purpose: Rank and compare major economies on gross capital formation while exposing observation-year differences and missing coverage rather than pretending all countries are synchronized. 24-hour freshness target; missing evidence is reported explicitly rather than invented.

## Output

A signed JSON report containing a quality status with confidence rating, a macro analysis summary with intent tags, evidence assets with point-in-time sourcing policy, provenance with issuer URL and signature, data completeness status, schema version, generation timestamp, and a disclaimer clarifying this is market research rather than investment advice. Limitations on source freshness and coverage are explicitly stated within the report.

## 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 Global Gross Capital Formation Comparison findings appear here."
  },
  "evidence": {
   "assets": [],
   "policy": "point-in-time",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "macro-global-capital-formation-comparison",
  "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-macro-global-capital-formation-comparison-fff432de/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)
