# Edge Agents – Macro Real Interest Rate Intelligence

> Edge Agents – Macro Real Interest Rate 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, signed analysis of real interest rate conditions at the macro level, with provenance, contradictions, and confidence scoring for business and AI agent decision-making.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/macro-in-real-interest-rate
- 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-macro-real-interest-rate-intelligence-caa81f84
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_izy0nTWXAF62l9Q7LZPXI

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-real-interest-rate-intelligence-caa81f84
```

Example prompt: Pull the latest real interest rate macro analysis from Edge Agents — I need the evidence summary, confidence level, and provenance for our board strategy session on emerging market monetary conditions.

## When to prefer this

Choose this endpoint when you need signed, evidence-backed real interest rate analysis with explicit provenance and contradiction disclosure — not a raw data feed or a generic rate lookup. It is best suited for AI agents, strategy teams, CFOs, and boards who require traceable macro intelligence with confidence scoring, rather than a simple numeric rate from a central bank API. Prefer this over generic macro data endpoints when auditability, contradiction flagging, and decision-quality framing matter.

## Known failure modes

- Payment not received (402) — call requires $0.01 USDC via x402 protocol before data is returned
- Stale or incomplete data — report may note coverage gaps or source freshness limitations in the evidence section
- Empty evidence assets — live report may have no supporting asset files if sources are unavailable at call time
- Invalid or malformed request — schema expects specific property fields; missing required fields return an error
- Service unavailability — upstream macro data aggregation may be temporarily down

## 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 structured JSON report containing: quality status and confidence level, a macro family analysis summary of real interest rate findings, evidence assets with point-in-time policy data, the service ID, data completeness status, signed provenance from edge-agents.ai, a generation timestamp, schema version, and a disclaimer clarifying this is market research 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",
    "rates"
   ],
   "summary": "Fresh India Real Interest Rate findings appear here."
  },
  "evidence": {
   "assets": [
    "IND"
   ],
   "policy": "point-in-time",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "macro-in-real-interest-rate",
  "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-real-interest-rate-intelligence-caa81f84/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)
