Cold storage & custody · Hot wallet

Coldstar vs Solflare

Solflare is the Solana-native power-user wallet: staking, Ledger and Keystone support, and its own $49 tap-to-sign Shield card. Coldstar is the cold, scriptable layer underneath. The comparison is mostly about where the key sits and who is allowed to press the button.

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

Pick Solflare if

  • You want a Solana-only wallet with first-class staking and hardware integrations.
  • You already own a Ledger or Keystone and want to keep using it through a browser.
  • You want a cheap tap-to-sign card (Shield) for a personal balance.

Pick Coldstar if

  • You want the key off every networked device, with no extension in the loop.
  • You need scriptable or policy-gated signing for a team or an agent.
  • You want to audit the signing code. Solflare's app is not open source.

Use both when

Solflare for interactive use, Coldstar for the reserve and the automation.

Side by side

ColdstarSolflare
Upfront cost~$10 — any USB drive. The software is free and MIT-licensed.Free app; Shield hardware from $49.
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.In the extension, web, or mobile app on an online device, or on a connected Ledger, Keystone, or Shield.
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.Directly in the app. With Keystone attached, QR air-gapped signing is possible through Solflare.
Source codeOpen source (MIT) — every line that touches the key is readable on GitHub.Wallet app not published. Public: SDK, MetaMask Snap, token lists, blocklist.
What you trustCode you can read, plus your own offline machine. No vendor silicon, firmware, cloud, or account.Solflare's closed app and the device it runs on, plus any attached hardware.
RecoveryPassphrase + encrypted keyfile. The drive is disposable: lose it and the file is useless without the passphrase; re-flash a new one.Seed phrase.
Automation & policyCLI-first, scriptable, headless. Policy-gated agent signing: limits, allowlists, rate caps, escalation to air-gapped approval.None. dApps connect via Wallet Adapter; the user approves each transaction. No AI-agent product.
Solana walletsColdstar CLI and Seeker app.Is the wallet. Solana only.
MaturityBeta — independent audit planned before the production release.Long-running Solana wallet with a large user base.

Solflare is a good home for a Solana hot balance, and its Keystone integration means you can already get an air gap through it if you buy the device. Coldstar gets you the air gap without the device, and adds scripting and policy on top.

Where each one wins

Where Solflare wins

  • Solana-native depth. Staking, hardware integrations, and notifications in one app.
  • Hardware flexibility. Ledger, Keystone, and Shield all work.
  • Interactive dApp use through Wallet Adapter.

Where Coldstar wins

  • Air gap without a device. Any offline computer plus a USB drive.
  • Open source signing path.
  • Automation and policy for treasuries and agents.

What you are actually trusting

Solflare on its own is a hot wallet: the key is on the device running the browser. Attach a Ledger or Keystone and the key moves into hardware, with Solflare acting as the online half. That is a sound setup for interactive use, and it is closer to Coldstar's design than most hot wallets get.

Coldstar is the same online/offline split without vendor hardware. The online machine builds the transaction; the offline machine decodes, signs, and wipes. Because the signer is a CLI, the split also works when no human is present, under a policy.

Solflare is production software; Coldstar is beta ahead of an independent audit.

Frequently asked questions

Solflare plus Keystone is already air-gapped. Why Coldstar?

That combination is a good one for a person. Coldstar is for the cases a person-operated device doesn't cover: many wallets for a team at USB-drive prices, unattended signing for a treasury, and policy-gated signing for agents.

Is Solflare open source?

The wallet app is not published at review time; the SDK, Snap, and token lists are. Coldstar's signing code is MIT-licensed.

Does Coldstar do staking?

Coldstar signs any Solana transaction you build, including stake instructions, but it does not have Solflare's guided staking UI.

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. Solflare homepage
  2. Solflare docs: import a Keystone device
  3. Solflare docs: import a Ledger device
  4. Solflare GitHub (public repos)

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.