Skip to main content
Sigvex

Solana PDA Analyzer

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

What it is

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

  1. From /wallet when a base58 address is entered and identified as a PDA.
  2. Direct URL — /solana-pda-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-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.

Troubleshooting

Symptom or error Cause Action
Inline “invalid address” error Address does not match base58 Re-enter a valid Solana base58 address.
Insufficient Credits modal No remaining credits Purchase credits at /credits.