Bitcoin DEX Protocols Compared: Swaps, Orderbooks, AMMs
Compare decentralized exchange protocols for trading Bitcoin without custodians: atomic swaps, P2P orderbooks, Lightning DEXes, and Bitcoin L2 AMMs.
Bitcoin DEX Protocol Overview
Trading Bitcoin without a centralized exchange means choosing between fundamentally different protocol designs, each with distinct trust assumptions, settlement speeds, and liquidity profiles. Decentralized exchanges for Bitcoin fall into three broad categories: atomic swap protocols that settle cross-chain trades trustlessly, Lightning-based P2P exchanges that use hold invoices for fast fiat-to-BTC trading, and AMM-style DEXes on Bitcoin Layer 2 networks that replicate the DeFi trading experience from Ethereum.
The following comparison covers the leading protocols in each category, with verified data on trust models, fees, settlement speed, KYC requirements, and current operational status as of mid-2026.
Protocol Comparison Table
This table summarizes the key characteristics of each Bitcoin DEX protocol. Protocols are grouped by their underlying mechanism.
| Protocol | Type | Trust Model | KYC | Trading Fees | Settlement | Status |
|---|---|---|---|---|---|---|
| Bisq | P2P Orderbook | Non-custodial (2-of-2 multisig) | None | ~0.65-1.3% | 1-6 days (fiat dependent) | Active |
| BasicSwap | Atomic Swap | Non-custodial (HTLC / adaptor sigs) | None | 0% | 10-60 min | Beta |
| RoboSats | Lightning P2P | Semi-custodial (hold invoices) | None | 0.2% | Seconds (Lightning) | Active |
| LN Markets | Lightning Derivatives | Custodial | Likely | 0.1% | Instant (Lightning) | Active |
| THORChain | Cross-chain AMM | Economic (bonded validators) | None | Slip-based (~0.1-1%) | Minutes | Active (recovering) |
| ALEX Lab | AMM (Stacks L2) | Non-custodial (smart contracts) | None | AMM pool fees | ~30 min (Stacks blocks) | Active (post-exploit) |
| Dotswap | AMM (Bitcoin L1) | Non-custodial (PSBTs) | None | AMM pool fees | ~10 min (Bitcoin blocks) | Active |
| Portal DEX | Atomic Swap | Non-custodial (HTLC) | None | Variable | Minutes | Active (early) |
For peer-to-peer fiat-to-BTC trading specifically, see our Bitcoin P2P exchange comparison. For cross-chain swaps involving non-Bitcoin assets, see the cross-chain swap comparison.
Atomic Swap Protocols
Atomic swaps are the most trust-minimized approach to decentralized trading. Two parties exchange assets on different blockchains using cryptographic locks that guarantee either both sides complete or neither does. No intermediary ever holds funds.
Bisq
Bisq is the longest-running Bitcoin DEX, operating as a DAO since 2014. Bisq 1 uses 2-of-2 multisig escrow: both buyer and seller lock BTC (including security deposits) into a multisig address. Fiat payment occurs off-platform, and both parties must sign to release funds. Disputes go to DAO-elected arbitrators.
Bisq 2 introduces MuSig-based trade protocols using Taproot and Schnorr signatures, reducing per-trade on-chain transactions from four to one. Swap transactions become indistinguishable from regular Bitcoin transactions, improving privacy. Bisq Easy, a Bisq 2 protocol, uses reputation-based security instead of collateral with zero trading fees, though sellers typically add a 10-15% price premium.
Fees on Bisq 1 are approximately 1.3% combined (0.15% maker, 1.15% taker) when paying in BTC, or roughly half that when paying in BSQ, the governance token. Maximum trade sizes are around 0.25 BTC on Bisq 1 and approximately $600 on Bisq Easy. Settlement time depends entirely on the fiat payment method: bank transfers take 1-6 days, while faster methods like Zelle or Revolut can complete in hours.
BasicSwap
BasicSwap, built by Particl, implements true cross-chain atomic swaps using two mechanisms: Hash Time-Locked Contracts for scriptable coins and adaptor signatures for privacy coins like Monero that lack scripting. The adaptor signature approach provides superior privacy because swap transactions are indistinguishable from regular transactions on-chain.
BasicSwap charges zero trading fees: users pay only standard blockchain network fees. The tradeoff is that each user must run local full nodes for every coin they wish to trade, making the setup technically demanding. Settlement takes tens of minutes due to on-chain confirmation requirements across two chains. Supported coins include BTC, XMR, LTC, DASH, FIRO, PIVX, DCR, DOGE, BCH, and NMC.
In July 2026, a race condition vulnerability on the adaptor signature refund path was exploited for 0.66 BTC (~$42K). The issue was patched in v0.17.2 within days.
Portal DEX
Portal uses proprietary "BitScaler" technology for trustless atomic swaps between Bitcoin and other chains, primarily Solana. It launched on mainnet in September 2025 after over 18 million testnet transactions. Portal also operates an Atomic OTC Desk (launched December 2025 with $25M in funding) targeting institutional-size trades.
Lightning-Based Exchanges
Lightning Network-based exchanges trade settlement speed for different trust assumptions. Instead of waiting for on-chain confirmations, these platforms use Lightning payment channels to settle BTC transfers in seconds.
RoboSats
RoboSats is a Tor-only, Lightning-native P2P exchange where users generate disposable "robot" identities for each trade session. No accounts, no email, no phone number. The escrow mechanism uses Lightning hold invoices: the seller locks bitcoin into a hold invoice, and funds release when the seller confirms fiat receipt. Both parties post a 3% fidelity bond via Lightning, returned on successful completion.
Fees are among the lowest of any P2P exchange: 0.025% for makers and 0.175% for takers, totaling 0.2%. On-chain payouts (for users without Lightning wallets) carry additional swap fees of 1-10%. Since v0.6.0 (December 2023), RoboSats operates on a federated model with multiple independent coordinator nodes, distributing trust rather than relying on a single server.
Trade sizes are constrained by Lightning channel capacity, historically limited to around 0.03-0.05 BTC per transaction, though this ceiling has risen as Lightning infrastructure matures. The Human Rights Foundation awarded RoboSats a grant in September 2024 for its contribution to financial privacy.
LN Markets
LN Markets occupies a different niche: Bitcoin derivatives trading with Lightning-speed settlement. Users deposit sats via Lightning, trade perpetual futures (up to 100x leverage) and options, and withdraw via Lightning. Execution speed is approximately 100ms.
The trust model is custodial: LN Markets holds deposited funds while positions are open. Trading fees are 0.1% per trade with no funding rate or complex fee tiers. As of mid-2026, the platform has processed over 7.6 million trades and $21 billion in cumulative volume. LN Markets has announced plans for non-custodial options trading using Discreet Log Contracts.
Bitcoin L2 AMM DEXes
Automated market makers on Bitcoin Layer 2 networks attempt to replicate the Uniswap-style trading experience within the Bitcoin ecosystem. These protocols face a unique challenge: Bitcoin's base layer was not designed for complex smart contracts, so AMMs must operate on sidechains, rollups, or novel execution layers.
THORChain
THORChain is an independent Layer 1 blockchain purpose-built for cross-chain swaps. Users send native BTC to THORChain-controlled vault addresses; the protocol observes the inbound transaction and executes an outbound transfer on the destination chain. All pools pair with RUNE (the native token), so swaps route through RUNE as an intermediary. No wrapping of assets occurs.
Security relies on economic guarantees rather than cryptographic trustlessness: node operators must post bonds exceeding pooled assets. Fees use a slip-based model where larger trades relative to pool depth pay higher fees, compensating liquidity providers dynamically.
THORChain has experienced severe operational disruptions. In January 2025, a $200 million insolvency crisis emerged from lending obligations ($97M) and synthetic assets ($102M). RUNE dropped 48%, and THORFi services were paused. The protocol approved a restructuring plan minting 200M TCY equity tokens to cover the debt, each paying 10% of protocol revenue indefinitely. In May 2026, a $10.7M exploit via a GG20 threshold signature flaw triggered a 39-day shutdown. Operations resumed in June 2026 with TVL at approximately $28M and daily volume around $2M, far below previous peaks exceeding $1 billion in TVL.
ALEX Lab (Stacks)
ALEX is the primary AMM DEX on Stacks, supporting token swaps, liquidity pools, and yield farming for Stacks-based assets including STX, sBTC, and wrapped stablecoins. Smart contracts on Stacks settle to Bitcoin, providing a form of Bitcoin-anchored finality.
ALEX has suffered two major security incidents. In May 2024, an XLink bridge exploit (later attributed to the Lazarus Group) resulted in $4.3M in losses. In June 2025, an $8.3M exploit via an access control failure drained 8.4M STX tokens, 21.85 sBTC, and stablecoins, causing the ALEX token to drop 45%. The ALEX Lab Foundation committed to 100% USDC reimbursement from treasury reserves. The protocol remains operational but confidence and TVL have declined significantly.
Dotswap (Bitcoin L1)
Dotswap operates directly on Bitcoin's base layer using Partially Signed Bitcoin Transactions for on-chain atomic swaps. It serves as the primary AMM for Bitcoin-native token standards: BRC-20, Runes, ARC20, and CAT20. Users can provide liquidity by adding BTC and tokens to pools. The protocol has processed over $40M in cumulative trading volume since its 2023 launch. Governance operates through a veToken system using the $DSWP token.
Decentralization vs. UX Tradeoffs
The fundamental tension across all Bitcoin DEX protocols is the tradeoff between decentralization and usability. The more trust-minimized a protocol, the more friction users encounter.
| Dimension | More Decentralized | More Usable |
|---|---|---|
| Settlement speed | On-chain atomic swaps (10-60 min) | Lightning or custodial (seconds) |
| Liquidity | P2P orderbooks (thin, wide spreads) | AMM pools or CEX liquidity |
| Setup complexity | Run full nodes locally (BasicSwap) | Browser or mobile app (LN Markets) |
| Trade size | Limited by escrow/channel capacity | Limited by pool depth or counterparty |
| Privacy | Tor + adaptor sigs (BasicSwap, RoboSats) | KYC + account-based (LN Markets) |
| Smart contract risk | None (pure Bitcoin script) | L2 contract exploits (ALEX, THORChain) |
Atomic swap protocols like BasicSwap achieve the strongest trust minimization, but their requirement for running full nodes and enduring multi-block confirmation times limits adoption to technically proficient users. Lightning-based exchanges like RoboSats find a middle ground: fast settlement with moderate trust assumptions during the trade window. AMM-based L2 DEXes offer the most familiar trading experience but introduce smart contract risk, as demonstrated by the exploits at ALEX Lab and THORChain.
How Spark Could Improve DEX Settlement
One persistent challenge for Bitcoin DEXes is settlement speed. On-chain atomic swaps require multiple block confirmations across two chains. Lightning-based approaches are fast but constrained by channel capacity and liquidity management. Spark, a statechain-based Bitcoin Layer 2, offers a channelless architecture that enables instant, self-custodial Bitcoin transfers without the overhead of managing Lightning channels.
For DEX settlement, Spark's design eliminates the liquidity fragmentation problem that affects Lightning-based exchanges: there are no channels to open, fund, or rebalance. Combined with native USDB support, Spark could enable BTC/USD trading pairs to settle on Bitcoin infrastructure without bridging to Ethereum or Solana. Magic Eden has already announced integration with Spark for faster Bitcoin trading settlement. For a deeper comparison of Bitcoin L2 architectures, see our Spark protocol explainer.
Choosing a Bitcoin DEX Protocol
The right protocol depends on what you are optimizing for:
- Maximum privacy and no KYC: RoboSats (Lightning, Tor-only) or BasicSwap (true atomic swaps, no intermediary)
- Fiat-to-BTC without identity verification: Bisq (widest fiat payment method support) or RoboSats (fastest settlement)
- Cross-chain swaps with native assets: THORChain (broadest chain support, but review its recent security incidents)
- Trading Bitcoin-native tokens (BRC-20, Runes): Dotswap (Bitcoin L1 AMM) or ALEX Lab on Stacks
- Bitcoin derivatives without a centralized exchange: LN Markets (custodial but Lightning-settled)
- Zero trading fees: BasicSwap (pay only network fees)
Frequently Asked Questions
What is the best decentralized exchange for Bitcoin?
There is no single best Bitcoin DEX because each protocol optimizes for different goals. Bisq is the most established for fiat-to-BTC trades without KYC. RoboSats offers the fastest settlement via Lightning with strong privacy. BasicSwap provides true atomic swaps with zero fees but requires running full nodes. THORChain supports the widest range of cross-chain swaps but has experienced significant security incidents. The best choice depends on whether you prioritize privacy, speed, liquidity, or ease of use.
How do atomic swaps work on Bitcoin?
Atomic swaps use cryptographic hash locks to ensure two parties on different blockchains either both complete their trade or neither does. The most common mechanism is Hash Time-Locked Contracts: one party creates a secret and locks their coins with a hash of that secret, the other party locks their coins with the same hash, then the first party claims and reveals the secret, allowing the second party to claim as well. If either side fails to act within the timelock, both parties get their funds back. Newer protocols use adaptor signatures for improved privacy. For more details, see our scriptless scripts research.
Can you trade Bitcoin without KYC?
Yes. Several Bitcoin DEX protocols operate without identity verification. Bisq, BasicSwap, RoboSats, Dotswap, and THORChain all allow trading without KYC. RoboSats is Tor-only with disposable robot identities, making it one of the most private options. BasicSwap uses adaptor signatures that make swap transactions indistinguishable from regular transactions on-chain. Keep in mind that while these protocols do not require KYC, the fiat payment methods used for BTC purchases (bank transfers, payment apps) may leave a trail on the fiat side.
What are the risks of using a Bitcoin DEX?
Bitcoin DEXes carry several categories of risk. Smart contract risk applies to L2 AMM DEXes: ALEX Lab lost $12.6M across two exploits in 2024-2025, and THORChain experienced a $200M insolvency crisis and a $10.7M exploit. Liquidity risk affects all decentralized protocols: spreads are wider and trade sizes smaller than on centralized exchanges. Atomic swap protocols carry timelock risk, where network congestion could cause refund transactions to fail. Lightning-based exchanges have temporary custodial risk during the trade window. No Bitcoin DEX offers the same liquidity depth or asset coverage as major centralized exchanges.
How does a Lightning DEX differ from an on-chain DEX?
Lightning-based DEXes like RoboSats settle BTC transfers in seconds using payment channels, while on-chain DEXes like Bisq or BasicSwap require Bitcoin block confirmations (10+ minutes per confirmation). Lightning DEXes offer faster settlement and lower fees but introduce a semi-custodial element during the trade window (hold invoices lock funds at the coordinator node). On-chain atomic swaps are fully trustless but slower. For a broader comparison of on-chain vs. Lightning tradeoffs, see our Lightning vs. on-chain tool.
Is THORChain safe to use after its exploits?
THORChain resumed operations in June 2026 after a 39-day shutdown triggered by a $10.7M exploit. The protocol has also undergone a $200M debt restructuring via TCY equity tokens. While it remains functional, TVL has dropped from over $1 billion at peak to approximately $28M at restart, and daily volume has fallen to around $2M. Users should evaluate whether the economic security model (node operator bonds exceeding pooled assets) provides sufficient protection given the protocol's track record.
What is the cheapest way to swap Bitcoin for other crypto?
BasicSwap charges zero trading fees, with users paying only standard blockchain network fees (typically a few cents). However, the protocol requires running full nodes and has limited liquidity. Among more accessible options, RoboSats charges 0.2% total (maker + taker) for Lightning-settled BTC trades. THORChain uses slip-based fees that vary by trade size relative to pool depth. For detailed fee comparisons across Bitcoin trading venues, see our cross-chain swap comparison.
This tool is for informational purposes only and does not constitute financial advice. Data is approximate and based on publicly available information as of mid-2026. Protocol status, TVL, fees, and security posture change frequently. Always verify current data directly with each protocol before trading.
Build with Spark
Integrate bitcoin, Lightning, and stablecoins into your app with a few lines of code.
Read the docs →
