Cryptographic attestation stream for RLUSD transparency with dual-chain anchoring.
An attestation stream that provides:
| Endpoint | Auth |
|---|---|
/api/v3/rlusd/status | Public |
/api/v3/rlusd/latest | Public |
/api/v3/rlusd/anchors | Public |
/api/v3/rlusd/methodology | Public |
/api/v3/rlusd/verify/{id} | Public |
/api/v3/rlusd/bundle/{id} | Keyed |
Each scheduled anchor writes the same Merkle root to both chains:
| Chain | Explorer | Cost/TX |
|---|---|---|
| Polygon | polygonscan.com | ~0.01 MATIC |
| XRPL | xrpscan.com | ~0.00001 XRP |
Frequency: Hourly anchoring of attestation Merkle roots.
{
"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."
}
}
Use /api/v3/rlusd/verify/{snapshot_id} to cryptographically verify integrity.
Last updated: January 2026 | Back to Docs