Institutional Digital Asset Series • Pillar 3

Ethereum EVM State Machine: Proof-of-Stake, EIP-1559 Burn & EIP-4844 Blob Rollups

Faculty: Ethereum University Classification: [FACT] Programmable State Machine Specification Reading Time: 13 Minutes
Executive Summary: Ethereum is a decentralized, Turing-complete virtual machine (EVM) that maintains global application state. Secured by over 1,000,000 validators through Proof-of-Stake consensus, Ethereum pairs programmatic gas execution with EIP-1559 base fee burning. Under its modular scaling roadmap, Ethereum L1 acts as a settlement and data-availability layer for high-speed Layer 2 rollups utilizing EIP-4844 data blobs.

1. EVM Architecture & Gas Pricing Model

[FACT] The Ethereum Virtual Machine (EVM) is a stack-based runtime executing 256-bit bytecode instructions. Unlike Bitcoin's stateless UTXO model, Ethereum is a world computer with persistent global state:

2. Proof-of-Stake Consensus & Slashing Conditions

[FACT] Ethereum consensus operates via a hybrid protocol combining Casper FFG (finality gadget) and LMD-GHOST (fork-choice rule):

3. EIP-1559 Base Fee Burn & Deflationary Issuance

[FACT] Implemented in 2021, EIP-1559 replaced legacy first-price gas auctions with an algorithmic base fee that adjusts dynamically to target 50% block utilization (15M gas target, 30M max):

$$\text{BaseFee}_{t+1} = \text{BaseFee}_t \times \left(1 + \frac{\text{GasUsed} - \text{GasTarget}}{\text{GasTarget} \times 8}\right)$$

Crucially, the Base Fee is permanently burned, while users include a discretionary "Priority Tip" paid directly to block builders. If the volume of ETH burned via base fees exceeds the annual Proof-of-Stake validator issuance (~2.5% to 3.5%), the net supply of ETH contracts, making the asset mathematically deflationary.

4. EIP-4844 Blob Space & Rollup Data Availability

[FACT] In the modular rollup architecture, execution occurs off-chain on Layer 2s (Arbitrum, Optimism, Base, zkSync), while transactions are bundled and posted to Ethereum L1 for consensus and data availability.

Previously, rollups posted data to expensive L1 calldata. EIP-4844 (Proto-Danksharding) introduced ephemeral Data Blobs (~128 KB per blob, up to 6 blobs per block). Blobs carry their own independent fee market and are automatically pruned from node memory after ~18 days, reducing Layer 2 transaction costs by over 90%.

5. Restaking & EigenLayer Dynamics

[ANALYSIS] Restaking allows staked ETH or Liquid Staking Tokens (stETH, rETH) to be pledged as collateral to secure auxiliary networks called Actively Validated Services (AVSs)—such as oracle networks, bridges, and sidechains.

While restaking maximizes capital efficiency by generating composite yields, it introduces compounding slashing risks and systemic inter-protocol contagion if an underlying AVS suffers a cascading liquidation.