ChainCensus
ChainCensus · BestRewritten July 2026

Best Hardware Wallets in 2026

Six hardware wallets scored on what you can open in a browser tab: LICENSE files, secure-element certifications, and six years of dated incidents. We don't own the devices, and we say so.

Daniel Merritt · Data desk, ChainCensusPublished 12 Jul 2026 · Updated 19 Jul 2026 · 9 min read
No affiliate links on this page — every link goes straight to the official product site.How we rank →

A hardware wallet is the one purchase that meaningfully changes your security model: private keys never touch an internet-connected machine. The six devices ranked below are scored on what a buyer can verify from the outside — LICENSE files, secure-element certifications, recovery design, and each vendor's dated public incident history.

We don't own these devices. Every claim here traces to vendor documentation or public record, which is checkable; a review that says "we tested it" is not. That method cannot judge how a device feels in your hand. It also cannot be charmed by packaging — and it surfaces things hands-on reviews reliably miss, like the fact that the most famous "open source" Bitcoin wallet stopped being open source in 2020, or that the vendor with the worst breach record also runs the lab that found everyone else's bugs.

Key takeaways
  • Coldcard's firmware is not open source: the LICENSE is MIT plus a "Commons Clause" that removes the right to sell the software — source-available, not OSI
  • Every flagship here except the Coldcard and the Keystone carries the same class of chip: an EAL6+ certified secure element. The certificate covers the chip, not the wallet
  • Ledger's attack lab (Donjon) published the flaws in Trezor's Safe 3, Tangem, Blockstream Jade and Coldcard Mk2 — while Ledger's own worst incidents were data leaks, not device breaks
  • The seed-extraction attacks that made Trezor infamous in 2020 targeted models without a secure element; the current Safe series is a different architecture
  • Air gap is a design choice, not a checkbox: Keystone and Coldcard build everything around it, while Trezor, BitBox and Ledger flagships all sign over a cable or a radio

Who is actually open source

"Open source" appears in the marketing of five of these six vendors. The LICENSE files tell a more precise story.

Trezor is the cleanest of the big names. LICENSE.md in the firmware monorepo licenses core and storage under GPLv3, the legacy and library code under LGPLv3, and the crypto library mostly under MIT. The hardware designs are separately open under AGPLv3 plus the CERN Open Hardware Licence, with OSHWA certification CZ000005. Firmware and schematics, both forkable — that is the full claim, and it checks out.

Coldcard is the surprise. Open COPYING-CC in the firmware repo: an MIT body followed by the "Commons Clause" License Condition v1.0, which removes "the right to Sell the Software" — any product "whose value derives, entirely or substantially, from the functionality of the Software." That condition arrived after Coinkite accused Foundation Devices of building its Passport wallet on formerly-open Coldcard code. You can still read every line, compile it, and verify a release. You cannot call it open source — the Commons Clause exists specifically to fail that definition. We score it as what it is: source-available with full reproducibility, one notch below open.

Keystone's LICENSE is a verbatim MIT text — with a header so nonstandard that GitHub's licence detector gives up and reports "Other". A cosmetic quirk, but a telling one: almost nobody reads these files. The substantive limits are elsewhere: the repo README says the MCU vendor's library ships precompiled "due to intellectual property restrictions", and the secure-element firmware published on GitHub belongs to the first-generation device, not the Keystone 3.

BitBox has the licence nobody argues about: Apache-2.0, the only OSI-approved permissive licence in this comparison. Blockstream Jade is plain MIT — Jade is discussed below, not ranked, for a different reason.

Ledger doesn't claim full openness, and credit for saying why plainly: "Is Ledger open source?" explains that the agreement with STMicroelectronics "legally prevents us from exposing the low-level code that talks to the hardware blocks of the Secure Element." The apps, SDK and companion wallet are open; the operating system your keys live inside is not, and the public BOLOS repo confirms "only a few pieces of the OS are available as of today."

What EAL6+ actually certifies

Four of the six ranked devices advertise an EAL6+ secure element — Trezor and BitBox use Infineon's Optiga Trust M, Ledger uses ST's ST33. Be precise about what that certificate is: a Common Criteria evaluation of the chip, performed for the chip maker, mostly in the context of bank cards and passports. It says nothing about the wallet's firmware, its supply chain, or the code that decides what the chip signs. A wallet with an EAL6+ element can still ship a bug — the certificate just makes physically extracting secrets from the silicon extremely expensive.

