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
From /wallets → Analyze Wallet.
Sidebar → Wallet (if configured).
Direct URL — /wallet.
Using the page
Wallet Address input — paste an EVM 0x… or Solana base58
address.
Network selector — pick the chain for the run.
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.