When opening the token page, it does not display correct values compared to on-chain reality.
Attachments

Current dependency
We currently rely on Chaingraph, but it does not return the correct values needed for the token page.
Steps to reproduce
- Open the token page in the explorer.
- Observe the displayed values for the token and related addresses.
- Compare against values computed from actual on-chain transactions.
Actual result
- The values shown on the token page do not match the real token balances/state.
Expected result
- Accurate token metrics (balance, transfers, sub-totals, etc.) derived from actual chain transactions.
Proposed solutions
- Client-side computation: scan all token transactions in the browser and display computed results.
- Server-side computation: perform the same scanning/indexing on the backend to reduce client load and ensure consistency.
- Build an address–token indexer across all networks to support precise and fast queries.
When opening the token page, it does not display correct values compared to on-chain reality.
Attachments

Current dependency
We currently rely on Chaingraph, but it does not return the correct values needed for the token page.
Steps to reproduce
Actual result
Expected result
Proposed solutions