You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Description
Build a dashboard for comparing on-chain supply, reserve attestations, and reported backing so operators can resolve drift fast.
## Requirements and context
- Compare on-chain supply against reserve attestations
Show discrepancy severity and trend direction
Filter by asset, bridge, and time range
Provide a triage workflow for unresolved mismatches
Support drilldowns into the underlying data sources
Show discrepancy severity and trend direction
Filter by asset, bridge, and time range
Provide a triage workflow for unresolved mismatches
Support drilldowns into the underlying data sources
Suggested execution
Fork the repo and create a branch
Implement changes
Add a backend endpoint that serves drift summaries
Add detail views for mismatch history and source data
Include a triage status control for operators
Document the reconciliation workflow and data model
Example commit message
feat: create reconciliation dashboard for reserve driftGuidelines