Foundation Passport
paid · open sourceFoundation Passport is an open-source, air-gapped hardware wallet that signs Bitcoin transactions by exchanging QR codes with your phone or desktop wallet, so it never plugs into a computer. It aims for the middle ground: more approachable than expert-tier devices, more rigorous than beginner ones. You still rely on Foundation as a hardware vendor, but the code is open to verify.
Trust shape
Trust-minimized
Open firmware and QR-only signing limit exposure, but Foundation is still the hardware vendor you depend on for device integrity.
Facts
- Website: foundation.xyz
- Source: github.com/Foundation-Devices/passport2
- Platforms: hardware
- Last updated: 2026-06-12
Editor's note
The middle path on usability — open-source, air-gapped, QR-signing.
Build or maintain Foundation Passport? Claim this listing to keep its facts current.
Frequently asked questions
- What is the best Bitcoin hardware wallet for 2026?
- There's no single winner — it depends on the tradeoff you want. Foundation Passport sits in the middle: more approachable than expert devices like Coldcard, more rigorous than entry-level ones. Open firmware you can inspect, air-gapped, QR-only signing so it never plugs into a computer. The honest caveat: you still depend on Foundation as the hardware vendor for device integrity. Be skeptical of listicles that rank closed-source 'secure element' devices first — verifiable open firmware is the property that matters.
- How does QR-code signing on an air-gapped wallet work?
- The wallet never connects by cable or radio. Your phone or desktop wallet builds an unsigned transaction and shows it on screen as a QR code. The Passport camera reads that QR, signs the transaction internally with keys that never leave the device, and displays a signed QR back. Your phone scans that and broadcasts it. Your private keys never touch an internet-connected machine — the only thing crossing the air gap is a picture of a transaction.
- Is Foundation Passport open source?
- Yes — the firmware is open for anyone to inspect (the passport2 repo on GitHub), so you can verify the code rather than take it on faith. That said, open code isn't total trustlessness: you still rely on Foundation for the physical device and its supply chain being honest. Open firmware is what makes that dependency auditable instead of a black box.
- Is Foundation Passport good for beginners?
- It's deliberately the usability middle ground — friendlier than Coldcard or a DIY SeedSigner build, more rigorous than entry-level devices. A reasonable first air-gapped wallet for someone who wants QR signing without soldering parts together. The honest tradeoff: any air-gapped setup asks more of you than a plug-in wallet, and the responsibility for your seed backup is entirely yours. Lose it and the funds are gone — no vendor can recover them.
- Foundation Passport vs Coldcard — what's the difference?
- Both are open-source, air-gapped, and Bitcoin-focused — the split is how they cross the air gap and who they're for. Passport uses camera/QR exchange and aims for approachability; Coldcard uses a microSD card and prioritizes maximum security depth over friendliness, with more optional layers to configure. Pick Passport if you want a usable air-gapped wallet without the steep learning curve. Pick Coldcard if you want every advanced protection and don't mind the complexity.
Related in Self-Custody Wallets
Coldcard
Coldcard is a Bitcoin-only hardware wallet designed on the assumption that your computer is already compromised. It can sign transactions fully air-gapped using a microSD card, so your keys never touch an online machine. The firmware is published for inspection, though you still trust the vendor's hardware. Less friendly than mainstream devices, and built for serious long-term cold storage.
Electrum
Electrum is the longest-running Bitcoin wallet still in active development, shipping since 2011. It is a lightweight desktop wallet that keeps your keys on your own machine and supports multisig setups. By default it talks to public Electrum servers rather than your own node, which is faster to set up but reveals your addresses to whoever runs the server.
SeedSigner
SeedSigner is a do-it-yourself Bitcoin signing device you build from a Raspberry Pi Zero and roughly $50 of commodity parts. It has no persistent storage, never keeps your keys between sessions, and you can verify every line of its open-source code. Because there is no vendor, there is no supply chain to trust — but the assembly and operation are on you.
Sparrow Wallet
Sparrow is a free, open-source desktop Bitcoin wallet built for users who want full control of their keys. It supports coin control, hardware-wallet signing, and connecting to your own node, so no exchange or company can freeze your coins. It expects you to learn a few concepts, which makes it better suited to serious users than total beginners.