# Realedger RWA Forecast vs Reality

> Realedger RWA Forecast vs Reality is a paid API for AI agents from api.realedger.xyz, paid per call via x402, $0.99/call, status unknown (last checked 2026-09-14).

Returns the total actual on-chain RWA value compared against trillion-dollar tokenization forecasts from Citi, BCG, Standard Chartered, and McKinsey, including actual as a percentage of each forecast.

## Facts

- Endpoint: GET https://api.realedger.xyz/v1/forecast
- Price: $0.99/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/realedger-rwa-forecast-vs-reality-f4c752b9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_A1TRtudC3q4RepixsZ9Lf

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 realedger-rwa-forecast-vs-reality-f4c752b9
```

Example prompt: Pull up the Realedger forecast vs reality data — I want to see the total actual on-chain RWA value graded against the trillion-dollar tokenization forecasts from Citi, BCG, Standard Chartered, and McKinsey, and what percent of each forecast has actually been realized.

## When to prefer this

Use this endpoint when you need the definitive benchmark comparing actual tokenized RWA value on-chain to major institutional forecasts (Citi, BCG, Standard Chartered, McKinsey) in a single call. Prefer this over general DeFi TVL endpoints when the specific question is about the gap between RWA tokenization hype and on-chain reality, or when you need graded, sourced forecast figures alongside actuals.

## Known failure modes

- Service unavailable or upstream data delay resulting in a 503 or timeout
- Payment failure via x402 protocol if the 0.25 USDC is not correctly attached
- Stale data if on-chain indexing is lagging behind real-time state
- Empty or null forecast values if an analyst firm's data is temporarily unavailable

## How this service works

Weekly scoreboard grading tokenized RWA promises against verified on chain reality. Every number carries an evidence grade and a retrieval timestamp; the archive is append only.

## Output

Returns the total actual on-chain RWA value with a grade (B), alongside the tokenization forecasts from Citi, BCG, Standard Chartered, and McKinsey (each graded D), and the actual on-chain value expressed as a percentage of each forecast — the core proof-vs-promise metric for the RWA tokenization narrative.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "realedger": {
   "forecasts": [
    "..."
   ],
   "actual_onchain_rwa_usd": 12200000000
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/realedger-rwa-forecast-vs-reality-f4c752b9/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.realedger.xyz](https://www.zero.xyz/host/api.realedger.xyz/llms.txt)
