English

Zero-Collateral Lotteries in Bitcoin and Ethereum

Cryptography and Security 2017-02-14 v3

Abstract

We present cryptocurrency-based lottery protocols that do not require any collateral from the players. Previous protocols for this task required a security deposit that is O(N2)O(N^2) times larger than the bet amount, where NN is the number of players. Our protocols are based on a tournament bracket construction, and require only O(logN)O(\log N) rounds. Our lottery protocols thus represent a significant improvement, both because they allow players with little money to participate, and because of the time value of money. The Ethereum-based implementation of our lottery is highly efficient. The Bitcoin implementation requires an O(2N)O(2^N) off-chain setup phase, which demonstrates that the expressive power of the scripting language can have important implications. We also describe a minimal modification to the Bitcoin protocol that would eliminate the exponential blowup.

Keywords

Cite

@article{arxiv.1612.05390,
  title  = {Zero-Collateral Lotteries in Bitcoin and Ethereum},
  author = {Andrew Miller and Iddo Bentov},
  journal= {arXiv preprint arXiv:1612.05390},
  year   = {2017}
}