"Cold storage" covers very different designs: a key sealed in a chip, a key on paper, a key that only exists in RAM for a hundred microseconds. This page lays out every approach people actually use on Solana and what each one asks you to trust.
| Price | Key at rest | Transaction path | Source | |
|---|---|---|---|---|
| Coldstar | ~$10 drive; software free | AES-256-GCM file; RAM-only while signing | QR; fully air-gapped | MIT |
| Ledger | Varies by model | Secure element, EAL5+/EAL6+ | USB, Bluetooth, NFC; not air-gapped | Apps open, OS not published |
| Trezor | $59 (Safe 3), $129 (Safe 5) | EAL6+ secure element | USB-C; not air-gapped | Firmware GPL-3.0 |
| Keystone 3 Pro | $149 | Three secure elements | QR + microSD; air-gapped | Published; one pre-compiled MCU library |
| OneKey | $99 (Classic 1S), $278 (Pro) | One to four EAL6+ secure elements | USB/Bluetooth; Pro adds QR air gap | Open, reproducible firmware |
| SafePal S1 | $49.99 (S1), $89.99 (S1 Pro) | EAL6+ secure element | QR only; air-gapped | Partially open |
| Tangem | $59.90 for two cards | EAL6+ card, non-updatable firmware | NFC tap via the online phone | App open; card firmware closed |
| Squads | Free + 0.1 SOL; Pro $49/mo | On-chain M-of-N; members' own wallets | Members sign from their wallets | Program AGPL-3.0 |
| a Solana keypair file | Free | Unencrypted JSON on disk | Any process on the host can sign | Apache-2.0 |
| Phantom | Free | Encrypted in the extension/app, online | On-device; no air gap | App closed; SDKs open |
Short cells; the linked pages carry the detail and the sources. Coldstar is beta software with an independent audit planned before its production release, and that is stated on every page.
Not exactly. A hardware wallet keeps the key in a chip but signs while connected to an online computer. Cold storage in the strict sense means the key never has a network path, which is what air-gapped QR devices and Coldstar's offline signing provide.
For receiving and holding, yes. To spend, you must import the key into an online wallet, which exposes it completely. Coldstar keeps the key offline through the signing step instead.
For a team or DAO treasury, yes: Squads is the Solana standard. For an individual, a single cold key with a good backup is usually enough.
Open source, MIT. macOS, Linux, Windows — and on the Solana Seeker dApp Store.
pip install coldstar