Month: -
Supply: -
Reserve: -
Ratio: -
Hash: -
Example at build time — JS updates dynamically
Step 1: FeedOracle extracts PDF attestation data into JSON snapshots.
Step 2: A deterministic SHA-256 content_hash is computed from data_points.
Step 3: The hash is anchored on XRPL + Polygon blockchains.
Step 4: Anyone can verify via API or on-chain explorer — no trust required.
rlusd_202511_20260120182831# 1. System Status curl -s https://api.feedoracle.io/api/v3/rlusd/status | jq # 2. Verify Snapshot curl -s https://api.feedoracle.io/api/v3/rlusd/verify/rlusd_202511_20260120182831 | jq # 3. XML Export curl -s "https://api.feedoracle.io/api/v3/rlusd/snapshot/rlusd_202511_20260120182831?format=xml"