Ethereum
What is Ethereum?
4 years after the invention of Bitcoin, Vitalik Buterin introduced the world to Ethereum which evolved blockchain to support multi-functional digital accounts capable of executing 'code' and storing 'state'. This innovation introduced the idea of blockchain applications (dApps), making blockchain technology more accessible to developers by abstracting away challenges involved with launching a L1.
Need a refresher on the challenges involved with starting an L1? Checkout Blockchains Are Hard To Launch
How does it work?
Builders deploy app code to 'contract' accounts that the Ethereum Validators store, update state, execute transactions on, and verify. The app code is only the 'state-machine' logic, whereas the Ethereum client handles consensus, peer-to-peer, and persistence.
Pros & Cons of Ethereum dApps & L2s
The good:
Ethereum is the first security root. Introducing Dependent Apps that are:
β quick to market
β have immediate security
β have access to Ethereum's ecosystem and tooling
β have an easy framework to build
It's important not to overlook the features that make Ethereum so popular
The bad:
Ethereum is a Monolith where Dependent Apps:
β compete for limited resources, favoring the highest bidder
β leak economics to Ethereum for life (fees, network effects, ecosystem lock-in)
β can't leave without starting over
β have limited scalability
β are success-capped with historically lower FDV than L1s
β can't natively communicate with external ecosystems
are not decentralized relying on the host for:
β governance
β transaction execution
β state updates
β blockchain storage
Which means:
β can be censored by non-stakeholders
β are controlled by the host
β lack autonomy
β have single points of failure
A "not so" decentralized app is just Web2 with an inefficient and complicated architecture
Ethereum & Canopy Comparison
Architecture
β Peer-to-Peer
β Monolith
Scaling Method
β Every new chain horizontally scales Web3
β Semi-centralized layers
Builder Sovereignty
β Progressive
β Critical, lifelong reliance on host for security, finality, execution, and blockchain storage
Ecosystem
β New
β The best
Long range attack
β Proof of Age
β Centralized checkpointing
Builder Difficulty
β Quick to market
β Quick to market
Builder Economic Security
β Immediate
β Immediate
Builder Framework
β Fork & Clone: Golang
β Standards with DSL (Solidity)
Chain Resources
β Exponential: Each new chain is additive
β Limited: single chain
Builder Success
β L0 Premium
β Typically lower FDV than sovereign L1s
Native Interoperability
β Permissionless
βWithin Ecosystem
Builder Decentralization
β Full/Progressive
β Not decentralized
Last updated