Whitelist engine
Three independently toggleable dimensions combined with AND logic. Gas-limit and value caps are always enforced as a safety net — even on whitelisted rules.
if (domain ✓ && contract ✓ && method ✓) sign(tx) // ≤ caps
Ledger, both ways
WebHID in the extension, Rust hidapi on desktop. Live + Legacy derivation paths. Hot/cold split with watch-only accounts.
Cross-chain swap
Quotes, routes, USDT-style approve(0) resets, and status polling — all inside the popup. No bridge-site roulette.
EIP-6963 citizen
Announces itself properly, coexists with MetaMask, and only claims window.ethereum when nobody else is home.
8 EIPs implemented
1193 · 6963 · 1559 · 712 · 191 · 3085 · 3326 · 747. Typed-data signing included, naturally.
Tiny by religion
Tauri 2 + system WebView on desktop. Every dependency is weighed against installer size. When in doubt, it's out.
Open source, end to end
Both wallets are MIT-licensed on GitHub. Audit the rule engine, the crypto, the provider injection — or fork the whole thing and rename the cat.
git clone https://github.com/Auto-Wallet/auto-wallet.git