Cold storage & custody · Air-gapped hardware wallet

Coldstar vs Keystone 3 Pro

Keystone is the closest hardware analogue to Coldstar: transactions cross by QR code, the device never touches USB data or Bluetooth, and the firmware is published. The question is whether you want that model in a $149 appliance or in software you run yourself.

Last reviewed 2026-09-04 · Facts link to first-party sources below · Corrections welcome

Pick Keystone 3 Pro if

  • You want QR air-gap signing in a finished device with a 4-inch screen, fingerprint unlock, and vendor support.
  • You use Solflare and want a maintained hardware integration.
  • You value three secure elements protecting the seed at rest.

Pick Coldstar if

  • You want the same air-gap flow without buying a device, or need many cold wallets cheaply.
  • You need the signer to be scriptable and policy-gated, not a screen someone taps.
  • You want to build and inspect the entire signing stack, not just most of it.

Use both when

Keystone for the human-operated vault; Coldstar for the automated or delegated signing that a device with a fingerprint reader can't do.

Side by side

ColdstarKeystone 3 Pro
Upfront cost~$10 — any USB drive. The software is free and MIT-licensed.$149 (bundle $254.80).
Where the key livesAES-256-GCM encrypted keyfile on a drive you own. Plaintext exists only in memory-locked RAM for the ~100 µs it takes to sign, then is zeroized.Three secure elements (Microchip ATECC608B, Maxim DS28S60, Maxim MAX32520). Certification level not stated on Keystone's pages.
How a transaction reaches the keyBuild online → QR (or file) to an offline machine → sign → QR back → broadcast. Fully air-gapped; the drive is storage, not a signer.QR camera and microSD. No USB data, Bluetooth, Wi-Fi, or NFC. Fully air-gapped.
Source codeOpen source (MIT) — every line that touches the key is readable on GitHub.Firmware published (Rust/C) and marketed as 100% open. Caveat from the repo: the MH1903 MCU library ships as a pre-compiled binary for IP reasons.
What you trustCode you can read, plus your own offline machine. No vendor silicon, firmware, cloud, or account.Published firmware, the SE vendors, one pre-compiled MCU library, and Keystone's release signing.
RecoveryPassphrase + encrypted keyfile. The drive is disposable: lose it and the file is useless without the passphrase; re-flash a new one.BIP39 12/24 words, Shamir backup, passphrase. No cloud recovery.
Automation & policyCLI-first, scriptable, headless. Policy-gated agent signing: limits, allowlists, rate caps, escalation to air-gapped approval.None. Each transaction is a QR round-trip with fingerprint or PIN approval.
Solana walletsColdstar CLI and Seeker app.Solflare extension (firmware ≥1.1.0) and Solflare mobile via QR.
MaturityBeta — independent audit planned before the production release.Third-generation device; shipping product with an established user base.

If you like the air-gap model and want it in a box, Keystone is the device to buy. Coldstar is the same model as software: free, MIT-licensed, scriptable, and with no pre-compiled blobs between you and the key.

Where each one wins

Where Keystone 3 Pro wins

  • Appliance simplicity. Camera, screen, fingerprint reader, battery: nothing to set up beyond pairing with Solflare.
  • Seed at rest in silicon. Three secure elements protect the words against physical extraction.
  • Maintained Solflare integration with vendor documentation.

Where Coldstar wins

  • Price and scale. Free software; a cold wallet per contributor costs a USB drive.
  • Fully inspectable. No pre-compiled MCU library; the whole signing path is MIT-licensed source.
  • Programmable. The signer is a CLI, so it can enforce policy for agents and treasuries, not only confirm on a screen.

What you are actually trusting

Keystone and Coldstar agree on the important thing: the key should never be on a machine with a network path, and transactions should cross the gap as data a human can inspect. Keystone implements that with dedicated hardware and a camera; Coldstar implements it with any offline computer and a USB drive holding an encrypted keyfile.

Where they differ is what protects the key at rest. Keystone stores the seed in secure elements, which is strong against physical theft of the device. Coldstar never stores a plaintext key anywhere: the file on the drive is AES-256-GCM ciphertext, and losing the drive costs you nothing without the passphrase.

Keystone is a shipping third-generation product. Coldstar is beta ahead of an independent audit. Weigh that honestly.

Frequently asked questions

Both are air-gapped by QR. What is actually different?

Keystone is a purpose-built device; Coldstar is software you run on an offline machine. Keystone protects the seed in secure elements; Coldstar stores only an encrypted file and decrypts into RAM for microseconds. Coldstar is also scriptable and policy-gated, which a device operated by fingerprint is not.

Is Keystone fully open source?

Its firmware is published under an open licence, but the repository notes that one MCU library is included as a pre-compiled binary for IP reasons. Coldstar's signing path is entirely source.

Can Coldstar match Keystone's screen for verifying transactions?

Coldstar shows the decoded transaction on the offline machine's terminal before signing. It is less pretty than a 4-inch touchscreen, and just as inspectable.

Try Coldstar in two minutes

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

pip install coldstar

Related comparisons

Sources

  1. Keystone 3 Pro product page ($149)
  2. Keystone: triple secure-element design
  3. Keystone 3 firmware repository (pre-compiled MCU library note)
  4. Keystone: Solflare extension guide

Third-party facts were checked against the vendor's own pages on the date above. Pricing and feature sets change; if something here is out of date, tell us and we will fix it.