Wallets
Generate, import, group, fund, and back up your EVM wallets.
The Wallets page is where you keep every wallet you use for on-chain tasks. It’s separated by wallet type (EVM / Solana / Bitcoin) and by wallets group.
Groups
A wallet lives in a group for easier management. You can rename, delete, and re-order groups freely.
Adding Wallets
You have a few ways to add wallets:
- Generate — creates a fresh keypair and saves it.
- Paste import — one private key per line, either
0x-prefixed or bare hex. - Rename — edit a wallet’s label inline on its row.
- Delete — per row, with a confirm prompt.
Single Wallet Send
Each wallet row has a Send button. Pick the chain, the asset (native coin or an ERC-20), the destination, and the amount, then confirm.
Sends use the EIP-1559 gas defaults from your Settings and fail over across the pinned RPCs for that chain. The Send dialog reads the wallet’s live balance before you submit.
Manage Funds (Disperse and Consolidate)
Click Manage Funds to open the big money-moving workflow.
- Disperse (1 to many) — pick a source wallet, destination wallets, and an amount / target balance per wallet. On chains with a Disperse contract deployed, it uses a single transaction; otherwise it falls back to individual sends.
- Consolidate (many to 1) — pick source wallets and a destination wallet. It sweeps each wallet’s balance into the destination or leave a specific amount per wallet.
Session history is written to funds-sessions.log next to your .exe.
Fetching Balance
Balances (native coin plus ERC-20) are read in parallel, so even a 100-wallet
group resolves in seconds. A failed read shows as - instead of 0, so you can
tell “no RPC answer” apart from “wallet is empty”.
Keys Security
Your keys are stored at:
%LOCALAPPDATA%\zyper-suite\data\wallets.dat
This file is encrypted and sealed to your Windows user account with Windows DPAPI. There’s no master password and no prompt — decryption happens transparently when the app runs as you.