Connecting Your Wallet
DustSweep works with virtually any wallet that can sign standard typed messages. When you connect, it quietly checks what your wallet can do and picks the smoothest sweep flow available to you.How to connect
- Open https://app.dustswap.wtf/dustsweep and click Connect.
- Choose your wallet from the dialog (browser extension, mobile wallet, or WalletConnect).
- Approve the connection in your wallet.
- If your wallet is on another network, approve the switch to Base.
What happens behind the scenes
The moment you connect, DustSweep runs two quick checks in parallel — both read-only, neither costs gas:- Batching capability check. DustSweep asks your wallet (via the EIP-5792
wallet_getCapabilitiesmethod) whether it can bundle several actions into one atomic confirmation on Base. - Account delegation check. DustSweep reads your address’s on-chain code on Base to see whether the account has been upgraded to a smart account (EIP-7702) — and if so, by which wallet.
| Route | What you experience |
|---|---|
| One-Click Sweep | Approvals and the sweep bundled into a single wallet confirmation. See One-Click Sweeps (EIP-5792). |
| Switch or continue | Your address was upgraded by a different wallet; DustSweep offers to switch to it, or continue here with Sign & Sweep. See EIP-7702 Explained. |
| Sign & Sweep | One gas-free signature plus one transaction (plus a one-time setup for new tokens). See Sign & Sweep (Permit2). |
Which wallets are supported?
Support is capability-based, not brand-based: any wallet that can sign EIP-712 typed data and send transactions works — that covers the vast majority of wallets. Wallets that cannot sign typed data at all see a clear notice with the option to switch wallets. For the wallet-by-wallet experience (Coinbase Wallet, MetaMask, OKX, TokenPocket, and others), see Supported Wallets Overview.User Safety Note Always verify you are on app.dustswap.wtf before connecting. Connecting a wallet is read-only — it cannot move funds — but every signature or transaction you approve afterwards should be checked against What the Wallet Prompts Mean.