Skip to main content
Sigvex

Solana Wallet Analyzer

Progress view for a Solana account forensics run — shared AssetAnalyzePage scaffold with SVM base58 validation.

What it is

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

  1. From /wallet when a base58 address is entered and identified as a Solana account.
  2. Direct URL — /solana-wallet-analyze?network=<chain>&address=<base58>.

Using the page

  1. Progress panel — SVM forensics phases.
  2. Engine log — streaming log lines.
  3. Cancel analysis — stops the run.
  4. 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.
Insufficient Credits modal No remaining credits Purchase credits at /credits.