The in-progress page for a Solana account forensics run. It uses
the shared AssetAnalyzePage scaffold with the SVM address pattern
and redirects to /solana-wallet on success.
Why it exists
Solana wallet forensics uses the same index/analyze path as PDAs but
different results. A dedicated analyze page keeps the entry point
typed correctly and redirects to the wallet-specific results page
when the run completes.
Who uses it
Forensics analyst — starts a Solana account forensics run and
watches progress.
How to open it
From /wallet when a base58 address is entered and identified as
a Solana account.
Direct URL —
/solana-wallet-analyze?network=<chain>&address=<base58>.
Using the page
Progress panel — SVM forensics phases.
Engine log — streaming log lines.
Cancel analysis — stops the run.
On success, the page redirects to
/solana-wallet?network=<…>&address=<…>.
Inputs and outputs
Input
Source
Required
network
Query string
yes (defaults to mainnet)
address
Query string (matches base58 pattern)
yes
Output
Format
Destination
Analysis record
Server-side
Stored and linked to the user
Redirect
URL
/solana-wallet?… on success
Controls reference
Cancel analysis — cancels the current run.
Engine log — streaming terminal.
Limits
Requires a signed-in account and sufficient credits.
Address must match the base58 pattern
[1-9A-HJ-NP-Za-km-z]{32,44}.
Troubleshooting
Symptom or error
Cause
Action
Inline error “Invalid or missing Solana account address”
Address missing or malformed
Re-enter a valid base58 address via the search bar or the /wallet form.