cold-storage

Air-Gapped Bitcoin Transaction Signing: The Complete Guide for 2026

Air-gapped Bitcoin signing keeps your private keys permanently offline — transactions are signed with zero internet connectivity. Here's how to set up and use air-gapped cold storage.

air-gappedcold storageColdcardSeedSignerPSBThardware wallet

Air-Gapped Bitcoin Transaction Signing: The Complete Guide for 2026

An air-gapped hardware wallet never connects to the internet — not via USB, Bluetooth, or WiFi. Transactions are moved in and out using QR codes or microSD cards. This is the highest security level for cold storage Bitcoin.

If you hold significant Bitcoin, understanding air-gapped signing is essential.

What Is Air-Gapped Signing?

Standard hardware wallets (Trezor, Ledger) connect to a computer via USB to sign transactions. The computer broadcasts the signed transaction to the Bitcoin network. This workflow is secure — but the USB connection is still a potential attack surface.

Air-gapped signing eliminates the physical connection entirely:

  1. Prepare the transaction on a watch-only wallet running on an internet-connected computer (the transaction is just unsigned data — no private keys involved)
  2. Transfer the unsigned transaction to the air-gapped signing device via QR code or microSD
  3. Sign the transaction on the offline device (private keys never leave the air-gapped environment)
  4. Transfer the signed transaction back to the online computer via QR code or microSD
  5. Broadcast from the online computer to the Bitcoin network

The private keys exist in a device that has never touched the internet — and never will.

Air-Gapped Devices in 2026

Coldcard Mk4 (Best Overall)

The Coldcard Mk4 is the gold standard for air-gapped Bitcoin signing. Its microSD-based transaction workflow is battle-tested and widely supported.

Air-gap method: microSD card (or NFC for PSBT transfer with certain companion apps)

Workflow:

  1. Sparrow Wallet creates unsigned PSBT (Partially Signed Bitcoin Transaction) on computer
  2. Export PSBT to microSD card
  3. Insert microSD into Coldcard, review and sign on-device
  4. Export signed PSBT back to microSD
  5. Import signed PSBT back to Sparrow and broadcast

