Signing Device Comparison
Coldcard vs. Blockstream Jade Plus
Both are open-source, air-gapped Bitcoin signing devices, but only Coldcard secures key material with an on-device secure element chip.
Learn how the devices differ across security architecture, hardware design, and supported protocols, and decide which one fits how you hold Bitcoin.
Last updated: April 2026. Specifications sourced from official product documentation.
Three criteria that matter before comparing products
Hardware wallets exist for a simple purpose: store private keys and sign transactions without exposing them to the internet. The below criteria provide the framework to evaluate devices based on what strong security actually requires.
Simple over complex
A device supporting multiple crypto assets must implement multiple protocols. Each additional protocol brings with it more code, extra maintenance requirements, potential attack surfaces, and added complexity to audit. Bitcoin-only firmware reduces these risks through simplicity.
Air-gapped over connected
Any connection between a signing device and a networked machine is a potential attack vector. USB cables, Bluetooth radios, and WiFi connections are all such channels. Air-gapped signing via QR code or MicroSD eliminates network-based attack vectors architecturally, not just operationally.
Verifiable over closed
Closed-source firmware requires trusting the manufacturer's assertions about what the code does. Open-source firmware can be reviewed by any developer, compiled from source, and compared byte-for-byte against what is running on the device. Trust is built on evidence, not claims.
Coldcard vs. Blockstream Jade Plus
The below security features are sourced from official documentation. Select any feautre below for a plain-language explanation.
Swipe to compare →
| Feature | Coldcard Q | Coldcard Mk5 | Blockstream Jade Plus |
|---|---|---|---|
| Security Fundamentals | |||
Open-source firmware | |||
| The firmware source code is publicly available. Any developer can compile it from scratch and verify their device runs exactly the published code. This is the only reliable way to confirm a signing device does what it claims. | |||
Fully air-gapped operation | |||
| The device signs transactions without ever connecting to a computer. Transactions move via QR code or MicroSD only, eliminating the entire class of attacks that target the data channel between device and host. | |||
Bitcoin-only firmware | |||
| This firmware implements only the Bitcoin protocol. Every additional asset requires additional signing code, adding audit complexity and potential attack surface. A single-purpose codebase is smaller, simpler, and easier to verify. △ Jade Plus also supports Liquid Bitcoin, a federated sidechain with its own transaction format and signing requirements, meaning its firmware scope and codebase are correspondingly larger. | |||
Dedicated secure element | |||
| The secure element is a tamper-resistant chip designed to store cryptographic keys. Physically isolated from the main processor, it makes private key extraction significantly harder through hardware or software attacks. | |||
Anti-phishing protection | |||
| A secret phrase is set during setup and displayed every time the device unlocks. This confirms the user is interacting with the genuine device, not a substitute or spoofed interface. | |||
Encrypted USB communication | |||
| The USB connection between device and computer is encrypted, protecting against man-in-the-middle attacks where an attacker intercepts or alters transaction data in transit. | |||
Multiple secure element vendors | |||
| Sourcing chips from multiple vendors avoids dependency on a single supplier. If one chip family is found compromised or discontinued, the device architecture is not entirely exposed. | |||
Encrypted MicroSD backup | |||
| An encrypted wallet backup is written to MicroSD. The backup is device-encrypted and provides a verifiable offline recovery option independent of seed phrase storage. | |||
MicroSD signing and backup | |||
| A MicroSD slot enables air-gapped PSBT signing by transferring the unsigned transaction on a physical card rather than over a wireless or wired data connection. The slot also stores encrypted wallet backups. The Q has two slots, useful for keeping a dedicated backup card always inserted or managing multiple wallet configurations simultaneously. Signing via MicroSD is one of the most widely tested and documented air-gap workflows in hardware wallet use. | |||
| PIN and Access Security | |||
Self-destruct PIN | |||
| This PIN permanently wipes all key material when entered. It is intended for coercion scenarios where preventing key extraction matters more than concealing the response. | |||
Duress / decoy wallet PIN | |||
| A secondary PIN opens a decoy wallet with a small balance, designed to look convincing under pressure. The real wallet stays hidden, providing plausible deniability under physical coercion. △ The Jade Plus supports a passphrase alternative that opens a separate wallet, however it requires entering the full passphrase manually on each unlock, whereas a dedicated duress PIN requires only a short numeric code. The Jade Plus' duress PIN feature blocks entry to the device, but does not display a decoy balance. | |||
On-screen destination verification | |||
| The device displays the destination address on its own screen before signing, independent of the connected computer. This protects against clipboard malware and address substitution attacks. | |||
| Supply Chain and Physical Transparency | |||
Serialized tamper-evident packaging | |||
| Each unit ships with a registered serial number on the packaging. Verify before opening to confirm the device has not been swapped or tampered with in transit. | |||
Viewable internal electronics | |||
| A clear case lets you visually inspect the internal components on arrival, confirming no additional hardware was introduced between manufacture and your hands. | |||
| Seed Management | |||
BIP-85 child seeds | |||
| Independent child seeds are derived from a single master seed. Each child works on its own device without exposing the master, enabling a clean key hierarchy from one securely stored root. | |||
Seed XOR | |||
| A seed can be split into multiple parts using XOR. All parts combined reconstruct the original seed. This distributes backup risk across separate locations without the complexity or vendor dependency of other secret-sharing schemes. | |||
SeedQR import / export | |||
| SeedQR is a format for encoding seed phrases as QR codes, enabling completely stateless operation where seed material never persists on the device. Supported on both devices. | |||
Verifiable seed generation | |||
| Independently verify that the seed was generated from the specified inputs rather than accepting the device's output on faith. This closes a vector where a device could silently produce predictable seeds. | |||
| Bitcoin Protocol | |||
PSBT (BIP-174) | |||
| PSBT is the standard format for passing unsigned transactions between coordinator software and a signing device. It is the foundation of air-gapped signing workflows, enabling compatibility with any open-source coordinator. | |||
PSBT v2 (BIP-370) | |||
| PSBT v2 is an updated format with additional fields for improved coordinator workflows and better support for complex spending conditions. | |||
Taproot (BIP-341) | |||
| Taproot is a Bitcoin protocol upgrade that improves the privacy and efficiency of complex transaction types, including multisig. It is required for advanced use cases and is increasingly the standard address format. | |||
Miniscript (BIP-379) | |||
| Miniscript is a structured language for expressing Bitcoin spending conditions. It enables complex, auditable spending policies to be defined and verified on-device, making it particularly useful for multisig vault configurations. | |||
Multisig coordinator (on-device) | |||
| A multisig coordinator built into the device allows wallet configurations to be created and managed directly on the device, without depending on external software for the setup phase. Without this, a separate coordinator such as Sparrow Wallet is required to assemble the multisig wallet configuration and register each cosigner before signing can begin. | |||
| Pricing | |||
| Price (USD) | $249.21 store.coinkite.com | $169.94 store.coinkite.com | $169 blockstream.com |
Prices current as of April 2026. Verify current pricing before purchasing.
Does Blockstream's Jade Plus have a secure element?
No, the Jade Plus protects private keys through a software-based method rather than a dedicated physical security chip. Understanding how that method works, and how it compares to the chip-based approach used by Coldcard, requires some explanation.
The Jade Plus uses a "blind oracle" model, which splits key protection between the device and a remote server. Your private key is encrypted and stored on the device, but unlocking it to sign a transaction requires retrieving a matching value from Blockstream's server. Neither piece works without the other, so someone who steals your device cannot access your keys without also compromising the server. The server is "blind" because it never sees your PIN, your addresses, or your key. Blockstream publishes the server code openly, so users who want full independence can run their own instance, removing Blockstream entirely.
The Jade Plus' SeedQR mode removes the server dependency, but changes your responsibilities. In this mode, you encode your seed phrase as a QR code and scan it into the device's temporary memory at the start of each session. Jade loads the seed into temporary memory, signs transactions, and stores nothing when you power off. The QR code is effectively your seed: you need it for every session, and protecting it carries the same weight as protecting your seed phrase.
Coldcard uses a secure element built directly into the hardware. A secure element is a chip that's physically isolated from the main processor and designed so keys never leave it, even during signing. It resists attacks such as circuit probing, voltage glitching, and electromagnetic analysis, and chips used in Coldcard devices carry independent certifications at CC EAL5+ and EAL6+, reflecting real testing against these methods. The same technology has been used in payment cards, SIM cards, and passports for decades.
Both approaches protect your private keys, but with different track records and levels of complexity. Secure elements have decades of real-world testing in adversarial conditions. The blind oracle model is more novel and harder to evaluate with the same confidence. There is also a dependency question: the blind oracle requires a reachable server at signing time, and SeedQR requires the physical QR code for every session. A secure element keeps your keys on-device, fully self-contained, with no external requirement at signing time. For users who want the most established approach with the fewest moving parts, that is a meaningful difference.
Is the Blockstream Jade Plus air-gapped?
The Jade Plus supports fully air-gapped signing via QR code or microSD, and also includes Bluetooth, which is not air-gapped. Whether your Jade Plus is air-gapped depends on how you use it for signing.
Air-gapped signing is the security-first approach. It eliminates any direct data channel between the signing device and a networked computer during the signing process. The Jade Plus supports this with its built-in camera: it scans an unsigned transaction encoded as a QR code, signs on-device, and displays the signed result as a new QR code for the host to broadcast. The same workflow can be done physically with a microSD card. Either way, there is no USB connection, no wireless radio, and no direct data exchange with a networked computer.
The Jade Plus also supports non-air-gapped signing via Bluetooth. When signing over Bluetooth, transaction data travels wirelessly between the device and the host. Any wireless channel is a potential attack surface that can be probed, intercepted, or exploited if a vulnerability exists in the radio's firmware stack stack. Beyond active use, the radio hardware is present on the device at all times, meaning the Bluetooth stack exists as a component regardless of how you choose to sign. The solution to this attack vector is to use air-gapped signing exclusively.
Support for air-gap is partly a design philosophy question. The Jade Plus supports both Bluetooth signing and air-gapped signing, giving users the option to choose. Coldcard is designed without wireless radios, making QR codes, microSD, and NFC the only wireless transfer methods available. For users whose priority is eliminating wireless attack vectors, there is a meaningful difference between a device that has no wireless hardware and one that has it but leaves it unused. The first removes that attack surface by design. The second reduces it through behavior, which is a different kind of assurance.
Coldcard vs Jade Plus: which is more secure?
Both devices support open-source firmware and air-gapped signing, but they diverge on architectural design and security features. Across key storage hardware, PIN options, seed management, and supply chain transparency, the Coldcard Q and Mk5 have more features and customization options than the Jade Plus.
The Coldcard Q and Mk5 cover more ground on foundational security. Both include dedicated secure element chips for hardware-level key storage, a boot-time anti-phishing display, and a decoy wallet PIN that opens a convincing secondary wallet to protect against coercion. Both ship with serialized tamper-evident packaging and clear cases for inspecting the electronics on arrival. These features are not present on Jade Plus. Additionally, both Coldcard devices are also Bitcoin-only, with no Liquid support. For users who want only Bitcoin, Liquid signing is additional code and signing logic with no benefit.
Both devices cover Bitcoin protocol essentials well, with Coldcard adding additional depth. Both support PSBT, Taproot, and Miniscript, covering the features most self-custody setups require today. The Coldcard Q and Mk5 add PSBT v2 and Seed XOR for splitting a seed into parts that must be combined for reconstruction. Additionally, both Coldcard devices support on-device multisig coordination, assembling complete multisig transactions without an external coordinator, with the Q's larger screen and keyboard making the workflow more ergonomic.
It comes down to architectural model, signing workflow and seed management options. The Jade Plus is a competent device that covers the fundamentals well, supports Liquid for users who operate in that ecosystem, and serves the needs of most users looking for open-source, air-gapped Bitcoin signing. Coldcard delivers a proven hardware security architecture and deeper seed management and customization options. For users whose security requirements extend beyond the basics, that depth is the difference.
Liquid support and supply chain integrity: two factors to note
Liquid support and what it means for Jade
Liquid is a federated sidechain launched by Blockstream in 2018. Users peg-in BTC, receive Liquid Bitcoin (L-BTC), transact with faster settlement times on the sidechain, and then peg-out back to BTC when done. For users looking for faster transaction times or cheaper fees when Bitcoin's base layer fees are persistently high, Liquid can be a useful Layer 2. The Jade Plus supports Liquid natively, which is a genuine feature if it's part of your workflow.
If it's not, then Liquid support is extra code in your signing device with no benefit to you. Liquid has its own transaction format, scripting rules, and signing requirements, each requiring firmware implementation. If you use Lightning or other Layer 2 solutions for off-chain spending, or you only hold Bitcoin long term on the base layer, you likely do not need it. In security firmware, a narrower codebase is smaller, easier to audit, and has less surface area for errors. The Coldcard Q and Mk5 implement only the Bitcoin protocol, and every line of code has a purpose you can verify.
Supply chain and physical integrity of delivered devices
A signing device protects your Bitcoin from remote attackers, but the device itself can be a target before it reaches you. Supply chain attacks involve tampering during manufacturing, shipping, or storage, and can include substituting a device, adding components, or modifying firmware so that a device that looks legitimate is already compromised on arrival. Signing devices are high-value targets, and the risk scales with how much Bitcoin you hold.
The Coldcard Q and Mk5 address this directly. Each ships in a serialized tamper-evident bag with a registered serial number to verify before opening. Both have clear cases for visual inspection of internal components on arrival. If you are holding a meaningful amount of Bitcoin, knowing the device you received is the device that was built is not a minor detail. Jade Plus ships in standard retail packaging with no equivalent verification features.
What Blockstream Jade does well
Blockstream is an established Bitcoin company with a strong technical reputation, and the Jade Plus has genuine strengths worth mentioning.
-
✓
Fully open-source firmware. Jade's firmware is open-source and auditable. Blockstream also publishes the oracle implementation, so the full security model can be independently reviewed.
-
✓
QR-based air-gapped signing. Jade Plus supports fully air-gapped transaction signing via QR codes or microSD cards, with no USB data connection required.
-
✓
Taproot and Miniscript support. Jade Plus supports Taproot (P2TR) transactions and Miniscript spending policies, covering the Bitcoin protocol features most users need today.
-
✓
BIP-85 child seed derivation. Jade supports BIP-85, allowing multiple independent child seeds to be derived from a single master.
-
✓
Anti-Exfil (Anti-Klepto) protection. Jade implements Anti-Exfil, preventing a compromised host machine from leaking the private key through signature manipulation.
-
✓
Competitive price point. Jade Plus is priced lower than Coldcard Q and Mk5, making it an accessible entry point for users who want open-source QR air-gap capability.
-
✓
Battery-powered operation. Jade Plus includes a built-in battery. For users who prefer a device that stays charged between uses rather than requiring a power source, this is a practical advantage.
-
✓
Self-hostable oracle. Users who do not wish to rely on Blockstream's servers can run their own blind oracle instance, and the oracle code is open source.
Which signing device is right for you?
Both are open-source air-gapped signing devices. The choice is about hardware security model and feature depth.
Choose Coldcard
- →You want hardware-level key protection with a dedicated secure element chip
- →You want a Bitcoin-only device with no Liquid or multi-protocol scope
- →A self-destruct PIN and duress wallet PIN are part of your threat model
- →Supply chain transparency matters: serialized packaging and viewable internal electronics
- →You want advanced seed management options: Seed XOR, Seed Vault, user-contributed entropy
- →You are building or managing a multisig vault with complex key requirements
Choose Blockstream Jade Plus
- →You want open-source QR air-gapped signing at a lower price point
- →You are comfortable with the oracle model, or plan to use SeedQR mode to eliminate the oracle dependency
- →You use Liquid or operate within the Blockstream ecosystem
- →You want battery-powered, cable-free operation with a built-in camera for QR scanning
- →Taproot, Miniscript, and BIP-85 cover your protocol requirements


