Close Menu
    Trending
    • Litecoin Price Crosses $110 Level After 20% Rally — What’s Next For LTC?
    • US Marshals Report Holding 28,988 BTC, Challenging Third-Party Crypto Estimates
    • Saylor Signals Bitcoin Buy as Strategy’s Stash Tops $71B
    • Dogecoin Whale Bets $21 Million After $2.14 Million Profit. What’s Going On?
    • Bitcoin and the Next Wave of Institutional Capital
    • BTC Unlikely to Revisit ATH Before Testing $111K Support
    • What explains the CoinDesk 20 Index’s consistent upward trajectory in July?
    • Rare Altcoin Signal Brewing Since 2020 Foreshadowing Parabolic Expansion, According to Crypto Analyst
    Simon Crypto
    • Home
    • Crypto Market Trends
    • Bitcoin News
    • Crypto Mining
    • Cryptocurrency
    • Blockchain
    • More
      • Altcoins
      • Ethereum
    Simon Crypto
    Home»Ethereum»On Anti-Pre-Revelation Games | Ethereum Foundation Blog
    Ethereum

    On Anti-Pre-Revelation Games | Ethereum Foundation Blog

    Team_SimonCryptoBy Team_SimonCryptoFebruary 18, 2025No Comments11 Mins Read
    Share
    Facebook Twitter LinkedIn Pinterest Email


    An growing variety of proposed functions on high of Ethereum depend on some sort of incentivized, multi-party knowledge provision – whether or not voting, random quantity assortment, or different use instances the place getting data from a number of events to extend decentralization is very fascinating, but in addition the place there’s a sturdy danger of collusion. A RANDAO can actually present random numbers with a lot larger cryptoeconomic safety than easy block hashes – and positively higher than deterministic algorithms with publicly knowable seeds, however it isn’t infinitely collusion-proof: if 100% of contributors in a RANDAO collude with one another, they’ll set the consequence to no matter they need. A way more controversial instance is the prediction market Augur, the place decentralized occasion reporting depends on a extremely superior model of a Schelling scheme, the place everybody votes on the consequence and everybody within the majority will get rewarded. The speculation is that if you happen to count on everybody else to be sincere, your incentive can be to be sincere to be within the majority, and so honesty is a steady equilibrium; the issue is, nevertheless, that’s greater than 50% of the contributors collude, the system breaks.

    The truth that Augur has an impartial token gives a partial protection towards this drawback: if the voters collude, then the worth of Augur’s token will be anticipated to lower to near-zero because the system turns into perceived as ineffective and unreliable, and so the colluders lose a considerable amount of worth. Nonetheless, it’s actually not a complete protection. Paul Sztorc’s Truthcoin (and in addition Augur) features a additional protection, which is kind of economically intelligent. The core mechanism is straightforward: slightly than merely awarding a static quantity to everybody within the majority, the quantity awarded depends upon the extent of disagreement among the many last votes, and the extra disagreement there may be the extra majority voters get, and minority voters get an equally great amount taken out of their safety deposit.


    The intent is straightforward: if you happen to get a message from somebody saying “hey, I’m beginning a collusion; regardless that the precise reply is A, let’s all vote B”, in an easier scheme you might be inclined to go alongside. In Sztorc’s scheme, nevertheless, you might properly come to the conclusion that this particular person is really going to vote A, and is making an attempt to persuade only some p.c of individuals to vote B, in order to steal a few of their cash. Therefore, it creates an absence of belief, making collusions more durable. Nonetheless, there’s a drawback: exactly as a result of blockchains are such glorious units for cryptographically safe agreements and coordination, it’s extremely onerous to make it unattainable to collude provably.

    To see how, contemplate the only doable scheme for a way reporting votes in Augur would possibly work: there’s a interval throughout which everybody can ship a transaction supplying their vote, and on the finish the algorithm calculates the consequence. Nonetheless, this strategy is fatally flawed: it creates an incentive for individuals to attend so long as doable to see what all the opposite gamers’ solutions are earlier than answering themselves. Taking this to its pure equilibrium, we might have everybody voting within the final doable block, resulting in the miner of the final block basically controlling all the pieces. A scheme the place the tip comes randomly (eg. the primary block that passes 100x the standard issue threshold) mitigates this considerably, however nonetheless leaves a large amount of energy within the palms of particular person miners.

    The usual cryptographer’s response to this drawback is the hash-commit-reveal scheme: each participant P[i] determines their response R[i], and there’s a interval throughout which everybody should submit h(R[i]) the place h will be any pre-specified hash operate (eg. SHA3). After that, everybody should submit R[i], and the values are checked towards the beforehand offered hashes. For 2-player rock paper scissors, or some other sport which is only zero-sum, this works nice. For Augur, nevertheless, it nonetheless leaves open the chance for credible collusion: customers can voluntarily reveal R[i] earlier than the actual fact, and others can verify that this certainly matches the hash values that they offered to the chain. Permitting customers to vary their hashes earlier than the hash submitting interval runs out does nothing; customers can at all times lock up a big sum of money in a specifically crafted contract that solely releases it if nobody gives a Merkle tree proof to the contract, culminating with a earlier blockhash, displaying that the vote was modified, thereby committing to not change their vote.

    A New Answer?

    Nonetheless, there may be additionally one other path to fixing this drawback, one which has not but been adequately explored. The concept is that this: as a substitute of creating pre-revelation for collusion functions expensive throughout the main sport itself, we introduce a parallel sport (albeit a compulsory one, backed by the oracle contributors’ safety deposits) the place anybody who pre-reveals any details about their vote to anybody else opens themselves as much as the chance of being (probabilistically) betrayed, with none approach to show that it was that particular one who betrayed them.

    The sport, in its most simple type, works as follows. Suppose that there’s a decentralized random quantity technology scheme the place customers should all flip a coin and provide both 0 or 1 as inputs. Now, suppose that we wish to disincentivize collusion. What we do is straightforward: we enable anybody to register a wager towards any participant within the system (be aware the usage of “anybody” and “any participant”; non-players can be part of so long as they provide the safety deposit), basically stating “I’m assured that this particular person will vote X with greater than 1/2 likelihood”, the place X will be 0 or 1. The foundations of the wager are merely that if the goal provides X as their enter then N cash are transferred from them to the bettor, and if the goal provides the opposite worth then N cash are transferred from the bettor to the goal. Bets will be made in an intermediate section between dedication and revelation.

    Probabilistically talking, any provision of data to some other occasion is now probably extraordinarily expensive; even if you happen to persuade another person that you’ll vote 1 with 51% likelihood, they’ll nonetheless take cash from you probabilistically, and they’re going to win out in the long term as such a scheme will get repeated. Observe that the opposite occasion can wager anonymously, and so can at all times fake that it was a passerby gambler making the bets, and never them. To boost the scheme additional, we will say that you just should wager towards N completely different gamers on the similar time, and the gamers should be pseudorandomly chosen from a seed; if you wish to goal a selected participant, you are able to do so by making an attempt completely different seeds till you get your required goal alongside a couple of others, however there’ll at all times be no less than some believable deniability. One other doable enhancement, although one which has its prices, is to require gamers to solely register their bets between dedication and revelation, solely revealing and executing the bets lengthy after many rounds of the sport have taken place (we assume that there’s a lengthy interval earlier than safety deposits will be taken out for this to work).

    Now, how can we convert this into the oracle situation? Contemplate as soon as once more the straightforward binary case: customers report both A or B, and a few portion P, unknown earlier than the tip of the method, will report A and the remaining 1-P will report B. Right here, we modify the scheme considerably: the bets now say “I’m assured that this particular person will vote X with greater than P likelihood”. Observe that the language of the wager shouldn’t be taken to indicate data of P; slightly, it implies an opinion that, regardless of the likelihood a random consumer will vote X is, the one explicit consumer that the bettor is concentrating on will vote X with larger likelihood than that. The foundations of the wager, processed after the voting section, are that if the goal votes X then N * (1 – P) cash are transferred from the goal to the bettor, and in any other case N * P cash are transferred from the bettor to the goal.

    Observe that, within the regular case, revenue right here is much more assured than it’s within the binary RANDAO instance above: more often than not, if A is the reality, everybody votes for A, so the bets could be very low-risk revenue grabs even when complicated zero-knowledge-proof protocols have been used to solely give probabilistic assurance that they’ll vote for a specific worth.


    Facet technical be aware: if there are solely two prospects, then why cannot you identify R[i] from h(R[i]) simply by making an attempt each choices? The reply is that customers are literally publishing h(R[i], n) and (R[i], n) for some giant random nonce n that may get discarded, so there may be an excessive amount of area to enumerate.

    As one other level, be aware that this scheme is in a way a superset of Paul Sztorc’s counter-coordination scheme described above: if somebody convinces another person to falsely vote B when the actual reply is A, then they’ll wager towards them with this data secretly. Significantly, taking advantage of others’ ethical turpitude would now be not a public good, however slightly a personal good: an attacker that tips another person right into a false collusion may achieve 100% of the revenue, so there could be much more suspicion to hitch a collusion that is not cryptographically provable.

    Now, how does this work within the linear case? Suppose that customers are voting on the BTC/USD worth, so they should provide not a alternative between A and B, however slightly a scalar worth. The lazy answer is solely to use the binary strategy in parallel to each binary digit of the worth; another answer, nevertheless, is vary betting. Customers could make bets of the shape “I’m assured that this particular person will vote between X and Y with larger likelihood than the typical particular person”; on this approach, revealing even roughly what worth you will be voting to anybody else is prone to be expensive.

    Issues

    What are the weaknesses of the scheme? Maybe the biggest one is that it opens up a chance to “second-order grief” different gamers: though one can not, in expectation, drive different gamers to lose cash to this scheme, one can actually expose them to danger by betting towards them. Therefore, it could open up alternatives for blackmail: “do what I would like or I will drive you to gamble with me”. That stated, this assault does come at the price of the attacker themselves being subjected to danger.

    The best approach to mitigate that is to restrict the quantity that may be gambled, and maybe even restrict it in proportion to how a lot is wager. That’s, if P = 0.1, enable bets as much as $1 saying “I’m assured that this particular person will vote X with greater than 0.11 likelihood”, bets as much as $2 saying “I’m assured that this particular person will vote X with greater than 0.12 likelihood”, and so forth (mathematically superior customers might be aware that units like logarithmic market scoring guidelines are good methods of effectively implementing this performance); on this case, the sum of money you may extract from somebody might be quadratically proportional to the extent of personal data that you’ve, and performing giant quantities of griefing is in the long term assured to value the attacker cash, and never simply danger.

    The second is that if customers are identified to be utilizing a number of explicit sources of data, notably on extra subjective questions like “vote on the worth of token A / token B” and never simply binary occasions, then these customers might be exploitable; for instance, if you realize that some customers have a historical past of listening to Bitstamp and a few to Bitfinex to get their vote data, then as quickly as you get the most recent feeds from each exchanges you may probabilistically extract some sum of money from a participant based mostly in your estimation of which trade they’re listening to. Therefore, it stays a analysis drawback to see precisely how customers would reply in that case.

    Observe that such occasions are a sophisticated situation in any case; failure modes akin to everybody centralizing on one explicit trade are very prone to come up even in easy Sztorcian schemes with out this type of probabilistic griefing. Maybe a multi-layered scheme with a second-layer “appeals court docket” of voting on the high that’s invoked so hardly ever that the centralization results by no means find yourself happening might mitigate the issue, nevertheless it stays a extremely empirical query.



    Source link

    Share. Facebook Twitter Pinterest LinkedIn Tumblr Email

    Related Posts

    Traders are bullish on ETH as price begins to catch up with the tech

    July 19, 2025

    Volume 50% Higher Than BTC’s

    July 19, 2025

    Massive Ethereum Accumulation: Bit Digital Crosses 120,000 ETH With Latest Buy

    July 19, 2025

    SharpLink Gaming To Buy $5 Billion In Ethereum: Supply Shock Incoming?

    July 19, 2025
    Add A Comment
    Leave A Reply Cancel Reply

    Categories
    • Altcoins
    • Bitcoin News
    • Blockchain
    • Crypto Market Trends
    • Crypto Mining
    • Cryptocurrency
    • Ethereum
    Archives
    • July 2025
    • June 2025
    • May 2025
    • April 2025
    • March 2025
    • February 2025
    • January 2025
    • December 2024
    • November 2024
    Archives
    • July 2025
    • June 2025
    • May 2025
    • April 2025
    • March 2025
    • February 2025
    • January 2025
    • December 2024
    • November 2024
    Top Posts

    Ethereum Monthly RSI At 2018 Market Low — What Happened Last Time?

    March 30, 2025

    ad

    About us

    Welcome to SimonCrypto.in, your ultimate destination for everything crypto! Whether you’re a seasoned investor, a blockchain enthusiast, or just beginning your journey into the fascinating world of cryptocurrencies, we’re here to guide you every step of the way.

    At SimonCrypto.in, we are passionate about demystifying the complex world of digital currencies and blockchain technology. Our mission is to provide insightful, accurate, and up-to-date information to empower our readers to make informed decisions in the ever-evolving crypto space.

    Top Insights

    Mainnet Shapella Announcement | Ethereum Foundation Blog

    December 18, 2024

    Wird XRP von Ripple der große Gewinner unter Donald Trump?

    January 15, 2025

    Dogecoin (DOGE) to Match its ATH? Here’s What Could Spark the Surge

    April 29, 2025
    Categories
    • Altcoins
    • Bitcoin News
    • Blockchain
    • Crypto Market Trends
    • Crypto Mining
    • Cryptocurrency
    • Ethereum
    • Privacy Policy
    • Disclaimer
    • Terms and Conditions
    • About us
    • Contact us
    Copyright © 2024 SimonCrypto All Rights Reserved.

    Type above and press Enter to search. Press Esc to cancel.