Skip to main content
Sigvex

Wallet Investigation Landing

Entry page for wallet forensics — address input and network selector that route to the runtime-specific analyzer.

What it is

A landing page with a form that takes a wallet address and a network selector. On submit it classifies the address (EVM / Solana) and redirects to the matching analyzer page: /evm-eoa-analyze or /solana-wallet-analyze.

Why it exists

Users often start an investigation from a single address they have — a tip, a Slack message, an on-chain trace — and do not want to pre-choose the runtime. This page accepts either format, classifies the input, and routes to the right analyzer.

Who uses it

  • Forensics analyst — pastes an address to start a fresh investigation.
  • Auditor — opens a target wallet from outside the portal (bookmark or inbound link).

How to open it

  1. From /walletsAnalyze Wallet.
  2. Sidebar → Wallet (if configured).
  3. Direct URL — /wallet.

Using the page

  1. Wallet Address input — paste an EVM 0x… or Solana base58 address.
  2. Network selector — pick the chain for the run.
  3. Investigate — the page classifies the address and routes to the matching analyzer page.

Inputs and outputs

Input Source Required
Wallet address Form input yes
Network Form selector yes
Output Format Destination
Redirect URL Runtime-specific analyzer page

Controls reference

  • Wallet Address — text input with inline validation.
  • Network — network dropdown.
  • Investigate — classifies the input and redirects.

Limits

  • Requires a signed-in account.
  • Address must match an EVM or Solana pattern; other formats are rejected inline.
  • Classification is by address shape, not by on-chain lookup — the address is expected to exist on the selected network.

Troubleshooting

Symptom or error Cause Action
Inline “invalid address” error Address does not match EVM or Solana patterns Re-enter the address in the correct format.
Redirected to the wrong runtime analyzer Selected network does not match address shape Adjust the network selector before submitting.