Ethereum Explained: Smart Contracts, DApps & The Merge

Ethereum is the programmable blockchain — a decentralized global computer that executes smart contracts autonomously. This guide explains how the Ethereum Virtual Machine works, what DApps are, what changed in The Merge, and Ethereum's evolving monetary policy.

By Vextor Capital Research·Last updated: May 2026·12 min read
Vextor Capital is not authorised under MiFID II as an investment firm.

Educational content only. Not financial advice. Ethereum investments carry significant risk including smart contract vulnerabilities, regulatory risk, and price volatility.

Key Takeaways

  • Ethereum is a programmable blockchain launched in 2015 by Vitalik Buterin and a team of co-founders.
  • The Ethereum Virtual Machine (EVM) executes smart contracts — self-enforcing code stored on the blockchain.
  • The Merge (September 2022) converted Ethereum from Proof of Work to Proof of Stake, cutting energy use by ~99.95%.
  • EIP-1559 (August 2021) introduced fee burning — making ETH deflationary during periods of high network activity.
  • Ethereum staking requires 32 ETH to run a full validator; liquid staking protocols (Lido) allow participation with any amount.
  • Layer 2 networks (Arbitrum, Optimism, Base) process transactions off-chain and settle on Ethereum, reducing fees 10-100x.
  • Ethereum's roadmap post-Merge includes: the Surge (sharding/scalability), the Verge, the Purge, and the Splurge.

The Ethereum Vision: A World Computer

Vitalik Buterin first described Ethereum in a whitepaper in November 2013 at age 19. His core insight: Bitcoin had built a global, permissionless monetary system — why not generalize this to allow any programmable logic? Where Bitcoin does one thing (move value) and does it extremely well, Ethereum was designed to be a general-purpose programmable blockchain.

Ethereum launched on July 30, 2015. The initial crowdfunding raised $18 million in Bitcoin in 2014. Co-founders included Joseph Lubin (later founder of ConsenSys), Gavin Wood (author of the Yellow Paper, later founder of Polkadot and the Substrate/Rust-based blockchain framework), and Anthony Di Iorio, among others. Buterin remains the primary technical visionary and is the most influential voice in Ethereum's development direction.

The Ethereum Foundation (a non-profit in Zug, Switzerland) coordinates development but does not control the protocol — changes require consensus among clients, validators, and the broader community through an Ethereum Improvement Proposal (EIP) process.

Smart Contracts: The Core Innovation

A smart contract is a program stored on the Ethereum blockchain that executes automatically when predefined conditions are met. The code is immutable (once deployed), transparent (publicly readable), and deterministic (executes exactly as written, always). No intermediary can modify or prevent execution.

Example: A simple escrow contract stores funds deposited by Buyer. When Seller provides proof of delivery (an oracle confirmation), the contract automatically releases funds to Seller. If delivery isn't confirmed by a deadline, funds return to Buyer. No bank, lawyer, or escrow company needed.

The Ethereum Virtual Machine (EVM): The EVM is a sandboxed, Turing-complete runtime environment that executes smart contract bytecode. Every Ethereum node runs the EVM and executes smart contract code identically, ensuring consensus. Smart contracts are written in higher-level languages (Solidity being dominant) and compiled to EVM bytecode. The EVM has become an industry standard — Binance Smart Chain, Polygon, Avalanche, and most Layer 2 networks are "EVM-compatible."

