# Edge Agents – Argentina Gross Savings Macro Intelligence

> Edge Agents – Argentina Gross Savings Macro 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 Argentina's gross savings rate, with provenance, confidence scoring, contradictions, and limitations noted.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/macro-ar-gross-savings
- 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-savings-macro-intelligence-36fc399a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_QeuD9M0bGPuk3XUd_UAn3

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-savings-macro-intelligence-36fc399a
```

Example prompt: Pull the latest Edge Agents macro intelligence report on Argentina's gross savings — I need the evidence summary, confidence level, and any contradictions or limitations flagged.

## When to prefer this

Choose this endpoint when you need a provenance-signed, evidence-bounded macro intelligence report specifically on Argentina's gross savings rate — not raw data feeds or unannotated statistics. It is best suited for decision-support contexts (CEOs, CFOs, boards, autonomous agents) where confidence scoring, contradiction flagging, and verifiable sourcing are more important than real-time tick data. Prefer this over generic economic data APIs when you need a structured analytical output with explicit limitations and a disclaimer audit trail.

## Known failure modes

- Payment not processed — 402 response if USDC payment via x402 protocol is missing or insufficient
- Data temporarily unavailable — dataStatus may reflect incomplete or stale evidence if underlying sources are not fresh
- Empty evidence assets — assets array may be empty if no current evidence is available for the period
- Schema mismatch — clients expecting schema versions older than 2.0 may need to adapt parsing logic
- Rate or network errors — standard HTTP 4xx/5xx if the service endpoint is unreachable

## 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: quality status and confidence level, a macro family analysis summary with evidence intents, evidence assets with point-in-time sourcing policy, provenance metadata (issuer URL, signed flag), data completeness status, generation timestamp, schema version, and a standard investment disclaimer. Coverage gaps and source freshness are explicitly stated within the paid 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",
    "savings"
   ],
   "summary": "Fresh Argentina Gross Savings 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-gross-savings",
  "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-savings-macro-intelligence-36fc399a/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)
