The in-progress page for a PDA forensics run. It uses the shared
AssetAnalyzePage scaffold with the SVM address pattern and
redirects to /solana-pda on success.
Why it exists
PDAs share the wallet forensics index/analyze path but produce
different results. A dedicated analyze page keeps the entry point
typed correctly (base58 PDA only) and redirects to the PDA-specific
results page when the run completes.
Who uses it
Forensics analyst — starts a PDA forensics run and watches
progress.
How to open it
From /wallet when a base58 address is entered and identified as
a PDA.
Direct URL —
/solana-pda-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-pda?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-pda?… 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}.
Default network is mainnet; override with the network query
parameter.