Skip to main content
Sigvex

Wallets

Inventory of every analyzed wallet forensics run across EVM and Solana, with network filter, sort options, and summary tiles.

What it is

A page-sized list of every wallet forensics run completed by the user. A summary bar surfaces Wallets, High Risk, Flagged, Avg Risk, and runtime splits (EVM / Solana). Each card links to the matching wallet overview page and exposes per-card actions for refresh, move to workspace, and delete.

Why it exists

Forensics runs accumulate over time, and auditors need a list that is narrower than the all-asset page but broader than a single wallet overview. This page is that list — scoped to EOAs and accounts only, with re-investigation actions available inline.

Who uses it

  • Forensics analyst — scans past runs to find the next wallet to re-investigate.
  • Auditor — checks whether a suspect wallet has been analyzed in prior engagements.

How to open it

  1. Sidebar → Wallets (if present in the sidebar configuration).
  2. Direct URL — /wallets.

Using the page

  1. Investigate New Wallet — primary button (top-right) that opens the /wallet analysis entry point.
  2. Summary bar — tiles: Wallets, High Risk, Flagged, Avg Risk, EVM, Solana.
  3. Network filter — scopes the list to a specific chain or shows all.
  4. SortRecently Analyzed, Oldest First, Risk: High to Low, Risk: Low to High, Most Transactions.
  5. Search — text match on label, address, or network.
  6. Clear — resets network and search (shown only when at least one filter is active). A Clear Filters button appears in the empty-results panel.
  7. Show more — paginates when the list is long.
  8. Card actions menu — per-card actions: Refresh, Move to Workspace, Delete.

Inputs and outputs

Input Source Required
Network / sort / search URL query + user input no (defaults apply)
Output Format Destination
Wallet card list HTML In-page render

Controls reference

  • Investigate New Wallet — opens /wallet.
  • Network filter — chain scoping.
  • Sort — five sort orders listed above.
  • Search — text match on label, address, or network.
  • Clear — removes all active filters (shown when filters are active).
  • Show more — fetches the next page.
  • Refresh / Move to Workspace / Delete — per-card actions.

Limits

  • Requires a signed-in account.
  • The list only includes wallets that have at least one completed forensics run.
  • Deletion removes the wallet from the current workspace’s view; the underlying analysis record may still exist server-side.

Troubleshooting

Symptom or error Cause Action
Empty state with no cards No completed forensics runs Run an analysis from /wallet.
Summary bar hidden List is still loading Wait for the page to hydrate.
“No wallets match your filters” Active filters exclude every wallet Use Clear Filters in the empty-results panel.