What are the biggest Proof-of-Stake roadblocks?

-1

0

What are the biggest hurdles (technological or otherwise) that the Proof-of-Stake consensus algorithm must overcome to become the de facto consensus algorithm for blockchain? Or put differently, what's stopping PoS from becoming a reality, right at this moment?

And furthermore, in what ways is it so much more difficult to implement than a Proof-of-Work consensus algorithm? (I am assuming it is much more complicated by virtue of the years and years of R&D required to make it a reality, relative to PoW which was implemented 10 years ago now by one man, or perhaps a small team of people, depending what you believe)

James Smith

Posted 2019-03-13T22:26:55.600

Reputation: 1

Question was closed 2019-03-16T05:21:33.017

1I'm voting to close this question as off-topic because it appears to mostly be about EthereumG. Maxwell 2019-03-14T17:20:48.810

Answers

2

PoS will not become the defacto standard because Bitcoin is the defacto standard, and it is based on PoW.

PoS has a different risk/reward tradeoff to PoW, because funds are not irrevocably committed to securing a block, and reward is guaranteed for being honest, assuming that honest stakers remain the majority.

PoW irrevocably commits funds in the form of energy consumed to perform proof of work. You can never get these funds back. The reward is also psuedo-random, it depends on the unpredictable output of secure hash algorithms, and so you can only have a probabilistic measure of reward at best.

For a PoS stake system to achieve the same, you would need a perfect oracle, which can randomly pick winners from those who irrevocably risk their own funds into securing the chain in hope of a reward which is not guaranteed.

PoW is probabilistic gambling (where the probability is out of human control), and PoS is rent-seeking for the biggest stakeholders.

Mark H

Posted 2019-03-13T22:26:55.600

Reputation: 2 038