Probabilistic Smart Contracts: Secure Randomness on the Blockchain

Krishnendu Chatterjee,Amir Kafshdar Goharshady,Arash Pourdamghani
DOI: https://doi.org/10.48550/arXiv.1902.07986
2019-02-21
Abstract:In today's programmable blockchains, smart contracts are limited to being deterministic and non-probabilistic. This lack of randomness is a consequential limitation, given that a wide variety of real-world financial contracts, such as casino games and lotteries, depend entirely on randomness. As a result, several ad-hoc random number generation approaches have been developed to be used in smart contracts. These include ideas such as using an oracle or relying on the block hash. However, these approaches are manipulatable, i.e. their output can be tampered with by parties who might not be neutral, such as the owner of the oracle or the miners. We propose a novel game-theoretic approach for generating provably unmanipulatable pseudorandom numbers on the blockchain. Our approach allows smart contracts to access a trustworthy source of randomness that does not rely on potentially compromised miners or oracles, hence enabling the creation of a new generation of smart contracts that are not limited to being non-probabilistic and can be drawn from the much more general class of probabilistic programs.
Computer Science and Game Theory,Cryptography and Security,Programming Languages
What problem does this paper attempt to address?