# Edge Agents – Argentina Gross Capital Formation Intelligence

> Edge Agents – Argentina 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 analysis of Argentina's gross capital formation, including confidence-rated findings, provenance, contradictions, and verification for business decision-making.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/macro-ar-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-argentina-gross-capital-formation-intelligence-a34a764e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_-6TEUNs6rsmlxYAB7XTwx

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-argentina-gross-capital-formation-intelligence-a34a764e
```

Example prompt: Pull the latest evidence-backed analysis on Argentina's gross capital formation from Edge Agents — I need the confidence rating, source provenance, and any contradictions flagged, so I can brief the board on current investment conditions.

## When to prefer this

Choose this endpoint when you need verified, provenance-signed macro intelligence specifically on Argentina's gross capital formation, especially when your use case requires knowing the confidence level, source contradictions, and data limitations alongside the analysis — rather than raw data feeds or generic economic databases that lack structured decision-intelligence framing.

## Known failure modes

- Payment not received or invalid USDC payment results in 402 response
- Service temporarily unavailable returns 5xx error
- Stale or incomplete data availability noted in limitations array within successful response
- No evidence assets available for the requested period reflected in empty assets array

## How this service works

Latest available Argentina 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 Argentina 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 a quality assessment (status and confidence level), a macro analysis summary with detected intents and family classification, an evidence block with assets and policy metadata, provenance (issuer URL and signature status), a generatedAt timestamp, a dataStatus field, schema version, and a standard disclaimer noting this is general market research rather than 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 Argentina Gross Capital Formation findings appear here."
  },
  "evidence": {
   "assets": [
    "ARG"
   ],
   "policy": "point-in-time",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "macro-ar-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-argentina-gross-capital-formation-intelligence-a34a764e/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)