Two vendors take a different route. Keystone stacks three secure elements from mixed vendors plus PCI-grade tamper response, betting on redundancy over a single certificate. And Trezor's Safe 7 introduces the TROPIC01 — pitched as the first "transparent, auditable" secure element, attacking the long-standing irony that every open-source wallet kept its keys in the one chip nobody outside an NDA could inspect. The audit process started immediately and in public: see the incident ledger below.

Blockstream Jade has no secure element at all — a "blind oracle" scheme splits key protection between the device and a Blockstream server. That is a genuinely different trust model, not a lesser version of the same one, which is why Jade sits in the not-ranked section instead of losing points in this table.

Air gap is an architecture, not a feature

Half the market says "cold storage"; the designs differ completely. Keystone 3 Pro and Coldcard Q never connect to another machine: transactions travel by QR code or a microSD card you carry across, and on the Coldcard the USB port can be permanently disabled. The wire between your keys and the internet is a camera, and you can read every byte it carries.

Everything else on this page signs over a link — USB on the Safe 5 and BitBox, plus Bluetooth on the Safe 7, the BitBox02 Nova and every current Ledger. A radio is not a hole in itself (signing still happens on-device, keys stay in the element), but it is attack surface, and December 2023 showed the adjacent risk: the Ledger Connect Kit supply-chain attack drained wallets not by breaking devices but by compromising the JavaScript between the device and the dApp. Air-gapped signing with on-screen verification is the design that makes that whole class of attack visible before it costs you.

Six years of incidents, dated

What broke, when, with primary sources. This section is why documentation beats hands-on testing: none of it is visible in a review unit.

Ledger. July 2020: e-commerce database breached — ~1M emails and, after revision, ~272,000 records with names, phone numbers and home addresses, dumped publicly that December and feeding phishing waves ever since. May 2023: the Recover launch forced the admission that firmware can, "technically", always extract keys — resolving a years-old ambiguity in the wrong direction. December 2023: the Connect Kit npm attack shipped a wallet drainer through Ledger's own library for about five hours (~$484k estimated losses). January 2026: a third-party payment processor leak exposed customer contact data again. The pattern: the devices hold; the company's data perimeter keeps failing.

Trezor. January 2020: Kraken Security Labs extracted a seed in about 15 minutes of physical access from the Model One and Model T — unfixable in that hardware generation, and the reason the secure-element Safe series exists. January 2024: a support-portal breach exposed contact data of ~66,000 users. March 2025: Ledger Donjon bypassed a supply-chain countermeasure on the Safe 3 (the Safe 5 was unaffected). June 2026: Donjon again — a laser fault-injection attack on the Safe 7's TROPIC01; physical possession required, mitigation shipped, funds safe per Trezor. The pattern: the old architecture was breakable and got replaced; the new one is under active public examination — which is what you want to see.

