Ethereum Tokenomics 2021: Impact of Eth2, EIP 1559, and L2 Scaling Solutions on Demand/Supply

Written by gideontay | Published 2021/05/23
Tech Story Tags: ethereum | eth | tokenomics | ethereum-top-story | ethereum-blockchain | ethereum-scalability | ethereum-maximalism | hackernoon-top-story | web-monetization

TLDR Eth2, EIP 1559, and increasing adoption of Layer 2 scaling solutions in prominent Ethereum protocols. The main motivation for these changes are to increase the network’s scalability, manage network congestion, decrease the inaccessibly high gas fees, and increase network efficiency. These highly awaited changes come in the backdrop of surging demand for. Ethereum dApps (in particular DeFi and NFT dApps) that have outstripped. Ethereum's capacity has led to surging fees and increasing success of competing chains like Solana and Binance Smart Chain.via the TL;DR App

Huge changes for Ethereum are on the horizon, larger than most of the upgrades we have seen since the network’s launch in July 2015. We have Eth2, EIP 1559, and increasing adoption of Layer 2 scaling solutions in prominent Ethereum protocols.
The main motivation for these changes are to increase Ethereum’s scalability, manage network congestion, decrease the inaccessibly high gas fees, and increase network efficiency. These highly awaited changes come in the backdrop of surging demand for Ethereum dApps (in particular DeFi and NFT dApps) that have outstripped Ethereum’s capacity. This has led to surging fees and the increasing success of competing chains like Solana and Binance Smart Chain 
(Check out my competitive analysis of Binance Smart Chain and Ethereum).
While that is what most of us focus on and look forward to, it is interesting to understand how these infrastructure developments influence ETH tokenomics (and price). Here, we give an overview of these infrastructure changes, their timeline, and potential effects on ETH tokenomics and price in the short and long term. This article hopes to:
  1. Consolidate information and map all the changes together. Most articles cover just one change and some don’t cover tokenomics implications or discuss tokenomics assuming knowledge of the change
  2. Explore L2 efforts’ effects on price, which is usually not considered
  3. Explore possible demand side changes besides the commonly discussed supply side
Given the article’s length, feel free to skip parts you’re familiar with.

Eth2

What: Eth2 can be broken down into 2 main upgrades: Proof-of-Stake and sharding
1. Proof-of-Stake
Separate from Ethereum’s mainnet, the Beacon Chain’s setup is the first step for Eth2 upgrades. It introduces Proof-of-Stake (PoS) to Ethereum and lays the foundation for a transition away from the current Proof-of-Work (PoW) system.
Under PoW, blockchain transactions are verified by miners who solve cryptographic problems that require high computational power and energy. The first miner to solve the problem creates a block and is rewarded freshly minted ETH. Meanwhile, in PoS, users stake and lock in 32 ETH to become a validator, which creates and validates blocks like miners under PoW. However, they do not compete to solve a problem, but are rather chosen at random to create blocks and receive rewards. Rewards are thus received in proportion to the amount of ETH staked.
This reduces energy consumption of the network, supports decentralization by reducing expensive hardware requirements and encouraging the creation of more nodes, and makes the network more secure as significant amounts of ETH are needed to launch an attack. This tackles the security and decentralisation aspects of the blockchain trilemma. The scalability aspect, meanwhile, is addressed by Eth2’s sharding.
2. Sharding
Graphic visualisation of sharding, from Quantstamp
Sharding splits large databases into smaller parts called shards. This increases scalability as validators do not need to store data for the entire network, but just for the shard they are allocated to. Currently, Eth2 plans to have 64 shards, with the Beacon Chain coordinating inter-shard communication. There is still a debate on whether shards should simply act to provide extra data or if they should also have code execution functionality.
Timeline: the Beacon Chain was launched in late 2020. We have sharding on the roadmap for 2021, to be introduced to the Beacon Chain, before it is finally merged with Ethereum’s Mainnet in 2022. At that stage, the pre-existing old Ethereum chain would simply become one of the many shards in the network.

Changes to tokenomics (supply side)

Under the current PoW system, rewards stand at 2 ETH per block and 1.75 ETH per uncle block (created when more than one block is mined at roughly the same time, as only one block can be validated and added to the ledger). Note that rewards were previously higher before February 2019. With an average block time of ~13.15s at the current mining difficulty level, the annual issuance rate stands at ~4.5%.
Under Eth2’s PoS, the issuance rate is dramatically lower and is expected to range from 0.5% to 1+% based on some reasonable assumptions. It is hard to give a precise rate since issuance is dependent on a number of factors:
  1. Amount of ETH staked/ No. of validators: more validators generally leads to more ETH issued. However, as validators’ percentage return from staking and thus their willingness to stake decreases when there are more validators, there is a limit to the amount of ETH that would end up being staked.
  2. Extent of bad behavior by validators: if validators go offline or behave maliciously by validating wrong transactions, they are penalised through a loss of ETH that gets burned and decreases supply.
Nevertheless, issuance rate is expected to decrease dramatically.
Overall, Eth2 causes a short term increase in supply rate during its trial phase, before merger with mainnet, as both PoW and PoS systems issue ETH. However, post-merger, Eth2 would lead to a significant drop in supply rate.

Ethereum Improvement Proposal (EIP) 1559

What: EIP 1559 changes Ethereum’s fee structure and introduces fee burning
  1. Under EIP 1559, transaction fees now consist of two parts: base fees (which are burnt) and an optional tip for miners. Tipping incentivizes miners to prioritize transactions when transaction volume is high.
  2. Each block’s gas limit is doubled from 12.5M to 25M, but the target average block size over time is 50% or 12.5M. The target is achieved by increasing the base fee when blocks are more than 50% full (during network congestion) and decreasing it when blocks are less than 50% full.
These changes reduce the need for users to guess the gas price needed for their transaction to be included, leading to a more efficient fee system and less fee overpaying compared to the first price auction model.
Timeline: to be incorporated with other EIPs in July 2021’s London hard fork

Changes to tokenomics (supply side)

Burning of base fees decreases ETH’s supply in proportion to the amount of activity on the Ethereum network as base fees increase to meet the 50% block size target when the network is congested. Estimating the magnitude of the effect is difficult since it’s heavily dependent on network activity. Taking current transaction fees as a proxy is also not fully accurate as we are unsure of the base fee-tip split. Some estimate that EIP 1559 will heavily reduce net issuance to the point where ETH becomes deflationary.

L2/ Non-L1 scaling solutions

What: These solutions do not change the underlying Ethereum infrastructure (Layer 1). Rather, they reduce network congestion by handling some transactions off-chain. Besides helping with scaling, some solutions provide privacy in an otherwise open blockchain world where all transactions are public.
We refer to them as non-L1 scaling solutions as some of the solutions (eg. side chains) are technically not Layer 2, as they are not directly secured by Layer 1. Here is a brief overview of some scaling solutions:
  1. ZK Rollups: data on the before and after states (eg. about account balances) are kept on Layer 1. A smart contract conducts transactions on Layer 2 in batches and updates the final state on Layer 1, using a cryptographic proof called SNARK to prove that the final state is accurate.
  2. Optimistic Rollups: same as ZK rollups, but instead of proving the accuracy of each state update, updates are assumed to be accurate. Accuracy is only computationally verified if someone challenges a state update, with fraudsters penalized and challengers reimbursed for challenging fees.
  3. State channel: setting up channels between parties to form an off-chain network within which many transactions take place. The final state is updated on Ethereum.
  4. Side chain: conduct transactions in a separate blockchain with its own consensus mechanism. Assets and data are transferred with Ethereum through a smart contract that locks assets and recreates representative ones in the side chain.
  5. Plasma chain: similar to side chains in that it functions as separate chains with their own consensus mechanisms. However, ‘roots’ of each block are published to Ethereum, which makes the system more secure but limits its ability to conduct complex operations.
Timeline: prominent dApps have adopted scaling solutions. Some examples:

Changes to tokenomics (supply-side)

Before EIP 1559’s implementation in July 2021, scaling solutions would not really affect ETH supply. However, as these solutions are linked with network activity and transaction fees, interesting dynamics emerge when EIP 1559 bridges the gap between fees and ETH supply. Here are some possible effects:
  1. Dampening effect: less on-chain activity and transactions per ‘unit’ of dApp activity leads to less base fee burnt under EIP 1559, dampening EIP 1559’s deflationary effects.
  2. Counterbalance effect: lower fees provided by scaling solutions attracts new price-sensitive users, increasing dApp participation. This increase arguably counter-balances the effect of less base fee burnt per ‘unit’ of dApp activity. Overall, the ‘true demand’ on the Ethereum network may remain roughly the same.
  3. New activity effect: it can be argued that the nature of some scaling solutions would make the movement of new types of economic activity on Ethereum feasible. For example, state channels could be used for micro-recurring payments which is otherwise illogical with high Layer 1 fees. In bringing new types of activity onto Ethereum that still eventually pays some fees that gets burnt, supply could further reduce.
It is hard to ascertain the net effects which could also change over time. Net effects depend on:
  1. The extent of scaling solutions’ adoption
  2. The amount of new economic activity they facilitate to enter the Ethereum ecosystem
  3. Their net effect on the ‘true demand’ on the Ethereum network for on-chain transactions

Demand Side Changes

These changes are likely to lead to an increase in ETH demand and fiat inflows into ETH as they attract investors by:
  1. Improving ETH’s attractiveness as an asset: Eth2 converts ETH into a productive asset, capable of generating cash flows through staking. Looking at media reports and ETH’s price run-up prior to the July EIP 1559 implementation, it looks like news of EIP 1559’s deflationary effects on ETH supply has also attracted many investors.
  2. Increasing awareness through usage: Eth2’s sharding and L2 scaling solutions improves Ethereum’s scalability and reduces transaction fees for each ‘unit’ of network demand. This makes Ethereum more accessible to retail users with smaller transaction sizes, supporting further adoption and awareness of the ecosystem’s dApps and of ETH itself. This increases the pool of investors interested to purchase and hold ETH.

Bringing it all together

Diagram on the effect of Ethereum infrastructure changes on ETH supply and demand. Arrows indicate expected change over time and box size indicates uncertainty
Explanation of the expected timing and speed of vertical/ horizontal movement of ‘Eth2’ and ‘Scaling Solutions’ on the previous chart
Here is a brief summary of the positioning of the 3 elements in the chart:

Eth2

  • Short term: Eth2’s trial increases ETH issuance rate. It also generates increase in demand as investors purchase ETH on the basis that it can be staked for rewards
  • Long term: Eth2 causes a significant drop in the issuance rate after it is merged with Ethereum mainnet. ETH demand increases leading up to and after the Eth2 launch as awareness increases.

EIP 1559

  • Once implemented in July 2021, EIP 1559 would cause a significant net ETH issuance rate drop as base fees get burned. On the demand side, it has been a major contributing factor to ETH’s price run up and constant breaking of all-time-highs in April/ May 2021.
  • While its effect on supply rate is expected to be significant, the box height indicates uncertainty on the precise extent of this effect.

Scaling Solutions

  • Short term: prior to EIP 1559, it has no effect on supply rate. It has a small positive effect on ETH demand as some scaling solutions are being implemented, attracting smaller users and increasing engagement with Ethereum.
  • Long term: due to the 3 effects previously discussed, net effect on supply rate is highly uncertain. We hazard a guess that it would be close to zero, with a slight bias toward reducing supply rate in the long term due to the ‘new activity effect’ with more innovative ideas joining Ethereum over time, empowered by scaling solutions. It is expected to have a significant positive effect on ETH demand as it increases Ethereum’s accessibility and thus the number of potential investors interested to purchase ETH.

Closing Thoughts

The chart and our discussion point toward the fact that Ethereum’s infrastructure changes have created strong tailwinds for ETH price by exerting pressure on both the demand and supply side. However, with ETH breaking all time highs constantly, many are left to wonder how high ETH can reach and if these tailwinds have already been priced in.
My personal take is that even if ETH does go through more crazy booms and busts, it would be worth more than it is now 10 or 15 years down the road. My 3-step reasoning:
  1. Innovation in the crypto space would disrupt multiple industries, particularly finance, and in doing so create and capture large amounts of value
  2. Ethereum has been the market leader in crypto innovation thus far and infrastructure changes are increasing its scalability and hence capacity to dominate the market
  3. EIP 1559 links Ethereum’s success to ETH
*This does not constitute investment or financial advice.
Thanks to Casper Bjarnason for giving feedback on this article.
I try to share thoughtful content and maximize signal:noise ratio. Catch me on the following platforms: linktr.ee/gideon.tay.

Written by gideontay | Excited about impact, business, startups, VC & Crypto | Paypal Tip Jar: paypal.me/paygideon
Published by HackerNoon on 2021/05/23