Skip to content

Web3 & multi-wallet workflows

For multiple wallets, airdrops, and DApp tasks that need strong profile isolation. See Use cases.

Goals

  • One wallet or campaign per profile
  • Stable egress IP during on-chain interactions

Setup

ItemTip
ProfilesOne wallet per profile; wipe data when recycling IDs
ProxyStable node—avoid mid-session IP hops
FingerprintStable UA/resolution per wallet
ExtensionsOfficial wallet CRX only—Assign to profiles

Steps

  1. Create Wallet-ETH-01 (or similar).
  2. Proxy setup and test.
  3. Install wallet extension for that profile only.
  4. Import/create wallet once per profile.
  5. Use delete browser data before reusing an ID.

Security

  • Never store seed phrases in profile notes or plain cloud backups
  • Verify URLs to avoid phishing
  • Protect api-key in automation—Playwright guide