The results page for a completed Solana account forensics run. It
uses the shared forensics layout with six tabs: Timeline, Findings,
Dust, Fund Flow, Counterparties, Attacks. Approval-style tabs are
omitted because SVM accounts do not carry ERC-style approvals.
Why it exists
Solana wallet investigation needs most of the EVM forensics views,
but not approvals or the full post-mortem / compliance / evidence
chain. This page keeps the shared layout while scoping the tabs to
the SVM-relevant views.
Who uses it
Forensics analyst — investigates a Solana account.
Auditor — reviews account activity tied to a program audit.
How to open it
From /solana-wallet-analyze after a successful run.
From an asset card for a Solana account.
Direct URL — /solana-wallet?network=<chain>&address=<base58>.
Using the page
Risk score — summary score with per-component breakdown.
Timeline — chronological list of account events.
Findings — detector hits for the account.
Dust — dust indicators.
Fund Flow — canvas-rendered flow graph of value movement.
Counterparties — profiled interaction partners with risk
signals.
Attacks — attack patterns matched against the account.
Inputs and outputs
Input
Source
Required
network
Query string
yes
address
Query string (base58)
yes
Output
Format
Destination
Forensics report
In-page tabs
HTML
Controls reference
Tabs: Timeline, Findings, Dust, Fund Flow, Counterparties,
Attacks.
Limits
Requires a signed-in account.
Approvals, Post-Mortem, Reconstruction, Compliance, and Evidence
tabs are not shown for Solana accounts.