# Cross-chain Deals and Adversarial Commerce

**Authors:** Maurice Herlihy, Barbara Liskov, Liuba Shrira

arXiv: 1905.09743 · 2019-10-16

## TL;DR

This paper introduces cross-chain deals as a new framework for safe, atomic asset exchanges across multiple blockchains, addressing challenges posed by autonomous and adversarial participants.

## Contribution

It defines the concept of cross-chain deals, proposes safety and liveness properties, and presents two protocols for implementing these deals in blockchain systems.

## Key findings

- Two protocols for cross-chain deals: one fully decentralized, one semi-synchronous.
- Formal safety and liveness properties for cross-chain deals.
- Applicable to autonomous, adversarial blockchain environments.

## Abstract

Modern distributed data management systems face a new challenge: how can autonomous, mutually-distrusting parties cooperate safely and effectively? Addressing this challenge brings up questions familiar from classical distributed systems: how to combine multiple steps into a single atomic action, how to recover from failures, and how to synchronize concurrent access to data. Nevertheless, each of these issues requires rethinking when participants are autonomous and potentially adversarial.   We propose the notion of a *cross-chain deal*, a new way to structure complex distributed computations that manage assets in an adversarial setting. Deals are inspired by classical atomic transactions, but are necessarily different, in important ways, to accommodate the decentralized and untrusting nature of the exchange. We describe novel safety and liveness properties, along with two alternative protocols for implementing cross-chain deals in a system of independent blockchain ledgers. One protocol, based on synchronous communication, is fully decentralized, while the other, based on semi-synchronous communication, requires a globally shared ledger.

## Full text

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

## Figures

4 figures with captions in the complete paper: https://tomesphere.com/paper/1905.09743/full.md

## References

46 references — full list in the complete paper: https://tomesphere.com/paper/1905.09743/full.md

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