Koinlytics

What Bridge Atomicity Actually Means

Cross-Chainadvanced6 min read
Atomic vs eventual bridges. Why an atomic swap can guarantee no-loss but an intent-based fill cannot. When each matters.

Atomicity means: the whole transaction settles or none of it does. There is no in-between state where you sent funds but did not receive them. In cross-chain, atomicity is expensive and rare. Most bridges are eventual: your source funds move first, destination funds follow.

Truly atomic: HTLC

Hashed Time-Locked Contracts. Both parties lock funds. Only reveal the secret to unlock both. If either party goes silent, funds return. This is how atomic swaps worked in the 2018-2020 experiments (bisq, Komodo). Slow, complex, mostly abandoned for scale.

Eventual: everything else

Canonical bridges, intent-based bridges, LayerZero-style messaging: user commits on source, some off-chain or on-chain process results in destination minting. There is a window where the user has sent source but not received destination. If the bridge fails, user has to file support tickets.

What can go wrong

What atomicity would fix

A truly atomic bridge would guarantee "you either get X on chain B or you keep your funds on chain A." No stuck funds, no manual refunds. Cost: complexity, latency (must wait for finality on both).

Where atomicity matters

Where it doesn't

Retail bridging $500 to a new chain. Eventual + good customer support is enough.

PreviousIntent-Based Bridging: Across, CoW, and 1inch Fusion
Powered by Koinlytics · Free crypto education.

Ready to try what you just learned?

Open the Koinlytics dashboard and see the concepts live on your real portfolio.

Launch App