# Edge Agents Canada Gross Capital Formation Intelligence

> Edge Agents Canada 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-14).

Returns evidence-backed macro intelligence on Canada gross capital formation, including analysis, provenance, contradictions, and bounded decision support for business leaders and AI agents.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/macro-ca-capital-formation
- 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-canada-gross-capital-formation-intelligence-0ec8521f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_kKmr4BbIIC0GugHbILhUL

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-canada-gross-capital-formation-intelligence-0ec8521f
```

Example prompt: Pull the latest Canada gross capital formation intelligence from Edge Agents — I need the evidence summary, confidence level, and any noted contradictions or limitations so I can assess Canadian business investment conditions for our Q3 strategy review.

## When to prefer this

Choose this endpoint when you need point-in-time, evidence-backed macro intelligence specifically on Canada's gross capital formation with full provenance and contradiction flagging — particularly for AI agent decision pipelines, strategy teams, or board-level reporting that requires traceable sourcing and confidence scores rather than raw data feeds or generic news summaries.

## Known failure modes

- Stale or incomplete evidence: the report may note gaps in source freshness within the limitations field
- No evidence assets: the assets array may be empty if no fresh data is available at call time
- Payment failure: the x402 micropayment of $0.01 USDC must succeed before the report is returned
- Schema mismatch: callers expecting schema versions other than 2.0 may encounter field differences
- Service unavailability: the endpoint may return a non-200 status if the upstream data pipeline is down

## How this service works

Latest available Canada gross capital formation plus a comparable annual history from the World Bank World Development Indicators API, with source, lag and revision caveats. Purpose: Give an autonomous agent a normalized, directly sourced Canada gross capital formation series without forcing it to understand World Bank indicator codes or response shapes. 24-hour freshness target; missing evidence is reported explicitly rather than invented.

## Output

A JSON object containing: quality status and confidence rating, a macro analysis summary with intent tags, evidence assets and policy metadata, provenance (issuer URL and signed flag), data status indicator, generated timestamp, schema version (2.0), coverage limitations, and a standard disclaimer that the report is general 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 Canada Gross Capital Formation findings appear here."
  },
  "evidence": {
   "assets": [
    "CAN"
   ],
   "policy": "point-in-time",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "macro-ca-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-canada-gross-capital-formation-intelligence-0ec8521f/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)