Coldcard-specific security features:

  • Duress PIN (enters wiped version of wallet under coercion)
  • Trick PINs (configurable responses to wrong PINs)
  • Brick Mode (permanent destruction on multiple bad PINs)
  • Supply chain attestation (verify your Coldcard wasn't tampered with before shipping)

SeedSigner (Open Source, Fully Air-Gapped)

SeedSigner is a DIY air-gapped signer built on Raspberry Pi Zero. No persistent storage — your seed phrase is entered each session via BIP39 word selection. The device holds nothing when powered off.

Air-gap method: QR codes (display and camera)

Workflow:

  1. Import seed phrase (or COLDCARD backup) each session via QR or manual selection
  2. Scan unsigned PSBT QR code from Sparrow/Specter
  3. Sign on-device
  4. Display signed PSBT as animated QR code
  5. Scan animated QR from Sparrow to get signed transaction

Best for: Maximum security (stateless), technical users, airgap purists.

Foundation Passport 2

The Foundation Passport supports both QR and microSD air-gap workflows. Open-source firmware auditable by anyone.

Air-gap method: QR codes and microSD

Workflow: Similar to Coldcard, with better QR workflow that many users find more elegant than microSD.

Keystone 3 Pro

The Keystone 3 Pro is air-gapped by design (no USB connection for signing). Uses QR codes exclusively.

Air-gap method: QR codes only

Best for: Users who prefer the simplicity of QR-only workflow.

Companion Software for Air-Gapped Wallets

Your air-gapped device needs a companion "watch-only" wallet on your computer — a wallet that knows your public keys (so it can generate addresses and build transactions) but never has access to your private keys.

Sparrow Wallet: The best desktop companion for air-gapped wallets. Natively supports PSBT export/import for Coldcard (microSD) and QR-based signers (SeedSigner, Passport, Keystone). Free, open source.

Specter Desktop: Another strong option, particularly well-suited for multisig setups with multiple air-gapped signers.

BlueWallet: Mobile companion for QR-based air-gapped wallets.

PSBT: The Technical Foundation

Air-gapped signing is built on PSBT — Partially Signed Bitcoin Transactions (BIP 174). A PSBT is a standardized format for transactions in progress:

  • Unsigned PSBT: Has all transaction inputs and outputs, but no signatures. Generated by the watch-only wallet.
  • Signed PSBT: Has the signatures added by the hardware wallet. Ready to broadcast.

PSBT allows transactions to be passed between different software for different purposes — building, signing, and broadcasting can all happen on different devices.

Setting Up Your First Air-Gapped Workflow: Step by Step

Using Coldcard Mk4 + Sparrow Wallet + microSD:

Initial setup:

  1. Set up your Coldcard (seed generation, PIN configuration)
  2. Export your extended public key (xpub) from Coldcard to microSD
  3. Import xpub into Sparrow to create a watch-only wallet
  4. Verify receive addresses match between Sparrow and Coldcard

Making a transaction:

  1. In Sparrow, create a new transaction (specify recipient address and amount)
  2. Click "Create Transaction" → "Sign" → "Export via PSBT"
  3. Save PSBT file to microSD card
  4. Insert microSD into powered-on Coldcard
  5. Navigate to "Ready To Sign" on Coldcard
  6. Review transaction details on Coldcard display
  7. Approve the transaction (physical button press)
  8. Coldcard saves the signed PSBT to microSD
  9. Return microSD to computer
  10. In Sparrow: "Load PSBT" → "Broadcast Transaction"

Air-Gapped Multisig

Air-gapped signing becomes even more powerful in multisig configurations. A 2-of-3 multisig with all three keys air-gapped means:

  • No single device can be compromised to steal funds
  • No USB connection on any signing device
  • Each signing is a physical act requiring access to the device

This is how serious Bitcoin custody works at scale. Services like Casa and Unchained Capital build their collaborative custody products on this foundation.

Common Air-Gap Mistakes

Using a compromised computer for the watch-only wallet: The watch-only wallet doesn't have your private keys, but it does generate transaction details. A compromised watch-only wallet could substitute a different recipient address. Always verify destination addresses on the air-gapped device's display before signing.

Using the air-gapped device on a networked computer: If you temporarily connect your air-gapped device to a computer with internet (e.g., to update firmware), you've broken the air gap. Use a dedicated offline computer for firmware updates if possible.

Not verifying transaction details: The entire point of the hardware wallet display is for you to verify the transaction before signing. Don't just press confirm — read the destination address and amount carefully.

Losing microSD data: Handle microSD cards carefully. Use high-quality cards from reputable manufacturers. The data on them (PSBT files) is temporary but their loss can interrupt your workflow.

FAQ

Is air-gapped signing significantly more secure than standard USB hardware wallet signing?

Yes, but marginally for most users. Standard hardware wallet + USB is already very secure — the private key never leaves the device. Air-gapped signing eliminates the USB attack surface (firmware exploit via USB) and provides even stronger guarantees for high-value holdings.

What software works with air-gapped hardware wallets?

Sparrow Wallet (best for microSD/PSBT workflows), Specter Desktop (best for multisig), and BlueWallet (mobile) are the primary options. All support the PSBT standard.

Can I do air-gapped signing on a Trezor or Ledger?

Trezor and Ledger are primarily USB-based, though Trezor has limited QR-based functionality. For dedicated air-gap workflows, Coldcard, Foundation Passport, SeedSigner, and Keystone are better choices.

How do I update firmware on an air-gapped device?

Coldcard: firmware updates via microSD (download on an internet-connected machine, verify the hash, transfer to microSD, install). Foundation Passport: similar microSD-based update. This is the correct way to update without breaking the air gap.


Explore air-gapped hardware wallets in our Cold Storage Directory. See also: Coldcard Mk4 Review and Bitcoin Multisig Cold Storage Setup.

Stay Up to Date on Bitcoin

Get our free Beginners Guide to Buying Bitcoin plus weekly insights for long-term holders.

Related Posts

cold-storage
Air-Gapped Bitcoin Hardware Wallets: Complete Guide for 2026

Air-gapped Bitcoin hardware wallets like Coldcard, Keystone 3 Pro, and Foundation Passport sign transactions via QR codes only — private keys never touch a connected device. This guide explains how they work and when to use one.