Refresh cadence
Validation pipeline
Data passes through multiple validation stages before appearing on the platform.On-chain data validation
- Cross-reference verification: On-chain metrics are cross-referenced against public block explorers (Etherscan, Solscan, etc.) to confirm accuracy
- Supply consistency checks: Total supply must be non-negative and consistent with mint/burn event history
- Balance reconciliation: The sum of all holder balances must equal the total supply
Pricing data validation
- Anomaly detection: Automated systems flag prices that deviate significantly from expected ranges (e.g., >10% change from the previous day’s value)
- Cross-source verification: When a flagged price is detected, we cross-check against the issuer, alternative exchanges, and on-chain price feeds
- Stale price detection: If a price feed stops updating, the asset is flagged for review rather than displaying the last known price indefinitely
Issuer-reported data validation
- Manual review: All qualitative data submitted by issuers is reviewed by our team before publication
- Document verification: Key claims (jurisdiction, legal structure, regulatory registration) are cross-referenced against public filings and official sources
- Change tracking: Updates to issuer-reported data are logged, allowing us to audit changes over time
Data gaps
When data is unavailable or unverifiable, we follow these rules:
We never interpolate, extrapolate, or estimate missing values. If a data point is unavailable, the field is left blank.
Edge cases
Rebasing tokens
Tokens whose balance changes without transfers (e.g., stETH-style rebasing) require special handling. We track both the raw supply and the rebase multiplier separately, then compute the display supply from them. See Metric Calculations.Bridged tokens
When a token is bridged to another chain, we track the bridged supply separately from the native supply. The asset-level total supply is the sum across all chains, but token-level metrics are reported per-chain. Bridge events are classified as bridge transactions, distinct from regular transfers.Multi-token assets
Some assets have multiple token deployments across different chains and platforms. We aggregate metrics at the asset level (sum of all tokens) and also report per-token metrics for chain-level granularity.Reporting errors
If you spot a data inaccuracy:- Email team@rwa.xyz with a description of the issue
- Include the asset or token name, the field in question, and what you believe the correct value should be
- A screenshot or link to a source is helpful but not required