Wallet Management
Manage multiple Solana wallets from one interface.
The Wallet Card
The top of the sidebar shows your active wallet: name, truncated public address, SOL balance, and USD equivalent. Use the quick action buttons:
- Copy — Copies your wallet address to clipboard.
- Refresh — Fetches latest SOL and token balances from the blockchain.
- Hide Balance — Toggles balance visibility (shows "••••" instead of amounts). Useful when screen-sharing or in public.
Quick Balances Row
Below the main balance, three quick stats are displayed:
- SOL — Native SOL balance
- Stables — Combined USDC + USDT balance
- Tokens — Total USD value of all other token holdings
Switching Wallets
Tap the wallet name/address area to open the Wallets panel. All your wallets are listed with their names and SOL balances. Tap any wallet to switch to it. The sidebar refreshes to show that wallet's balances, holdings, and trade history.
Creating Additional Wallets
In the Wallets panel, tap + Create Wallet. Enter a name — a new keypair is generated and encrypted with your existing password. You'll see the private key once for backup.
Renaming & Deleting
- Rename — Tap the edit icon next to a wallet name. Enter a new name and confirm.
- Delete — Tap the delete icon. You'll be asked to confirm. This removes the encrypted key from storage permanently. Make sure you've backed up the private key first.
Exporting Private Keys
To export a single wallet's private key, tap the key/export icon on that wallet's row. Enter your password to decrypt. The base58 private key is displayed — copy it securely.
Export All to CSV exports all wallet public addresses only (no private keys). Useful for tracking or importing addresses into other tools.
Password & Locking
Your password encrypts all stored private keys. It's never stored anywhere — the extension derives an encryption key from it using PBKDF2 each time you unlock.
- Auto-lock — Configurable in Settings. After the set inactivity period, all decrypted keys are wiped from memory and you must re-enter your password.
- Manual lock — Tap the lock icon in the sidebar topbar or use the Lock button in Settings.
- Change password — In Settings, enter your current password and a new one. All private keys are re-encrypted with the new password.
- Forgot password — There's a Reset option that wipes all stored data. You'll need to re-import your wallets using backed-up private keys.