Skip to content
buybitcoinsmart

Glossary / Wallets & custody

Air-gapped

Also known as Air gap.

Definition
Air-gapped describes a signing device that has never been connected to a network or a computer: transactions reach it only as files on a card or as scanned QR codes.

Specified in BIP-174.

An air gap means the signer has no path to the internet, not even through the machine beside it. The enabling standard is the partially signed bitcoin transaction, BIP-174, which shipped in Bitcoin Core 0.17 in October 2018. For a private holder it adds about a minute to each withdrawal and deletes an entire class of remote attack.

How it works

Two machines split the job in an air-gapped setup. The connected one knows your addresses and drafts a transaction it has no power to authorize. The isolated one holds the key, carries no radio and no data cable, and accepts nothing except what you walk over to it by hand.

Three transport channels are in common use, and they differ in what an attacker gets to touch.

A microSD card carries the draft as a file. It is the quickest route for a large transaction and the same slot usually delivers firmware updates, which is exactly why the card deserves suspicion: whatever sits on it will be parsed by code running next to your key.

Animated QR codes carry the same bytes as light. The signer's camera reads a sequence of frames, each holding a fragment, encoded under the Uniform Resources scheme that Blockchain Commons published so different vendors could read each other's output. One still image cannot hold a whole multisig transaction, so the screen loops until the camera has collected the set.

NFC taps sit at the edge of the definition. The range is centimetres and the exchange is deliberate, but a radio is still a radio, and if your reason for buying an isolated signer was to remove radios then leaving one switched on undoes the reasoning.

Travelling back the other way is a signed transaction, which becomes public the moment it is broadcast anyway. No secret ever makes the return trip, so the connected machine can be thoroughly infected without changing the outcome.

Where you see it

Devices built around the air gap include Coldcard, which completes the round trip on a microSD card, Foundation Passport and Keystone, which swap ports for a camera and a screen, Blockstream Jade, and SeedSigner, a self-assembled build on a Raspberry Pi Zero that stores nothing between sessions and reloads its words each time you use it.

The habit that makes the gap worth anything has nothing to do with wiring. Read the destination address and the change output on the isolated device's own display before you approve. A gap stops the key being copied; it does nothing about a draft that quietly pays someone else, and that is the attack ordinary holders actually meet.

Two practical notes. Receiving needs no signer at all, since deriving fresh addresses uses public information only, so the device can sit in a drawer for years while payments land. And confirm your coordinator software speaks your device's transport before you buy one, because incompatible QR encodings between vendors are the commonest reason a new setup is quietly abandoned after a weekend.

Air-gapped vs cold storage

Air-gapped is a fact about how a device is wired; cold storage is a fact about how a key has lived. The two come apart in both directions. A hardware wallet on a USB cable qualifies as cold and not air-gapped, because the secret never crosses the chip boundary even while the cable is attached. An offline laptop you once typed an existing recovery phrase into is air-gapped and was never cold, because those words had already been somewhere else. Treat the gap as one available upgrade inside cold storage, sensible once the balance justifies the extra steps, rather than as another name for it.

Not to be confused with

Frequently asked questions

Is an air-gapped wallet safer than a USB hardware wallet?

Marginally, and only against attacks that arrive through the host connection. Both keep the key inside the device, so the two failures that lose most coins, an untested backup and an unverified address, are identical for each.

Do I need an air-gapped signer to hold bitcoin?

No. For most balances a current hardware wallet bought new from the manufacturer and verified on its own screen is already the right answer. An air gap is the upgrade you take when the amount justifies extra steps at every spend.

Read next

Related terms

More in Wallets & custody