Overview
Direct Answer
An atomic swap is a peer-to-peer exchange mechanism that allows direct transfer of cryptocurrencies across separate blockchain networks without intermediary custodians. It uses cryptographic hash time-locked contracts (HTLCs) to ensure that either both parties receive their funds or neither party loses value, eliminating counterparty risk.
How It Works
One party generates a random secret and hashes it, then creates a time-locked contract on the first blockchain requiring the receiving party to reveal that secret to claim funds. The second party mirrors this contract on the alternate blockchain with the same hash and a shorter timeout window. When the first party reveals the secret to unlock their funds, both transactions become irreversibly linked, forcing simultaneous settlement or automatic refund after timelock expiration.
Why It Matters
This mechanism reduces reliance on centralised exchanges, lowers transaction fees by eliminating intermediary markup, and decreases exposure to exchange security breaches or regulatory restrictions. It enables price discovery and liquidity across fragmented blockchain ecosystems without custody risk, particularly valuable for cross-chain asset trading.
Common Applications
Atomic swaps facilitate decentralised exchange protocols operating across Bitcoin, Ethereum, and other UTXO-based blockchains. They enable participants in liquidity pools and over-the-counter trading desks to settle trades directly, and support cross-chain bridge mechanisms that require trustless asset exchanges.
Key Considerations
Atomic swaps require both blockchains to support hash-locked contracts and possess compatible scripting capabilities, limiting applicability to simpler blockchain architectures. Successful execution depends on both parties remaining online during the reveal phase; network latency and synchronisation failures can trigger unintended refunds.
Cross-References(2)
More in Blockchain & DLT
Cold Wallet
FoundationsAn offline cryptocurrency storage solution disconnected from the internet for maximum security.
ERC-20
Tokens & AssetsA technical standard for implementing fungible tokens on the Ethereum blockchain.
Blockchain Oracle
Smart Contracts & DAppsA service that provides smart contracts with verified external data from off-chain sources such as market prices, weather conditions, and real-world events.
Decentralised Autonomous Organisation
Smart Contracts & DAppsAn organisation governed by smart contracts and token holder votes rather than centralised management.
Hyperledger
FoundationsAn open-source collaborative project hosting enterprise-grade blockchain frameworks and tools.
Layer 2
FoundationsScaling solutions built on top of a base blockchain that process transactions off-chain while inheriting security from the main chain.
Decentralised Finance
FoundationsFinancial services built on blockchain technology that operate without traditional intermediaries like banks or brokerages.
Hard Fork
FoundationsA radical change to a blockchain's protocol that makes previously invalid blocks or transactions valid, requiring all nodes to upgrade.