The Wallet Investigation Landing is where a forensics case starts from a single address. You paste the address, pick the network, and it figures out whether the address is EVM or Solana and sends you to the matching analyzer — no need to know the runtime ahead of time.
Why it exists
Investigations usually begin with one address — a tip, a message, a line in an on-chain trace — and the last thing you want is to first classify it yourself and navigate to the right tool. This page takes either address format, recognizes which chain it belongs to, and routes you straight into the correct forensics pipeline.
Who uses it
- Forensics analyst — pastes an address to open a fresh investigation.
- Auditor — jumps to a target wallet from a bookmark or an inbound link.
How to open it
- From the Wallets inventory → Analyze Wallet.
- Sidebar → Wallet.
- Direct URL —
/wallet.
Using the page
Paste an EVM 0x… or Solana base58 address, choose the network,
and Investigate. The page validates the address, classifies its
format, and redirects you to the EVM or Solana wallet analyzer
accordingly.
Limits
- Requires a signed-in account.
- The address must match an EVM or Solana pattern; anything else is rejected inline.
- Classification is by address shape, not an on-chain lookup, so make sure the network you pick matches the address you paste.
Related pages
- EVM Wallet Analyzer — the EVM forensics pipeline.
- Solana Wallet Analyzer — the Solana account pipeline.
- Wallets — the inventory of completed runs.