# Atomic Commitment Across Blockchains

**Authors:** Victor Zakhary, Divyakant Agrawal, Amr El Abbadi

arXiv: 1905.02847 · 2021-03-30

## TL;DR

This paper introduces AC3WN, a decentralized protocol ensuring all-or-nothing atomic cross-chain transactions in asynchronous environments, preventing partial asset exchanges due to network delays or crashes.

## Contribution

It presents the first decentralized all-or-nothing atomic cross-chain commitment protocol suitable for asynchronous networks.

## Key findings

- Guarantees atomicity in cross-chain swaps
- Uses witnesses to prevent conflicting events
- Ensures all or nothing asset exchange

## Abstract

The recent adoption of blockchain technologies and open permissionless networks suggest the importance of peer-to-peer atomic cross-chain transaction protocols. Users should be able to atomically exchange tokens and assets without depending on centralized intermediaries such as exchanges. Recent peer-to-peer atomic cross-chain swap protocols use hashlocks and timelocks to ensure that participants comply to the protocol. However, an expired timelock could lead to a violation of the all-or-nothing atomicity property. An honest participant who fails to execute a smart contract on time due to a crash failure or network delays at her site might end up losing her assets. Although a crashed participant is the only participant who ends up worse off, current proposals are unsuitable for atomic cross-chain transactions in asynchronous environments where crash failures and network delays are the norm. In this paper, we present AC3WN, the first decentralized all-or-nothing atomic cross-chain commitment protocol. The redeem and refund events of the smart contracts that exchange assets are modeled as conflicting events. An open permissionless network of witnesses is used to guarantee that conflicting events could never simultaneously occur and either all smart contracts in an atomic cross-chain transaction are redeemed or all of them are refunded.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1905.02847/full.md

## Figures

22 figures with captions in the complete paper: https://tomesphere.com/paper/1905.02847/full.md

## References

29 references — full list in the complete paper: https://tomesphere.com/paper/1905.02847/full.md

---
Source: https://tomesphere.com/paper/1905.02847