Wallets
Self-custody software and hardware wallets for holding and interacting with Solana assets.
A Solana wallet is what actually holds your private keys and signs transactions — every DEX trade, lending deposit, or stake is initiated from one. Software wallets like Phantom, Backpack, and Solflare run as browser extensions or mobile apps; hardware wallets keep keys on a separate physical device that never exposes them to your internet-connected computer.
Which one you use matters less than how you use it. The wallet is the thing an attacker actually wants — not the DEX, not the lending protocol.
How to evaluate a wallet
- Self-custody, always. Any wallet that holds your keys for you isn’t a self-custody wallet, whatever it’s called. Legitimate Solana wallets generate and store your seed phrase locally, with you responsible for backing it up.
- Open-source and audited code, where possible — you’re trusting this software with signing authority over your funds.
- Hardware wallet support, for anyone holding meaningful value. Pairing a software wallet’s interface with a hardware wallet’s key storage (so transactions are signed on the physical device) is the standard way to reduce exposure to malware or a compromised browser.
- Transaction simulation. Good wallets show you what a transaction will actually do before you sign it — which tokens move, what permissions you’re granting — rather than a raw, unreadable approval prompt.
The main risk: your seed phrase, not the protocols
Almost all wallet-level losses come down to the seed phrase: entering it into a phishing site, storing it in a screenshot or cloud note, or approving a malicious transaction without reading what it does. No protocol on this site can protect you from that — it’s entirely on the wallet layer. Never type your seed phrase into a website, ever, under any circumstance a legitimate protocol will ask for it.
Our complete guide to Solana wallets covers the practical setup and seed-phrase hygiene in detail.