← Back to Docs

RLUSD Reserve Attestation

Cryptographic attestation stream for RLUSD transparency with dual-chain anchoring.

⚠️ Important Disclaimers

What It Is

An attestation stream that provides:

What It Is NOT

API Endpoints

EndpointAuth
/api/v3/rlusd/statusPublic
/api/v3/rlusd/latestPublic
/api/v3/rlusd/anchorsPublic
/api/v3/rlusd/methodologyPublic
/api/v3/rlusd/verify/{id}Public
/api/v3/rlusd/bundle/{id}Keyed

Dual-Chain Anchoring

Each scheduled anchor writes the same Merkle root to both chains:

ChainExplorerCost/TX
Polygonpolygonscan.com~0.01 MATIC
XRPLxrpscan.com~0.00001 XRP

Frequency: Hourly anchoring of attestation Merkle roots.

Rate Limits

Sample Response

{
  "snapshot": {
    "snapshot_id": "rlusd_20260120_120000",
    "asset": {"symbol": "RLUSD", "network": "xrpl"},
    "content_hash": "a1b2c3...",
    "provenance": {"confidence": "MEDIUM"}
  },
  "disclaimer": {
    "legal": "Data infrastructure only. Not audit or compliance."
  }
}

Verification

Use /api/v3/rlusd/verify/{snapshot_id} to cryptographically verify integrity.

Last updated: January 2026 | Back to Docs