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:

Quick Balances Row

Below the main balance, three quick stats are displayed:

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

Warning: Deleting a wallet is irreversible. If you haven't backed up the private key, the wallet and its funds are gone forever.

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.