# Edge Agents – Germany Gross Savings Decision Intelligence

> Edge Agents – Germany Gross Savings Decision 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 Germany's gross savings rate with provenance, confidence scoring, and contradiction flags for business decision-makers and AI agents.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/macro-de-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-germany-gross-savings-decision-intelligence-5de76d2d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_po_kKikcvvv5N5snVjU2b

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-germany-gross-savings-decision-intelligence-5de76d2d
```

Example prompt: Pull the latest Edge Agents decision intelligence report on Germany's gross savings — I need the evidence quality, confidence level, and any flagged contradictions so I can brief the CFO.

## When to prefer this

Choose this endpoint when you need signed, provenance-tracked macro analysis of Germany's gross savings rate specifically — with explicit confidence scoring and contradiction flagging — rather than a raw data feed or a generic search result. It is best suited for compliance-sensitive workflows, board reporting, and autonomous agents that require auditable, bounded decisions rather than informal estimates.

## Known failure modes

- Payment not received or x402 authentication failure — endpoint returns 402 before delivering report
- No fresh data available for the period — data status may reflect incomplete coverage
- Evidence assets array empty if no live sources are available at time of call
- Stale or unavailable upstream macro data may reduce confidence to low or quality to weak
- Schema version mismatch if client expects a version other than 2.0

## How this service works

Latest available Germany gross savings 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 Germany gross savings 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 structured JSON report containing: quality status and confidence level, a macro family summary of Germany gross savings findings, evidence assets with a point-in-time policy, signed provenance from edge-agents.ai, a generated timestamp, data completeness status, schema version 2.0, and a standard disclaimer that the content 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",
    "savings"
   ],
   "summary": "Fresh Germany Gross Savings findings appear here."
  },
  "evidence": {
   "assets": [
    "DEU"
   ],
   "policy": "point-in-time",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "macro-de-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-germany-gross-savings-decision-intelligence-5de76d2d/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)
