Hacker News new | ask | show | jobs
by TheColorYellow 2285 days ago
This is a simple, and thus great, way of using Makers incentive structure against itself.

While specific to the MakerDAO ecosystem, it effectively highlights the complexity and challenge in adequately creating a decentralized governance structure.

Essentially, to remove centralized control, you must structure incentives such that the system ultimately acts as intended, but there is always going to be ways to subvert the incentive structure. The goal is that costs of conducting such activity are too much to be reasonably conducted.

It seems that these systems will take years and years in the wild before their incentive structures are iterated upon enough to finally get to a point where truly large business value will flow through it. Exercises like this are useful in either disproving this whole concept or incrementally improving it.

2 comments

You basically described PoW (proof-of-work) mining, which was (imho) the actual innovation with Bitcoin. The current idea though is to build a byzantine fault tolerant system that doesn't require massive amounts of "wasted" power. I put wasted in quotes because it is actually doing something, it is just the output isn't useful for much more than validating the transactions.

Interestingly, Maker is currently built on top of (Ethereum) PoW. Some day, ETH2, which is PoS (proof-of-stake), will solve all the same issues you're talking about. Or at least that is the dream. We will then have a pretty amazing digital rube goldberg machine where we can sit back and watch the gears turn.

PoS will not solve anything. PoS is just obfuscated proof of work. The same amount of "resources" will be wasted in a PoS system, its just going to be a different type of resource.

Required reading

http://www.truthcoin.info/blog/pow-cheapest/

HN Discussion

https://news.ycombinator.com/item?id=16451187

Also newer article http://www.truthcoin.info/blog/pos-still-pointless/

That's not even close to being correct, and blogs from maximalists are never a good source of correct information.

Happy to walk you through what PoS looks like in 2020, but you can look up the information yourself too.

Tell me, what does PoS look like in 2020, apart from delayed?

ps. Using the word "maximalist" immediately shrinks your audience to other die-hard crypto fans.

I'm not in it for the audience.. in any case, maximalism is mostly a self-assigned title and the author of that blog describes himself as such

edit: how can something that is being discovered be late? The work on PoS is almost completely greenfield and far from trivial. Many people made many far too optimistic comments about how long it would take to get it right but no one can say it's late...

Right, so when you say you'll tell us the state of PoS in 2020, the answer is "currently unsolved".
Given the unwillingness to back up your argument, would you instead simply show one pure Proof of Stake system that is used today?
If you can define "pure" in terms of how it relates to energy consumption, I can try.

The one PoS system I'm (edit: deeply) familiar with is Ethereum 2.0's, I wrote about it a couple of years back: https://medium.com/@jpa_of_snc/consensus-casper-and-cryptoec...

There are testnets using this already: https://medium.com/prysmatic-labs/ethereum-2-0-phase-0-testn...

Why does MC=MR imply TC=TR?
I was looking at Etherium recently, and thought HBM on the new Xilinx Alveo would be perfect to attack the problem.

I wish I had an Alveo board. Sheesh, now would be the time. You could fit the whole DAG into HBM.

Take a look at the light eval method [1].

Even with HBM on the card... while it will hash fast, you're still going through the memory controller. What you need to do is skip that. Get rid of the memory hardness entirely. Generate the DAG on demand.

[1] https://github.com/ethereum-cat-herders/progpow-audit/blob/m...

That's cryptoeconomics in a nutshell, mechanism design and decentralised governance.

I curate a popular resource on this here: https://github.com/jpantunes/awesome-cryptoeconomics