Coldcard. The findings are old and the record since is quiet: a 2020 PIN-extraction disclosure against the Mk2 (fixed by the Mk3's chip change), and two 2020–21 software findings by Shift Crypto — an isolation bypass and a multisig xpub swap — both fixed. No documented real-world fund loss.

Keystone. One published third-party finding — Offside Labs, 2024, fixed in firmware 1.2.8 — disclosed by the vendor itself, alongside two earlier audit reports it open-sourced. Nothing in the wild that we could document.

BitBox. The opposite of an incident: Shift Crypto coordinated the 2020 SegWit fee-inflation disclosure that affected every hardware wallet, and published the fix jointly. No public compromise of its own found.

The meta-observation: four vendors on this page — Trezor, Tangem, Jade, Coldcard — have had a flaw published by Ledger's research lab, while Ledger's own failures were never the silicon: they were databases, npm accounts and business decisions. Judge the device and the organisation separately.

Recovery: Shamir, Seed XOR, and what Recover conceded

A single 24-word sheet is a single point of failure — fire, photo, or family. The vendors split on what to do about it. SLIP39 Shamir backup — splitting the secret into shares where, say, any 2 of 3 restore — is supported on every current Trezor and on the Keystone 3 Pro. Coldcard ships its own Seed XOR scheme instead, with the useful property that each share is itself a working decoy wallet. BitBox and Ledger offer neither; BitBox's answer is an effortless microSD backup, which eliminates transcription errors but is still one object holding the whole secret.

Ledger's answer is Recover: an opt-in $9.99/month service that shards an encrypted copy of your seed to hardware security modules at three companies in three countries, 2-of-3 needed to restore against a government ID. As a product, it addresses the number-one real-world failure — people lose their own backups. As an architecture, it settled a debate: the firmware can move key material out of the secure element when Ledger ships code asking it to. Opt-in today, capability forever. That is the fact to price in, whatever you decide it is worth.

The ones we didn't rank

Tangem ($54.90 for a two-card set) fails this method's entry bar: the card firmware is closed and deliberately non-updatable, so nothing about what runs on the card is independently checkable — you are trusting the Riscure and Kudelski audits end to end. The recent record also argues for caution: in December 2024 the app was found logging private keys of seed-phrase wallets (fixed within days, logs purged), and in September 2025 Ledger Donjon published a PIN "tearing attack" that Tangem declined to treat as a vulnerability. The seedless card model is genuinely convenient; convenient and verifiable are different products.

Blockstream Jade Plus ($169.99) is the strongest budget air-gap option and fully MIT-licensed, but its no-secure-element "blind oracle" design delegates part of key protection to a Blockstream server, which makes it incomparable on this page's terms rather than worse. Its December 2025 CBOR vulnerability disclosure was handled fast and documented well. One warning for bargain hunters: the $99 camera-less Jade Core signs over USB or Bluetooth — it is not air-gapped at all, whatever the family resemblance suggests.

Ledger Stax ($399) shares the Flex's secure element and software stack; the extra $150 buys a curved screen and wireless charging, not security. If the Ledger model fits you, the Flex is the rational buy.

What changed in 2025–26

If you last compared hardware wallets a year ago, the shelf moved: Trezor shipped the Safe 7 in November 2025 and cut the Safe 5 to $129; Ledger's current range runs Nano S Plus $59, Nano X $99, Nano Gen5 $179, Flex $249, Stax $399; Coinkite quietly replaced the Mk4 with the Mk5 ($169.94) next to the Q; Shift Crypto released the BitBox02 Nova; and Blockstream added the $99 Jade Core. Every price above was read from the official store on 19 July 2026 — check them again before you buy, because this paragraph will age like every other spec sheet.

One thing did not change: nobody on this page pays us, no manufacturer saw a draft, and every factual claim links to something you can open. If you find one that doesn't check out, tell us — corrections ship with the next deploy.

01
Trezor Safe 5Best for First hardware wallet, long-term holders
8.9/ 10

Open firmware, open hardware, an EAL6+ secure element and Shamir backup at $129 — the strongest documented case in the lineup.

+Core firmware is GPLv3 and the hardware designs are OSHWA-certified open source — both claims take one click to verify
+NDA-free EAL6+ Optiga secure element; the 2020-era Trezor seed-extraction attacks targeted the pre-secure-element models
+SLIP39 Shamir backup on-device: split your recovery into shares instead of one fatal piece of paper
+$129 — the cheapest touchscreen-plus-EAL6+ combination on this page
No air-gapped signing — it is a USB device
iOS is view-and-receive only; signing needs Trezor Suite on desktop or Android
Trezor's support-portal incidents (2024, 2025) leaked customer contact data — a phishing risk, not a device risk, but your address is part of the product
02
Keystone 3 ProBest for Air-gapped cold storage across many chains
8.5/ 10

Fully air-gapped QR signing, three secure elements and Shamir backup for $149 — with checkability caveats in the fine print.

+Air-gapped by architecture: transactions cross as QR codes, so the link between your keys and the internet is a camera
+Three secure elements from mixed vendors plus PCI-grade anti-tamper
+Three third-party audits published (SlowMist, Keylabs, Offside Labs) — and the flaw Offside Labs found in 2024 is disclosed, with the fix version named
+SLIP39 Shamir backup and passphrase wallets, at $149
The gen-3 secure-element firmware is not published — only the first-generation repo is
The MCU vendor's library ships precompiled 'due to intellectual property restrictions', the repo says
The company is years younger than Trezor, Coinkite or Ledger — less history to judge
03
Coldcard QBest for Bitcoin-only cold storage and multisig
8.2/ 10

The most paranoid Bitcoin device you can document — just don't call its licence open source anymore.

+Air gap done fully: QR scanner, dual microSD, NFC — and USB can be permanently disabled in settings
+Two secure elements from different vendors, so one compromised chip vendor isn't fatal
+Duress PIN, brick-me PIN and Seed XOR — the only coercion-scenario feature set this complete
+Long public disclosure record: the 2020–21 research findings are documented, fixed, and still readable
Firmware licence is MIT plus a Commons Clause — source-available, not open source, since the Foundation dispute
Bitcoin only, by design
$249, and the UI assumes you already know what a PSBT is
04
Trezor Safe 7Best for iPhone users who want Trezor's openness
8.0/ 10

The first wallet with a transparent, auditable secure element — eight months on the market, and researchers are already probing it.

+TROPIC01 'transparent' secure element plus an EAL6+ secondary — auditability applied to the one chip that was always a black box
+The only Trezor with full iOS signing, over Bluetooth
+SLIP39 Shamir backup, same open GPLv3 firmware base as the Safe 5
June 2026: Ledger's lab published a laser fault-injection attack on the TROPIC01; it needs physical possession, Trezor shipped a mitigation and says funds are safe — but the chip is new and the probing has just started
Bluetooth and wireless charging widen the attack surface its USB-only siblings don't have
$249 — same price as a Coldcard Q, double a Safe 5
05
BitBox02 NovaBest for Set-and-forget cold storage under a clean licence
7.8/ 10

Apache-2.0 firmware, the cleanest licence in the set, and an NDA-free EAL6+ chip. No air gap and fewer chains is the trade.

+Apache-2.0 firmware — the only OSI-approved permissive licence on this page, no asterisks
+NDA-free EAL6+ Optiga secure element, documented in the open
+microSD instant backup plus optional recovery words — the least error-prone setup flow described here
+Shift Crypto found and coordinated the 2020 SegWit fee-inflation fix that affected every vendor — a paper trail of doing disclosure right
No air-gapped mode: USB-C and, on the Nova, Bluetooth
Narrower chain support — Bitcoin, Ethereum + EVM chains, Cardano, Litecoin; no Solana
No SLIP39 Shamir backup
06
Ledger FlexBest for Multi-chain portfolios, mobile-first users
7.2/ 10

The widest asset support and the deepest security team in the industry, attached to a closed OS and the worst data-leak record.

+EAL6+ ST33 secure element with the longest deployment track record in the category
+Widest asset coverage (vendor claims 15,000+) and the best phone story: USB-C, Bluetooth, NFC, iOS 15+
+Ledger Donjon published the flaws in Trezor's Safe 3, Tangem, Jade and Coldcard Mk2 — whatever you think of Ledger, its lab does the industry's homework
The OS is closed; Ledger's own page says an NDA with STMicroelectronics 'legally prevents' opening the low-level code
The 2023 Recover episode established that firmware can be written to extract your key shares — as an opt-in product feature
The 2020 customer-data breach (~272,000 records with names and home addresses) still fuels phishing campaigns; a payment-processor leak followed in January 2026
All, compared
 01Trezor Safe 502Keystone 3 Pro03Coldcard Q04Trezor Safe 705BitBox02 Nova06Ledger Flex
Firmware licenceGPLv3 (core)MIT (SE blobs closed)MIT + Commons ClauseGPLv3 (core)Apache-2.0Closed OS, open apps
Secure elementEAL6+ Optiga3 chips, mixed vendors2 chips, mixed vendorsTROPIC01 + EAL6+EAL6+ OptigaEAL6+ ST33
Air-gapped signingNoQR + microSDQR + microSD + NFCNoNoNo
Shamir backup (SLIP39)YesYesSeed XOR insteadYesNoNo
Chains1,000+Multi-chain, 5,500+ assetsBitcoin only1,000+BTC, ETH/EVM, ADA, LTCMulti-chain, 15,000+ assets
Price (official store)$129$149$249$249$160$249
How we rank

Scores weigh security model (50%), setup and interface (30%), and recovery options (20%). Scoring is documentation-based — LICENSE files, secure-element certifications, vendor specs and dated public incident history — not hands-on testing; we don't own these devices and won't pretend otherwise. No manufacturer sees a draft, and no placement is paid. Prices checked 19 July 2026 at official stores.

Common questions
Do I really need a hardware wallet?+

If your crypto is worth more than the device (~$130–250), yes — it moves your keys off an internet-connected computer, which removes the most common theft path.

Is a used or marketplace-bought device safe?+

No. Buy directly from the manufacturer. Pre-owned devices can be tampered with, and 'sealed' packaging is trivially faked.

Is Bluetooth on a hardware wallet a real risk?+

Keys never leave the secure element, and signing still requires pressing buttons on the device — but a radio is more attack surface than a cable. If that bothers you, half this list works with no radio at all: the Safe 5 is USB-only, and Keystone and Coldcard never connect to anything.

Should I wait to buy a Safe 7 because of the June 2026 chip finding?+

The published attack needs physical possession of the device and lab equipment, and Trezor shipped a mitigation. If your threat model includes a stolen device in a hostile lab, an air-gapped device plus a passphrase protects you more than any single chip choice.