Foundation Passport Prime review 2026: fully open-source hardware and firmware, QR air-gap, AA batteries, color display. The best Bitcoin signing device for serious HODLers?
If you're serious about self-custody, you've probably narrowed your search to three devices: the Coldcard Mk4, the Trezor Safe 3, and the BitBox02 Bitcoin-Only Edition. All three are respected, battle-tested, and worth owning. But they make very different tradeoffs — and picking the wrong one means either overpaying for features you don't need or under-protecting Bitcoin you can't afford to lose.
Here's the direct answer: Coldcard Mk4 is for security maximalists. BitBox02 Bitcoin-Only is for privacy-focused Bitcoiners who want simplicity with a secure element. Trezor Safe 3 is for people who want open-source hardware at the lowest price and don't mind holding some altcoins.
Let's break down exactly why.
At a Glance: Coldcard vs Trezor vs BitBox02
| Feature | Coldcard Mk4 | Trezor Safe 3 | BitBox02 Bitcoin-Only |
|---|---|---|---|
| Price | $149 | $79 | $135 |
| Bitcoin-only | Yes | No | Yes |
| Secure element | Dual (ATECC608) | Infineon EAL6+ | ATECC608A |
| Open-source firmware | Yes | Yes | Yes |
| Open-source hardware | Partial | Yes | Yes |
| Air-gapped operation | Yes (MicroSD, NFC, QR) | No | No (USB-C only) |
| MicroSD backup | Yes | No | Yes |
| Multisig support | Excellent | Good | Good |
| Anti-Klepto | No | No | Yes |
| Connectivity | USB-C, MicroSD | USB-C | USB-C |
| Best for | Security pros, multisig | Beginners, altcoin users | Privacy-focused Bitcoiners |
Coldcard Mk4: Built for Serious HODLers
The Coldcard Mk4 is made by Coinkite — a company that has been in the Bitcoin hardware security space longer than almost anyone. Every design decision is made with one priority: minimizing attack surface.
What Makes Coldcard Different
Air-gapped signing. The Coldcard Mk4 can operate with no USB data connection at all. You create and sign transactions entirely offline using a MicroSD card to transfer data between your air-gapped device and your computer. This eliminates an entire class of USB-based attacks. No other wallet in this comparison matches that capability.
Dual secure elements. The Mk4 uses two separate secure element chips. Even if an attacker somehow compromises one chip's supply chain, they still can't extract your keys without the second chip. That's paranoid engineering — and that's exactly what you want for cold storage.
Bitcoin-only. Coldcard runs Bitcoin-only firmware. No Ethereum, no Solana, no tokens. Fewer code paths mean fewer bugs and a smaller attack surface.
NFC card signing. The Mk4 also supports COLDCARD NFC cards for tap-to-sign. Advanced users can sign transactions by tapping a card to the device — no cables, no QR codes.
Coldcard Downsides
Coldcard has a steep learning curve. The interface uses numeric keypad navigation — there is no touchscreen, and the setup process involves more steps than Trezor or BitBox02. Plan on spending an evening getting comfortable with it.
The companion software — Sparrow Wallet on desktop — is excellent but is a separate download. Coldcard doesn't have a polished, integrated companion app the way Trezor Suite or BitBox App provide.
Price: $149. Worth every cent if you're storing significant Bitcoin.
Trezor Safe 3: Open-Source at an Honest Price
The Trezor Safe 3 is made by SatoshiLabs, the company that invented the hardware wallet category back in 2014. The Safe 3 is their mid-range device — and it's now significantly better than its predecessor thanks to the addition of a proper secure element.
What Makes Trezor Safe 3 Stand Out
Certified secure element. Earlier Trezor models had no secure element at all — your seed was stored in general-purpose flash memory. The Safe 3 changes that with an Infineon Optiga Trust M chip rated EAL6+. That's the same security certification level as chips used in banking cards.
Fully open-source. Both hardware schematics and firmware are open-source. You can verify what you're running. This is Trezor's defining philosophical stance and it's genuinely important — the security community can audit the code.
Trezor Suite. The companion desktop app is polished and easy to use. It includes portfolio management, CoinJoin privacy mixing (via Wasabi Wallet integration), and coin control. For beginners, Trezor Suite makes the setup experience significantly smoother than Coldcard.
$79. It's the cheapest device in this comparison by a wide margin.
Trezor Safe 3 Downsides
Not Bitcoin-only. The Trezor Safe 3 supports thousands of cryptocurrencies. If that matters to you as a security concern — and it should if you're a security maximalist — Coldcard and BitBox02 Bitcoin-Only are better choices. More supported coins means more code, and more code means more potential vulnerabilities.
No air-gapped operation. Trezor Safe 3 requires USB-C to operate. There's no MicroSD slot and no QR-code signing capability. Every transaction goes through the USB connection.
No anti-Klepto. Klepto attacks involve covert channel exfiltration through nonce manipulation — a sophisticated attack vector. BitBox02 implements anti-Klepto protection; Trezor Safe 3 does not.
Price: $79. Exceptional value for open-source hardware with a secure element.
BitBox02 Bitcoin-Only Edition: Swiss Engineering, Maximum Simplicity
The BitBox02 Bitcoin-Only Edition is made by Shift Crypto, a small Swiss company. It's the most opinionated device in this comparison — it does one thing (Bitcoin) and does it with obsessive attention to security detail.
What Makes BitBox02 Stand Out
Bitcoin-only firmware, factory-locked. Unlike devices where you install a Bitcoin-only version, the BitBox02 Bitcoin-Only Edition ships from the factory with firmware permanently locked to Bitcoin. You cannot add altcoin support later even if you wanted to. That's not a limitation — that's a feature.
Anti-Klepto protection. The BitBox02 is the only major hardware wallet to implement anti-Klepto nonce verification. This protects against a subtle but real attack where a compromised device could leak your private key through manipulated ECDSA signatures. BitBox02 prevents this entirely.
Deterministic builds. You can independently compile the BitBox02 firmware and verify that the binary running on your device matches the published source code. This is the gold standard for open-source firmware verification.
MicroSD backup. The BitBox02 supports encrypted MicroSD backups for your seed phrase — in addition to standard BIP39 seed phrase backup. This gives you more recovery options than Trezor Safe 3.
Minimalist interface. The touch slider on the BitBox02 takes some getting used to, but the device is genuinely compact and simple. Setup takes about 10 minutes.
BitBox02 Downsides
USB-C only. Unlike the Coldcard, the BitBox02 cannot operate air-gapped. All communication goes through USB-C. For most users this is fine — but security maximalists who want true air-gap will prefer Coldcard.
Small community. Coldcard and Trezor both have larger communities and more third-party integrations. BitBox02 works with BitBoxApp and Sparrow Wallet, but the ecosystem is narrower.
Price: $135. Priced between Trezor Safe 3 and Coldcard Mk4.
Security Model Comparison
All three devices use a secure element — but they use it differently, and their security philosophies differ:
Coldcard Mk4 bets on air-gap as the primary defense. Your keys never touch a USB-connected computer during signing. Dual secure elements add defense-in-depth. The tradeoff is complexity.
BitBox02 Bitcoin-Only bets on a minimal, auditable codebase plus anti-Klepto and deterministic builds. You can verify every line of code that runs on your device. The tradeoff is that it requires USB connection.
Trezor Safe 3 bets on open-source hardware and a certified secure element. The EAL6+ chip is the same class used in government ID cards. The tradeoff is that it supports altcoins (larger attack surface) and lacks air-gap capability.
Bottom line on security: Coldcard Mk4 > BitBox02 Bitcoin-Only > Trezor Safe 3. But all three are far more secure than any hot wallet or keeping Bitcoin on an exchange.
Multisig Compatibility
If you're setting up a multisig Bitcoin vault — the gold standard for large cold storage — Coldcard Mk4 is the clear winner. Coldcard was designed from day one for multisig setups. It works seamlessly with Sparrow Wallet for 2-of-3 or 3-of-5 multisig configurations, supports PSBT natively, and has been battle-tested in institutional multisig setups for years.
BitBox02 and Trezor Safe 3 both support multisig, but neither has Coldcard's depth of multisig-specific features. For a Bitcoin inheritance planning strategy built on multisig, Coldcard is the right foundation.
Ease of Use
| Device | Setup Time | Daily Use | Learning Curve |
|---|---|---|---|
| Coldcard Mk4 | 45-60 min | Medium | Steep |
| Trezor Safe 3 | 15-20 min | Easy | Low |
| BitBox02 Bitcoin-Only | 10-15 min | Easy | Low-Medium |
Trezor Safe 3 is the easiest to get started with. Download Trezor Suite, plug in the device, follow the wizard. Done. The software is polished and beginner-friendly.
BitBox02 is close behind. The BitBoxApp is clean and intuitive. The touch slider takes 5 minutes to learn.
Coldcard takes more investment. You should read the documentation, understand the keypad navigation, and ideally spend time with Sparrow Wallet before storing serious amounts.
Price Comparison
- Trezor Safe 3: $79 — Best budget option
- BitBox02 Bitcoin-Only: $135 — Mid-range, excellent value
- Coldcard Mk4: $149 — Worth the premium for security features
For storing under $1,000 in Bitcoin, the Trezor Safe 3 at $79 is perfectly adequate. For five-figure or six-figure Bitcoin holdings, the extra $70 for Coldcard is trivial compared to what you're protecting.
Which Hardware Wallet Should You Buy?
Buy the Coldcard Mk4 if:
- You're storing significant Bitcoin (5 BTC or more)
- You want to run a multisig vault
- You understand or want to learn advanced Bitcoin security
- Air-gapped signing matters to you
- You're a Bitcoin-only maximalist
Buy the BitBox02 Bitcoin-Only if:
- You want Bitcoin-only with maximum code auditability
- Anti-Klepto protection matters to you
- You want Swiss engineering and a small, privacy-focused company
- You want simple setup with serious security principles
Buy the Trezor Safe 3 if:
- You're new to hardware wallets
- You hold some altcoins alongside Bitcoin
- Budget is a primary concern
- You value a polished companion app (Trezor Suite)
- You want the most mainstream, well-supported option
FAQ
Is Coldcard better than Trezor? For Bitcoin security maximalists, yes. Coldcard's air-gapped signing and dual secure elements provide a higher security ceiling than Trezor Safe 3. But Trezor is easier to use and better for beginners.
Does BitBox02 have a secure element? Yes. The BitBox02 Bitcoin-Only Edition includes a Microchip ATECC608A secure element for key storage.
Can I use these wallets with Sparrow Wallet? All three work with Sparrow Wallet for advanced Bitcoin users. Trezor also works with Trezor Suite. BitBox02 works with BitBoxApp.
Which is easiest for a beginner? Trezor Safe 3 is the most beginner-friendly. See our Best Bitcoin Wallets for Beginners guide for more options.
Should I buy multiple hardware wallets? For large holdings, yes — a 2-of-3 multisig using two different hardware wallets from different manufacturers is the most secure setup. Coldcard Mk4 as the primary signer plus a BitBox02 as a backup is an excellent combination.
The Bottom Line
All three are excellent hardware wallets. None of them will lose your Bitcoin due to a design flaw. The question is what level of security complexity you need.
For most HODLers who want to move Bitcoin off an exchange and into cold storage, the Trezor Safe 3 at $79 is the right starting point. Once you have more Bitcoin to protect, upgrade to a Coldcard Mk4 and set up a proper multisig vault.
The BitBox02 Bitcoin-Only is the right choice if you want Bitcoin-only principles, open-source auditability, and anti-Klepto protection — without the complexity of Coldcard.
Start with hardware. Get your Bitcoin off exchanges. The rest is details.
Related guides: