Vitalik dropped a bombshell: “high fees make Ethereum LESS secure.” Why that’s true, and what it means for the future of blockchains

Flowerpatch
5 min readJul 22, 2020

The source of this info: https://twitter.com/VitalikButerin/status/1285593115672358912

And in particular, he links to: https://www.cs.princeton.edu/~arvindn/publications/mining_CCS.pdf

I am: Andrei Edell (aka Huge Lung), an Ethereum entrepreneur working full time on https://flowerpatch.app, an indie blockchain game

When I first read that tweet, I was really surprised. We’ve been thinking since the start of Bitcoin that fees would gradually become the long-term thing that sustains miners. We were told that paying miners = security for the network. However, it turns out that the game theory of “transactions fees” dominating miner revenue is quite different from the game theory of “block rewards”

Overview of the problems

The Bitcoin Whitepaper explained that the “block rewards” that miners earn (for finding new blocks) should slowly go away. As rewards drop, transaction fees would become the new means of securing the blockchain. Ethereum is modeled on this concept too, though has no fixed cap. Then, it follows: big blocks are good, because big blocks = more fees = more security. However, looking back at this idea now, we see that there was a fair bit of hand-waving done in this transition. A new scalability problem became clear:

  • Up until recently, blocks have basically always had the same value per block. It turns out that this was a very important game theory assumption!
  • As fees begin to dominate the miners’ revenue, we enter into a world where some blocks are very valuable, and some blocks not so much
  • An additional problem, especially in Bitcoin, is the “exponential time variance” in block mining. Sometimes, there’s just no blocks for an hour. This also causes some blocks to be much more valuable than others, because congestion ⇒ transactions piling up ⇒ most valuable transactions are chosen first
  • Miners always have the option to “fork” a blockchain. As we start to have high variance in the value of blocks, it becomes much more logical to try to fork valuable blocks instead of building on top of them. The paper states this as: “it becomes attractive to fork a “wealthy” block to “steal” the rewards therein.” You can incentivize other miners to “join in” on your theft-fork by not taking all of fee revenue (i.e. not including all the transactions), leaving some money for others that wish to follow you into the dark world. The paper provides an illustration:
A choice: get just 5$, OR 55$ + bribe the next guy with 50$ to follow you
  • The paper also outlines several other “bad actor” strategies that miners can use. Increasingly, as blocks become irregular, and more “evil” strategies start to creep in, this actually opens the door to further bad actors, and collusion. I won’t go into it, but the paper models out the possible chain of events, and shows how allowing some low level evil leads to more evil
  • One key idea from the paper: “Without a block reward, immediately after a block is found there is zero expected reward for mining but nonzero electricity cost, making it unprofitable for any miner to mine” — this leads to another class of game theory issues, where miners have no reason to start mining until transactions start to pile up, but still have to pay electricity fees. The world has changed since the btc whitepaper: various schemes for mining multiple currencies at once, or quickly switching to alternate networks, become available. Miners may choose to switch off their equipment, or switch networks for a while, instead of waiting for transactions to pile up. They call this phenomenon mining gaps
  • Mining Gaps can make it easier to 51% networks, fork the chain to “steal” funds as described above, and in general make the blockchain’s security less stable. Adjusting difficulty can be an ugly process. In Bitcoin, difficulty is adjusted only every 2016 blocks, or roughly 2 weeks. BUT, if a bunch of miners leave, blocks take longer than 10 min to find, causing the difficulty adjustment period to last longer as well. If half the miners leave at once, it may take a month before difficult readjusts
  • Additionally, fee-dominated blockchain security makes the strategy of selfish mining more powerful. “Essentially, a selfish miner chooses not to release blocks immediately upon being found, instead withholding them in hopes of tricking the rest of the network into wasting their mining power mining blocks that will be orphaned.” … “Essentially what winds up happening is that while the selfish miner mines the same fraction of blocks in either reward model, the selfish miner’s blocks will tend to be larger. In the block-reward model, this doesn’t matter because all blocks are worth the same, but in the transaction fees model this means the selfish miner gets greater reward.”

The paper’s conclusion

Impact on Bitcoin security. If any of the deviant mining strategies we explore were to be deployed, the impact on Bitcoin’s security would be serious. At best, the blockchain will have a significant fraction of stale or orphaned blocks due to constant forks, making 51% attacks much easier and increasing the transaction confirmation time. At worst, consensus will break down due to block withholding
or increasingly aggressive undercutting.

How this affects Ethereum

  • Ethereum has, like Bitcoin, been slowly reducing its block rewards
  • Today, as Vitalik said, we had fees make up 40–50% of the block rewards
  • This actually introduces a new scalability issue — if we increase the blocksize by 4, even if the network could handle that, we could have a situation where fees make up 200% of the block reward (50% x 4). This would start to seriously undercut Ethereum’s security, as the tweet alluded
  • This issue is not purely hypothetical, but could really happen, if fees hit a sustained 100–300Gwei on today’s eth1.x network! Even without extra blockspace! We could start seeing these mining strategies appearing soon

How we fix this

  • As Vitalik mentioned, EIP-1559 does largely solve this issue. That’s all the reason we need to include this EIP. Burning fees is the key to fixing the game theory. But if nothing else, you can achieve a 0% inflation rate while still issuing block rewards, as long as enough eth is burned
  • ETH2 is not susceptible to these issues, because mining rewards are shared, rather than adversarial. The years of game theory research were worth it!

What happens with Bitcoin

Well, this probably won’t be an issue for a while, because BTC’s rewards will only slowly dwindle over the next 100 years. However, they have a strict policy around this. BTC was always meant to have a totally fixed cap, and that’s a big part of their “digital gold” narrative. What happens if the price of BTC tanks while the network is at capacity and has high fee revenue? They could start seeing issues pretty soon, especially with the abundance of other coins using the same mining hardware. There’s already a fair bit of miners that jump between BTC/BCH/BSV based on profitability, so the “mining gaps” we discussed earlier could become more prevalent

--

--