Crypto
Air Gapped
Definition
Air-gapped means a device is physically isolated from networks, keeping private keys offline to reduce the risk of remote hacking.
What is air-gapped?
Air-gapped describes a security setup where a device is intentionally kept physically separated from the internet and other network connections so sensitive data—like crypto private keys—never touches an online environment. In crypto, “air-gapped” is most often discussed as part of cold storage strategies and is a core concept in how to secure your crypto wallet: if the signing device can’t connect to Wi‑Fi, Bluetooth, cellular networks, or a computer, many common remote attack paths are removed.
Air-gapped wallet
An air-gapped wallet is a wallet system where the device holding the private keys stays offline at all times, while a separate online device handles blockchain communication. Typically, you create an unsigned transaction on a connected phone or computer, then move only the transaction data to the offline wallet for approval. The air-gapped wallet signs the transaction internally and outputs a signed payload that can be broadcast by the online device. Many products marketed as a hardware wallet aim for this model by avoiding direct data connections and relying on QR codes or removable media, sometimes pairing isolation with tamper-resistance features such as a secure element.
Air gap crypto
In air gap crypto workflows, the “gap” is the deliberate separation between (1) key custody and signing and (2) internet access. The online device is treated as potentially hostile: it can be infected with malware, tricked by phishing, or exposed to malicious browser extensions. The offline signer’s job is narrow—store keys and sign only what the user approves—so even if the online device is compromised, an attacker still shouldn’t be able to extract private keys. This model is especially useful for long-term holders and treasury management, where the priority is minimizing remote compromise rather than maximizing convenience.
Air-gapped signing
Air-gapped signing is the process of authorizing a crypto transaction on an offline device without ever connecting that device to the internet. Step-by-step, it usually works like this: (1) you prepare a transaction on an online wallet (recipient address, amount, fees); (2) the online wallet converts the unsigned transaction into a transferable format such as a QR code sequence or a file on a microSD card; (3) the offline device imports that data, displays critical details for human verification, and signs using the private key stored on-device; (4) the offline device exports the signed transaction back via QR codes or removable storage; and (5) the online device broadcasts it to the network. A helpful analogy is a notary in a locked office: documents can be passed in and out for stamping, but the stamp itself never leaves the room.
Why air-gapped matters
Air-gapped security matters because most large-scale crypto losses start with online exposure—malware, remote exploits, credential theft, and social engineering that targets devices connected to the internet. By keeping keys offline, air-gapped designs reduce the attack surface compared with hot wallets and even some setups that connect a signer directly to a computer. That said, “offline” isn’t magic: users still need to verify addresses on the signer’s screen, protect recovery phrases, and consider physical threats like theft or tampering. Used correctly, air-gapped approaches are one of the strongest building blocks for protecting self-custodied funds and are a practical option to consider when deciding how to secure your crypto wallet over the long term.
Frequently Asked Questions
What does air-gapped mean in crypto?
In crypto, air-gapped means the device that stores private keys is kept offline and isolated from networks. Transactions are prepared on an online device, then signed offline and returned for broadcasting. The goal is to prevent remote attackers from ever reaching the keys.
Is an air-gapped wallet the same as a hardware wallet?
Not always. A hardware wallet is a dedicated signing device, but some hardware wallets connect via USB or Bluetooth, while an air-gapped wallet avoids direct network connections entirely. Many air-gapped designs are hardware wallets, but “air-gapped” describes the connectivity model, not the product category.
How do air-gapped wallets send transactions without the internet?
They don’t broadcast transactions themselves. Instead, they sign transaction data offline and export the signed result via QR codes or removable storage. A separate online device then broadcasts the signed transaction to the blockchain network.
Are air-gapped wallets completely safe?
They significantly reduce remote hacking risk, but no setup is perfectly safe. Users can still be tricked into signing the wrong transaction, and physical attacks or supply-chain tampering are possible. Good operational security and careful verification are still required.
What is air-gapped signing?
Air-gapped signing is approving a transaction on an offline device that holds the private keys. The unsigned transaction is transferred in, signed offline, and the signed transaction is transferred back out for broadcasting. This keeps private keys from being exposed to internet-connected systems.
Related Terms
Seed Phrase
A seed phrase is a list of words that can restore a crypto wallet by regenerating the private keys that control its funds.
Hardware Wallet
A hardware wallet is a physical device that keeps your crypto private keys offline and signs transactions securely so funds can’t be spent without your…
Secure Element
A secure element is a tamper-resistant chip that stores cryptographic keys and performs sensitive operations in an isolated, hardened environment.
Private Key
A private key is a secret cryptographic number that lets you prove ownership and sign transactions to spend crypto from a wallet.
Cold Storage
Cold storage is a way to secure crypto by keeping the wallet’s private keys offline, reducing exposure to online hacks and malware.