Cold storage & custody · Roundup

Every way to keep Solana keys cold, compared

"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.

Last reviewed 2026-09-04 · Each row links to a full comparison with first-party sources

At a glance

PriceKey at restTransaction pathSource
Coldstar~$10 drive; software freeAES-256-GCM file; RAM-only while signingQR; fully air-gappedMIT
LedgerVaries by modelSecure element, EAL5+/EAL6+USB, Bluetooth, NFC; not air-gappedApps open, OS not published
Trezor$59 (Safe 3), $129 (Safe 5)EAL6+ secure elementUSB-C; not air-gappedFirmware GPL-3.0
Keystone 3 Pro$149Three secure elementsQR + microSD; air-gappedPublished; one pre-compiled MCU library
OneKey$99 (Classic 1S), $278 (Pro)One to four EAL6+ secure elementsUSB/Bluetooth; Pro adds QR air gapOpen, reproducible firmware
SafePal S1$49.99 (S1), $89.99 (S1 Pro)EAL6+ secure elementQR only; air-gappedPartially open
Tangem$59.90 for two cardsEAL6+ card, non-updatable firmwareNFC tap via the online phoneApp open; card firmware closed
SquadsFree + 0.1 SOL; Pro $49/moOn-chain M-of-N; members' own walletsMembers sign from their walletsProgram AGPL-3.0
a Solana keypair fileFreeUnencrypted JSON on diskAny process on the host can signApache-2.0
PhantomFreeEncrypted in the extension/app, onlineOn-device; no air gapApp 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.

The options

Coldstar

Encrypted keyfile on any USB drive, decrypted only in RAM on an offline machine, transactions by QR. Free, MIT, scriptable. Beta.

How it works · Agent signing

Ledger Hardware wallet

Certified secure element with the broadest wallet support. Signs while connected over USB or Bluetooth.

Coldstar vs Ledger →

Trezor Hardware wallet

Open-firmware device with an EAL6+ chip from $59. USB-C only.

Coldstar vs Trezor →

Keystone 3 Pro Air-gapped hardware wallet

QR air-gapped device with three secure elements and Solflare support.

Coldstar vs Keystone 3 Pro →

OneKey Open-source hardware wallet

Open, reproducible firmware; the Pro model signs over QR as well as Bluetooth and NFC.

Coldstar vs OneKey →

SafePal S1 Air-gapped hardware wallet

Lowest-priced QR air-gapped device with a secure element.

Coldstar vs SafePal S1 →

Tangem NFC card wallet

Seedless NFC cards for phone-first users.

Coldstar vs Tangem →

Squads On-chain multisig

Not storage but the on-chain quorum layer: M-of-N approval, roles, spending limits, time locks. Each member still needs a cold key.

Coldstar vs Squads →

a Solana keypair file Developer default

The developer default. Unencrypted, and Solana's own docs call it the least secure option. Fine for devnet only.

Coldstar vs a Solana keypair file →

Phantom Hot wallet

A hot wallet, included because it is where most Solana sits. Right for spending, wrong for savings.

Coldstar vs Phantom →

How to choose

Frequently asked questions

Is a hardware wallet the same as cold storage?

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.

Is a paper wallet safe for Solana?

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.

Do I need multisig?

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.

Try Coldstar in two minutes

Open source, MIT. macOS, Linux, Windows — and on the Solana Seeker dApp Store.

pip install coldstar

More roundups