Gas: Every EVM operation costs a defined amount of gas. Gas prevents infinite loops and spam. Users specify a gas limit (maximum gas they'll pay) and a gas price (ETH per unit of gas). Miners/validators prioritize higher gas prices. EIP-1559 introduced a base fee (burned) plus optional priority fee (to validator). Gas prices are denominated in Gwei (1 Gwei = 10⁻⁹ ETH).

The Merge: Proof of Stake Transition

The Merge (executed September 15, 2022) was Ethereum's transition from Proof of Work to Proof of Stake — 7 years in development, executed without a service interruption on a $200B+ network. It is considered one of the most technically complex blockchain upgrades ever accomplished.

PropertyPre-Merge (PoW)Post-Merge (PoS)
Energy consumption~80 TWh/yr~0.01 TWh/yr (−99.95%)
New ETH issuance/yr~4.5M ETH (5%)~0.5-0.9M ETH (~0.5%)
Consensus mechanismSHA-256 PoW mining32 ETH staked validator sets
Block time~13 seconds12 seconds (slots)
FinalityProbabilisticDeterministic (2 epochs ~12 min)
Security model51% hashrate attack51% stake attack (requires $50B+)

EIP-1559: Deflationary ETH Mechanics

The London Hard Fork (August 2021) implemented EIP-1559, which fundamentally changed Ethereum's fee mechanism. Previously, all transaction fees went to miners. EIP-1559 split fees into: (1) a base fee that is algorithmically adjusted by the protocol and burned (permanently removed from supply), and (2) a priority fee (tip) paid to validators.

The burning mechanism means that at sufficiently high network activity, ETH supply decreases. Since The Merge (which dramatically reduced new ETH issuance), Ethereum has been mildly deflationary overall. As of 2026, over 4.5 million ETH has been burned since EIP-1559 — worth billions of dollars at current prices.

This is in direct contrast to Bitcoin (disinflationary by fixed schedule) and fiat currencies (typically inflationary). ETH's monetary policy is dynamic and demand-dependent, making it a unique monetary experiment. The BIS has analyzed ETH's novel monetary policy in the context of algorithmic central banking research.

Layer 2 Scaling: The Rollup Era

Ethereum's base layer (L1) processes ~12-15 TPS at gas fees that can reach $50-200 per transaction during congestion. Layer 2 solutions process transactions off-chain in batches, then post compressed proofs or data to Ethereum L1, inheriting its security.

L2 NetworkTypeTPSAvg FeeKey Use
Arbitrum OneOptimistic Rollup~4,000~$0.01-0.10DeFi, largest L2 TVL
OptimismOptimistic Rollup~4,000~$0.01-0.10Superchain ecosystem, Base
Base (Coinbase)Optimistic Rollup (OP Stack)~4,000~$0.01Retail onboarding, Coinbase
zkSync EraZK-Rollup~100+~$0.01Privacy, trustless proofs
StarknetZK-Rollup (STARK)~100+~$0.05Complex computation, gaming
Polygon zkEVMZK-Rollup (EVM compatible)~100+~$0.01Ethereum-equivalent ZK scaling

Ethereum Staking: Earning Yield

Post-Merge, ETH is secured by validators who stake 32 ETH to participate in consensus. Validators earn a combination of newly issued ETH (issuance rewards) and priority fees from transactions. Current staking APY: approximately 3-5%.

Solo staking: Run your own validator node with 32 ETH. Requires technical expertise, always-on server, and acceptance of slashing risk (penalty for misbehavior). Maximum decentralization.

Liquid staking (Lido, Rocket Pool): Deposit any amount of ETH, receive stETH or rETH (liquid staking tokens) in return. These tokens accrue staking rewards and can be used in DeFi. Lido holds over 30% of staked ETH, creating centralization concerns and systemic risk.

Staking via exchanges: Coinbase, Kraken, and Binance offer staking services. Convenient but introduces exchange counterparty risk. The SEC has taken action against exchange staking programs — Kraken agreed to shut its U.S. staking program as part of a 2023 SEC settlement.

Ethereum's DeFi Ecosystem: Scale and Structure

Ethereum is the foundational layer for the vast majority of decentralized finance. As of 2026, Ethereum and its Layer 2 networks collectively hold the largest share of DeFi's total value locked (TVL) — funds deposited into smart contracts for lending, trading, and yield generation. TVL peaked at approximately $180 billion across all chains in late 2021, fell to around $40 billion during the 2022 bear market, and has since recovered as institutional interest and Layer 2 adoption expanded.

Major DeFi protocol categories on Ethereum: Decentralized exchanges (Uniswap, the dominant AMM with $1T+ in cumulative volume; Curve Finance, optimized for stablecoin swaps with its StableSwap invariant) enable permissionless token trading. Lending protocols (Aave, $10B+ peak TVL; Compound, the first protocol to introduce governance tokens) enable over-collateralized borrowing. Liquid staking (Lido Finance with 30%+ of all staked ETH; Rocket Pool, the decentralized alternative) allows users to earn staking rewards without running a validator. Derivatives protocols (dYdX, Synthetix) enable synthetic exposure to off-chain assets. Stablecoin issuers (MakerDAO/Sky for DAI; Circle's USDC is natively on Ethereum) provide the stable-value infrastructure that DeFi depends on.

MEV — Maximal Extractable Value: MEV refers to profit that can be extracted by reordering, including, or excluding transactions within a block. Validators and specialized "searcher" bots monitor the mempool (pending transactions) for profitable opportunities: arbitrage between DEXs, liquidations in lending protocols, and sandwich attacks (frontrunning a large trade by buying before it and selling after). Annual MEV extraction on Ethereum is estimated at hundreds of millions to over a billion dollars — effectively a tax on ordinary users. Flashbots' MEV-Boost infrastructure has reorganized MEV into a more transparent auction, reducing the most harmful forms, but the fundamental dynamic persists.

DeFi vs traditional finance costs: Borrowing on Aave typically costs 3-8% APR for stablecoins. An institutional credit line at a major bank: 5-7% for prime borrowers. However, DeFi requires 150-200% collateral (vs. meaningful creditworthiness underwriting in TradFi), limits borrowers to crypto-native collateral, and carries smart contract risk. For trading, Uniswap charges 0.05-0.30% per swap; NYSE stocks trade at fractions of a basis point for institutional orders. DeFi's cost advantages are most pronounced for permissionless access and composability — not necessarily raw fee efficiency.

Ethereum's Roadmap: Surge, Verge, Purge, Splurge

The Merge in 2022 was not the end of Ethereum's development — it was a single milestone in a multi-year roadmap. Vitalik Buterin has articulated Ethereum's remaining development phases with memorable names.

  • The Surge — Scalability: Proto-Danksharding (EIP-4844, "blob transactions") launched in March 2024 with the Dencun upgrade. It introduced a new transaction type carrying large binary data objects (blobs) at much lower cost than calldata. This immediately reduced Layer 2 transaction costs by 10-100x. Full Danksharding — the target state — will allow 16-64 blobs per block (vs 3-6 currently) through distributed data availability sampling, supporting theoretical throughputs of 100,000+ TPS across L2s.
  • The Verge — Statelessness: Ethereum's current state database uses Merkle Patricia Tries, which grow continuously as more accounts and contracts are created. Verkle trees (a more efficient cryptographic structure) will replace this, enabling stateless clients — nodes that can verify blocks without storing the full Ethereum state. This dramatically reduces the hardware requirements to run a validator, improving decentralization.
  • The Purge — History Expiry: EIP-4444 proposes that full nodes no longer be required to store historical chain data older than one year. Combined with distributed history storage networks (EIP-4444 + Portal Network), this reduces individual node storage requirements from hundreds of gigabytes to manageable sizes, again improving decentralization by lowering participation barriers.
  • The Splurge — Miscellaneous Improvements: EIP-7702, included in the Pectra upgrade, enables account abstraction — allowing externally owned accounts (regular wallets) to temporarily act as smart contract accounts, enabling transaction batching, gas sponsorship, and social recovery without dedicated smart contract wallets. The Ethereum Object Format (EOF) is a restructured bytecode format improving EVM efficiency and security.

These roadmap phases are not strictly sequential — multiple improvements proceed in parallel. The common thread is progressive decentralization: making Ethereum more accessible to run a node while increasing throughput to serve global transaction demand.

ETH vs BTC: Different Monetary Philosophies

Bitcoin and Ethereum are often discussed as interchangeable "cryptocurrencies," but their monetary designs reflect fundamentally different philosophies about what a blockchain asset should be.

Bitcoin's fixed supply thesis: Bitcoin has a hard cap of 21 million coins, with issuance declining on a precise schedule through halvings until approximately 2140. This mirrors the scarcity argument for gold. Bitcoin's design is deliberately conservative — no smart contracts by design, limiting the attack surface and prioritizing protocol stability and security through simplicity. Proponents argue Bitcoin's value derives precisely from its unchanging monetary properties: verifiable, predictable, and resistant to politically motivated supply expansion.

Ethereum's dynamic supply: ETH supply is not fixed. New ETH is issued as validator rewards (~0.5-1% annually post-Merge). EIP-1559 burns a portion of every transaction fee. Whether the net effect is inflationary or deflationary depends on network activity — during high-usage periods, more ETH is burned than issued ("ultrasound money," a term coined by Ethereum proponents). During low-usage periods, supply is mildly inflationary. This demand-sensitivity is a novel monetary experiment without historical precedent.

Correlation analysis: BTC and ETH tend to move together in macro risk-on/risk-off cycles — both sold during March 2020's COVID crash and both rallied in the 2020-2021 bull market. During crypto-specific events (Ethereum upgrades, ETF approvals), they can diverge. The often-cited "Bitcoin is digital gold" narrative implies low correlation to actual gold — but empirically, BTC-gold correlation has been inconsistently low and sometimes negative, undermining the portfolio diversification argument.

Use case differentiation: Bitcoin's primary use case is store of value and censorship-resistant value transfer — digital gold. Ethereum's use case is programmable settlement: the infrastructure layer for DeFi, NFTs, DAOs, and tokenized real-world assets. These are complementary rather than competing visions, which is why many institutional crypto portfolios hold both.

DApps Showcase: What Runs on Ethereum?

Ethereum's programmability has enabled an extraordinary ecosystem of decentralized applications. The following represents the most significant dApps by usage, TVL, and historical impact.

  • Uniswap (DEX): The dominant decentralized exchange, using the constant product AMM formula (x×y=k). Uniswap has processed $1 trillion+ in lifetime swap volume across all versions. Uniswap v3 introduced concentrated liquidity, allowing LPs to focus capital in active price ranges. Uniswap v4 (2024) introduced a hook architecture enabling custom AMM logic.
  • MakerDAO/Sky (Stablecoins): The oldest major DeFi protocol (launched 2017), Maker allows users to deposit collateral into Maker Vaults and mint DAI, an overcollateralized stablecoin targeting $1. With $5B+ in DAI supply at peak, it demonstrated that decentralized stablecoin infrastructure was viable. The protocol later rebranded elements to "Sky" while maintaining DAI compatibility.
  • Aave (Lending): The leading lending protocol with $10B+ TVL at peak, Aave supports variable and stable-rate borrowing, credit delegation, and flash loans — uncollateralized loans that must be repaid within a single transaction block.
  • OpenSea / Blur (NFT Marketplaces): OpenSea processed $30B+ in lifetime NFT trading volume. Blur surpassed it in volume by targeting professional traders with zero platform fees and token incentives. Both operate primarily on Ethereum and its L2 networks.
  • ENS (Ethereum Name Service): Human-readable .eth addresses that map to Ethereum wallet addresses — analogous to DNS for the web. ENS eliminates the need to share long hex addresses. Over 3 million .eth names have been registered.
  • Compound, Yearn Finance, Convex, Polymarket: Compound pioneered governance token distribution (COMP), inspiring the "DeFi Summer" of 2020. Yearn Finance and Convex are yield aggregators that automatically optimize returns across DeFi protocols. Polymarket (deployed on Polygon, an Ethereum sidechain) is the leading decentralized prediction market with significant volume on political and financial events.

Ethereum Risks: Smart Contract Vulnerabilities and Regulatory Risk

Ethereum's programmability that enables its ecosystem also creates its most significant risks. Smart contract vulnerabilities, concentration risk, and regulatory uncertainty are material factors for any Ethereum investor or user.

Historical hacks and their lessons: The DAO hack (2016) was the first major Ethereum exploit — a reentrancy vulnerability allowed an attacker to drain $60M from a crowdfunding DAO contract. The response was a contentious hard fork splitting Ethereum (ETH) from Ethereum Classic (ETC). Subsequent major exploits: Poly Network ($611M, 2021 — private key compromise, funds returned), Ronin Bridge ($625M, 2022 — compromised validator keys serving the Axie Infinity game), Wormhole ($320M, 2022 — signature verification bypass), Nomad Bridge ($190M, 2022 — initialization error allowing replayed transactions). The pattern: bridge contracts holding large amounts of assets from multiple chains are the highest-risk attack surface.

Common vulnerability classes: Reentrancy attacks (a contract calls back into the calling contract before state is updated — the DAO hack mechanism), integer overflow/underflow (now mostly mitigated by Solidity's built-in checks), oracle manipulation (using flash loans to temporarily distort price feeds), flash loan attacks enabling multi-step exploits within a single transaction, and access control errors (insufficient restrictions on privileged functions).

Formal verification tools: Certora's Prover uses formal mathematical specifications to verify contract behavior. Slither (Trail of Bits) and MythX perform automated static analysis. However, even extensively audited contracts have been exploited — audits reduce but cannot eliminate risk, particularly for complex multi-protocol interactions and novel attack vectors.

  • SEC regulatory ambiguity: The SEC's classification of ETH has been contested. The SEC's approval of spot Ethereum ETFs in May 2024 implicitly treated ETH as a commodity (as ETFs holding commodities do not require securities registration), partially resolving the uncertainty — though the SEC has not formally issued a commodity determination. Ethereum's transition to Proof of Stake renewed SEC arguments that ETH might be a security (since holders earn staking income from network activity).
  • Lido concentration risk: Lido Finance controls approximately 30%+ of all staked ETH through its liquid staking protocol. This creates a systemic risk: Lido's operator set controls a supermajority-approaching share of Ethereum's validator set. A Lido governance attack, bug, or operator compromise could threaten Ethereum's consensus safety. The Ethereum Foundation and core developers have publicly acknowledged this as a critical risk requiring structural mitigation.

Explore Live Crypto Prices

Decentralized Applications (DApps): Unlocking the Power of Ethereum

Decentralized Applications (DApps) are applications built on the Ethereum blockchain, leveraging smart contracts to enable secure, transparent, and trustless interactions between users. By harnessing the power of Ethereum's network, DApps can offer a range of benefits, including lower transaction costs, improved scalability, and increased security compared to traditional centralized applications.

  • DApps can be built using a variety of programming languages, including Solidity, Vyper, and Rust.
  • Some notable examples of DApps include Uniswap, a decentralized exchange, and OpenSea, a marketplace for non-fungible tokens (NFTs).
  • Ethereum's DApp ecosystem has seen significant growth in recent years, with the number of active DApps increasing from 1,500 in 2020 to over 3,000 in 2025 (Source: DAppRadar, 2025).

As the Ethereum ecosystem continues to evolve, we can expect to see even more innovative DApps emerge, further expanding the potential of decentralized applications. In 2023, the decentralized finance (DeFi) sector alone saw over €10 billion in total value locked (TVL), with Uniswap accounting for over €5 billion of that amount (Source: DeFi Pulse, 2025).

Ethereum's Smart Contract Platform: EVM

The Ethereum Virtual Machine (EVM) is a Turing-complete, decentralized, and open-source virtual machine that executes smart contracts. It is the backbone of the Ethereum network, allowing developers to deploy, execute, and interact with smart contracts. The EVM's architecture enables it to perform complex computations, making it suitable for a wide range of applications, from simple value transfers to complex decentralized finance (DeFi) protocols.

  • The EVM's bytecode interpreter executes smart contract code, converting it into machine code that can be executed on the Ethereum network.
  • The EVM uses a gas-based system to ensure that smart contracts do not consume excessive resources, preventing denial-of-service (DoS) attacks.
  • The EVM's decentralized nature allows for the creation of a robust and resilient network, making it an attractive solution for decentralized applications (DApps) and decentralized finance (DeFi) protocols.

The EVM's capabilities have led to the creation of numerous decentralized applications, including non-fungible tokens (NFTs), decentralized lending platforms, and decentralized exchanges (DEXs). The EVM's versatility and scalability have made it a popular choice for developers, enabling them to build a wide range of applications on the Ethereum network.

Decentralized Applications (DApps): Building on Ethereum

Decentralized applications (DApps) are applications that run on a decentralized network, such as the Ethereum blockchain. DApps can perform a wide range of functions, from value transfers to complex DeFi protocols. The Ethereum network provides a robust and scalable platform for DApp development, enabling developers to build applications that are secure, transparent, and accessible to a global audience.

  • DApps can be built using a variety of programming languages, including Solidity, Vyper, and Rust.
  • DApps can interact with the Ethereum network using APIs, allowing developers to build complex applications that integrate with the blockchain.
  • DApps can be deployed on the Ethereum network using a variety of deployment strategies, including smart contract deployment and decentralized storage solutions.

Some notable examples of DApps built on the Ethereum network include Uniswap, a decentralized exchange (DEX) that enables users to trade cryptocurrencies in a trustless and transparent manner. Another example is MakerDAO, a decentralized lending platform that enables users to lend and borrow cryptocurrencies, providing a decentralized and transparent alternative to traditional lending institutions.

Layer 2 Scaling Solutions: Optimizing Ethereum

As the Ethereum network continues to grow, scalability has become a significant challenge. To address this challenge, the Ethereum community has developed a range of layer 2 scaling solutions, including Optimism, Polygon (MATIC), and Arbitrum. These solutions enable the execution of complex transactions off-chain, reducing congestion on the main Ethereum network and improving scalability.

  • Layer 2 scaling solutions use a variety of techniques, including optimistic rollups, zk-SNARKs, and stateless accounts, to enable efficient execution of complex transactions.
  • Layer 2 scaling solutions can improve transaction throughput by up to 100x, enabling the execution of complex transactions at a fraction of the cost of mainnet transactions.
  • Layer 2 scaling solutions can also improve gas efficiency, reducing the cost of executing complex transactions and enabling users to build more complex applications.

For example, Optimism has reported a 100x increase in transaction throughput, enabling the execution of complex transactions at a fraction of the cost of mainnet transactions. This has enabled the deployment of complex applications, such as decentralized exchanges (DEXs) and decentralized lending platforms, on the Optimism network.

Staking Yields: Ethereum's Proof of Stake Transition

The transition to proof of stake (PoS) has introduced a new paradigm for securing the Ethereum network. Validators are now required to stake a minimum amount of Ether (ETH) to participate in the validation process, providing a financial incentive for validators to act honestly and securely. The staking yields offered by Ethereum's proof of stake transition have the potential to disrupt traditional savings and investment products, providing a high-yielding alternative for investors.

  • The staking yields offered by Ethereum's proof of stake transition can range from 4% to 10% per annum, depending on the validator's network participation and staking strategy.
  • The staking yields offered by Ethereum's proof of stake transition are significantly higher than traditional savings and investment products, making it an attractive option for investors seeking high-yielding returns.
  • The staking yields offered by Ethereum's proof of stake transition are also highly liquid, enabling investors to redeem their staked Ether (ETH) at any time, providing a high degree of flexibility and control.

For example, a validator staking 1,000 ETH with an annual staking yield of 6% would earn 60 ETH per annum, providing a significant source of passive income. This has the potential to disrupt traditional savings and investment products, providing a high-yielding alternative for investors seeking to earn a return on their assets.

Conclusion

In conclusion, Ethereum's smart contract platform, EVM, has enabled the creation of a wide range of decentralized applications (DApps) and decentralized finance (DeFi) protocols. The EVM's capabilities have led to the development of numerous layer 2 scaling solutions, including Optimism, Polygon (MATIC), and Arbitrum, which have improved the scalability of the Ethereum network. The staking yields offered by Ethereum's proof of stake transition have the potential to disrupt traditional savings and investment products, providing a high-yielding alternative for investors. As the Ethereum network continues to evolve, it is likely to remain a leading platform for decentralized applications and decentralized finance (DeFi) protocols.

Sources & References

Related Articles