Skip to main content
Sigvex

Solana PDA Analyzer

The progress view while a Solana PDA is investigated — the forensics pipeline phases and a streaming log — handing off to the PDA results on success.

Solana PDA Analyzer is the page you watch while a program-derived account is investigated. It shows the forensics pipeline phases and a streaming log as the run executes, and hands off to the PDA results when it completes.

Why it exists

A PDA holds program state rather than user funds, so its forensics run produces PDA-specific results even though it shares the same analysis path as a wallet. This page keeps the entry point typed correctly for a PDA address and routes to the PDA results page when the run finishes.

Who uses it

  • Forensics analyst — starts a PDA investigation and watches it progress.

While it runs

The progress panel shows the forensics phases; the engine log streams the pipeline’s output. Cancel analysis stops the run. On success the page redirects to the Solana PDA forensics results; if the account is out of credits, a prompt to top up appears instead.

Limits

  • Requires a signed-in account and available credits.
  • The address must be a valid Solana base58 PDA; anything else is rejected with an inline error.