the blockchain
play

the Blockchain Krishnendu Chatterjee*, Amir Goharshady *, Arash - PowerPoint PPT Presentation

Probabilistic Smart Contracts: Secure Randomness on the Blockchain Krishnendu Chatterjee*, Amir Goharshady *, Arash Pourdamghani** *IST Austria, **Sharif University of Technology Random Numbers on the Blockchain Current programmable


  1. Probabilistic Smart Contracts: Secure Randomness on the Blockchain Krishnendu Chatterjee*, Amir Goharshady *, Arash Pourdamghani** *IST Austria, **Sharif University of Technology

  2. Random Numbers on the Blockchain • Current programmable blockchains do not allow probabilistic behavior. • Probabilistic programs are much more general than non-probabilistic programs. • Many financial contracts (e.g. lotteries and gambling) are inherently probabilistic. • Random number generation can be used for proof-of-stake mining. • Many distributed algorithms and protocols rely on randomness.

  3. All names, characters, businesses, places, events and incidents portrayed in this talk are either the products of the author’s imagination or used in a fictitious manner. Any resemblance to actual persons, living or dead, or actual events is purely coincidental. I am a poor graduate student who cannot afford legal fees. Do not sue me,

  4. The Lottery Story • Ed, a well-known celebrity and billionaire, is rolling the raffle drum 4 times to find a winner. • When the number 8 comes out in the 2 nd draw, Ed says he hates this number, puts it back in the drum, and rolls it again. • Has Ed cheated? Do not sue me,

  5. The Lottery Story • Turns out Ed had bought half of all the tickets. • He did not buy any tickets with 8 in them. • By this trick, he increased his chance of winning the lottery. No No-red edra raw w rule le: Red edrawin awing g is chea eating! ting! Ed shoul uld not be a able e to chang nge e the res result lts. s. Do not sue me,

  6. The Lottery Story • Next year, the organizers ban redraws. • Ed is rolling the drum again. • The number 8 never appears in the rolls. • Turns out Ed has bribed the drum maker. No No-ce centraliza ntralization tion rule le: Cen entra raliza lization tion is chea eating ting! No cen entra ral l autho horit rity y (i (includ luding ing the e lotter ery y organiz nizer ers) s) should uld make o e or roll ll the e drums. s. Do not sue me,

  7. The Lottery Story • Next year, the organizers invite 4 celebrities. • They each bring their own drum. • Each celebrity draws a number and announces it. Ed is last. • Ed wins again! Co Concurr urrenc ency y rule: e: Ever eryo yone ne should uld draw at the e same e time! e! (o (or at lea east t bef efore e knowing ing othe her r draws) s)

  8. The Lottery Story • Next year, the organizers enforce concurrency. • Ed does not announce his number. • He just walks away. • The organizers have to invite another celebrity for the 4 th draw. • Ed wins. Pen enalty ty rule: e: Ther ere e should uld be a e a p pen enalty lty for not announci ncing ng the e draw. The e pen enalty lty shou ould ld be a e at lea east st as big as the e lotter ery y prize ize itsel elf.

  9. The Lottery Story • Next year, the organizers enforce penalties using deposits. • Ed wins. Rule e of 1: Even en if one e particip ticipan ant t is gen ener eratin ating g unifo formly rmly random om draws, ws, the e whole ole res esult lt should uld be e uniformly ormly random om.

  10. The Lottery Story • Next year, each participant draws 4 times. • The result is determined by XORing. • Ed wins. • Turns out he bribed every participant. Open ennes ess: s: Dr Drawin wing g should uld be o e open en to to ev ever eryo yone. e. Let’s do it on the blockchain!

  11. The Lottery Story • Next year, anyone who can pay the deposit can participate. • The result is determined by XORing. • Ed wins. • Turns out no one is willing to participate and deposit money without being paid. Incen entiv tivization ization: Each partici ticipant nt shoul uld be paid for their ir input ut.

  12. The Lottery Story • Next year, anyone who can pay the deposit can participate. Each participate receives a reward for providing random numbers. • Ed wins. • Turns out participants did not buy drums. They just reported 0s as the result. Incen entiv tivization ization: Each partici ticipant nt shoul uld be paid for their ir input ut. . It should uld also o be e in thei eir r bes est intere erest st to provid vide e unifo formly rmly rando dom inputs. ts.

  13. More on Incentives • Consider a classic one-shot game with n players. • Nash Equilibrium: No player is willing to change strategies. What if the players can collude? • Strong Nash Equilibrium: No set of players can collude to change strategies so that all of them profit. What if the players can share rewards? • Quas Quasi-str trong ong Nas Nash Equilibrium Equilibrium: No set of players can collude to change strategies so that their total payoff increases.

  14. Previous Approaches • Relying on block hash/timestamp (E (Ed is is the miner er) • Using an oracle (E (Ed is is th the oracle cle own wner er) • Using commitment schemes (N (No incen entiv tiviza ization tion for for rando dom inputs) ts) • In the registration phase: • Each participant pays a deposit • They commit to a bit b, by submitting hash(b, nonce, id). • In the revealing phase: • Each participant reveals their nonce The generated random bit is the XOR of all submitted bits. Rewards for each participant who reveals the correct nonce. Confiscation of deposit for others.

  15. Our Approach • Use commitment schemes • but let the reward depend on the submitted random bits • Make it a game where submitting uniformly random bits is the only quasi-strong equilibrium

  16. The Game • n players. • An even-numbered player can play either 0 or 2. • An odd-numbered player can play either 1 or 3. • Let’s say that player i plays s i . Then the utility for player i is:   u ( ,..., s s ) : f s s ( , )  1 i n j i i j where    1 s s 1 ( m o d 4) i j       f s ( , s ) : 1 s s 1 ( mod 4 ) . i j i j   0 oth e w se r i

  17. The Overall Protocol • Implemented as a solidity smart contract that can be called by other contracts for generating random bits. • Consists of 6 steps: 1. Another contract/node requests a random bit and sets the penalty and the reward. 2. Participants can register in a given timeframe. T o register, they should provide: A deposit equal to the penalty • hash(b, nonce, id) • 3. In a given timeframe after the registration, each participant has to reveal their nonce. 4. The deposits are paid back.       5. The game is played and the rewards are calculated. r : 1 u ( ) / s n ' p p 6. The output is the xor of the submitted bits.

  18. Guarantees Secure Randomness on the Blockchain • No-redraw rule (by design) • No-centralization rule (by design) • Concurrency rule (commitment schemes) • Penalty rule (by design) • Rule of 1 (due to XOR) • Openness (anyone can register) • Incentivization (due to the game) • Safety against malicious miners (block withholding, DoS)

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend