Web3 safe proxy wallet.
A Web3 bridge connects the desktop wallet to a browser extension (EVM + TON Connect) over loopback — with instance pairing, per-origin permissions, and mandatory in-app signing approval. Your keys never leave the wallet.
Meet Soika Wallet V2 — a non-custodial desktop wallet, rewritten from the ground up in C++17 / Qt 6.
The original Soika Wallet was a terminal TUI. V2 is a full native desktop app: real windows, system tray, QR codes — same self-custody ethos, far better UX.
#wallet#ethereum #bitcoin #solana
Swap without leaving the wallet: Uniswap UniversalRouter, PancakeSwap, SushiSwap, 1inch, plus Jupiter & Raydium on Solana.
Bridge across chains via Stargate V2, Symbiosis (incl. EVM↔TON), https://t.co/XoTWgAJqOy and deBridge — with route ranking, an explicit allowance policy, a pre-sign review, settlement tracking, and stuck-transfer recovery.
A scheduler runs one-off and recurring (DCA-style) operations — set it to buy or send on a schedule and let the wallet do the work.
Tray + background mode keeps polling balances and fires notifications on confirmations, failures, and incoming funds — even when the window is closed.
Multi-account HD hierarchy, address labels, and token management across ERC-20 / TRC-20 / SPL / Jetton / Sui coins.
A smart RPC router picks the best node per call and fails over transparently — you bring your own endpoints.
Everything sensitive on disk (metadata, RPC overrides, the job queue, the broadcast journal) is sealed with Argon2id + AES-256-GCM.
The salt is derived from the machine’s own ID — so a stolen file plus the correct password is useless on any other machine. Idle auto-lock wipes the seed from memory.
Secrets are protected at the type level.
SecureContainer holds every key/seed/passphrase: mlock’d (no swap-to-disk), zeroized on destruction, move-only, and impossible to accidentally log.
Mnemonics never touch a mutable string. Keys, seeds and passphrases are never written to logs.
No more arrow-key navigation in a console.
V2 ships a guided onboarding wizard (create / restore, passphrase, mnemonic confirmation), an account & address tree, Send/Receive with built-in QR, a colour-coded transaction history, and tabbed Settings. Dark and Light modern theme, full i18n, privacy mode with balance masking, screenshots protection.