EVM Network Effects

The Ethereum Virtual Machine may be more important than the blockchain itself

co-written with Krishna Nandakumar, with substantial help from Vernon Johnson, David Phelps, Carlos Diaz-Pedron, Tomer Ben-David, and Jad Esber.

Ethereum (as most know it) is simply one implementation of the Ethereum blockchain. The Ethereum Virtual Machine, on the other hand, is open-source blockchain-based software that allows developers to create decentralized applications. It is the global virtual computer that records the state of every smart contract the network stores and agrees on. Solidity is its programming language.

EVM was the first software to offer smart contract capabilities to developers and has grown into a thriving ecosystem with valuable developer network effects that extend beyond the Ethereum blockchain alone. In fact, some of the notable blockchains that use EVM have their own token economies and consensus mechanisms, completely separate from the ETH token and ETH mining. The innovations, infrastructure, and user growth on other EVM chains are leveraged by the Ethereum blockchain seamlessly and vice versa.

Network Effects of Permissionless Protocols

The network effect is a phenomenon whereby an increase in users or participants improves the value of a good or service, sometimes exponentially. The Internet, for example, is more valuable to you with everyone on it than just a handful of people/organizations. Social networks are another common example.

Open-source software and ecosystems benefit from similar network effects: the more developers build on or integrate with it, the more valuable it is for everyone. But that’s not all that OSS may benefit from. If most of the infrastructure and applications atop the network are also open-source, network effects are multiplied.

This is why EVM network effects are so strong: every user onboarded permissionlessly and every line of code written openly, regardless of which network it was for, improves the value of all EVM chains. It also improves the defensibility of EVM compared to alternatives.

EVM Compatibility

A protocol is EVM-compatible if its smart contracts can be executed on the Ethereum virtual machine. Practically, this means that the protocol’s contract must be written either in Solidity, or have a package that compiles its code into byte code that can be run on the EVM.

Consider zkSync, a zero-knowledge protocol that aims to reduce transaction costs and speed. The protocol supports solidity smart contracts with no changes required in most cases. On the other hand, StarkNet - another zk roll-up - has a native language called Cairo. It is currently not EVM-compatible, but teams are working to build compilers so that it can be executed on the EVM, and a transpiler for the other direction (EVM -> StarkNet) has already been built. Other examples of EVM compatible/native blockchains and layer 2s include Ethereum Classic, Polygon, BSC, Optimism, Arbitrum, Gnosis Chain, Avalanche, and Celo. You can see them all and hundreds more on Chain List.

Chain list tokens
Chain list tokens

Why is composability important?

EVM is JavaScript with billions of dollars in spending capital. It has a first-mover advantage, and all the money and resources spent on furthering EVM with new solutions are available to use and expand upon without permission. Therefore, it becomes highly advantageous to build on EVM rather than to build an ecosystem from scratch, even as another L1 or side-chain.

It’s worth noting that some consider JavaScript to be an infamously bad programming language – but it was the first. Attempts to replace it (Dart) all failed, and only improvements that targeted it as a transpiler (Typescript) have succeeded. The network effects were so strong that any break in composability made an attempt to replace it unviable, regardless of the quality of the language. The same may be true for EVM.

For builders and operators, composability means they can leverage one or more of the following:

  1. Rich Metadata, Identity System, and Social Graph: addresses are the same across EVM chains, meaning that any new project or chain can leverage the metadata associated with a user/address to solve cold-start problems, source content, add sybil-resistence, establish a social/interest graph for each user, airdrop on cheaper chains, etc.
  2. A thriving developer ecosystem: Community support on platforms like an active Ethereum Stack Exchange. Many of the top smart contract blockchain developer ecosystems are using EVM.
  3. Tools for Web3 builders: Some tools include Gnosis Safe, Snapshot, WalletConnect (and most of the supported wallets), Zerion, Metamask, and Etherscan. There are many open-source toolkits like OpenZeppelin, Hardhat, and Foundry.
  4. Interoperability: Cross-chain governance using Snapshot strategies, cross-layer swapping of stablecoins and base tokens (ETH, MATIC, etc.), identical address system, etc.
  5. Optionality: Developers building on one chain or instance can smoothly migrate to a better one or launch their own with little friction. This is a massive advantage to developers placing lots of faith on the relatively new blockchains they are building on.

Examples of EVM Adoption

Beyond building on Ethereum itself, traditional businesses have caught on to the advantages of building on EVM. JP Morgan, for example, built their enterprise blockchain on their own Ethereum fork named Quorum. TikTok launched its NFTs on ImmutableX, a layer 2 roll-up (on Ethereum) for NFTs. 100 Thieves released their first NFT airdrop on Polygon, an Ethereum side-chain running EVM.

Other blockchains are also attempting to interoperate with Ethereum, building EVM implementations on their own chain. Some examples include Solana (Neon), NEAR (Aurora), and Cosmos (Evmos).

Evidence of EVM Network Effects

  1. Ethereum has the largest developer ecosystem of all blockchains by far. According to Electric Capital’s 2021 Developer Report, Polygon and BSC (also EVM chains) are in 6th and 7th place, respectively. In fact, at least 8 of the top 20 blockchain ecosystems are running EVM.
  2. Many chains have built EVM-compatible implementations on their own chain (Solana and Cosmos, for example) yet no one is building or calling for building contract compatibility with other chains on Ethereum (like Move or Cosmos SDK).
  3. Looking at the top projects built on Ethereum, it takes them several times longer to migrate to a non-EVM chain than an EVM one. For example, Celo (EVM compatible L1) benefited from a versatile block explorer (Etherscan), a wallet used by millions (Metamask), and a robust and well-audited multi-sig solution (Gnosis Safe) within its first few days/weeks of mainnet. Chains like Solana, or worse, Cardano, may not have a trusted multi-sig solution for many years.
  4. Some of the largest EVM blockchains are constantly applying the learnings of Ethereum in real time. For example, Polygon (EVM compatible L1) is already burning MATIC after implementing a proposal nearly identical to Ethereum’s EIP-1559. Winning EVM blockchains will continue to leverage this strategy.

Potential Challenges in L2 EVM Composability

Some L2s are signaling that they might break equivalence with EVM at some point soon to try some features that either only makes sense on L2 or would take a long time to get Ethereum Layer 1 to integrate. In a sense, we might enter a world where L2 EVM implementations slightly diverge and become testing grounds for new EVM features. This might break 1-1 code deployability at some point down the line.

That being said, as long as the state between the layers remains composable, it should be insignificant, typically keeping execution properties to a minimum when bridging data between chains. And as long as an adapter can be written on the other end and the state format makes sense between the two chains, minor execution differences might not be a blocker. It could resemble how JavaScript developed, where ES6 existed before some browsers supported it.

Non-EVM Chains

What does this all mean for competing chains and ecosystems? They’ll need massive budgets and must find ways to serve the EVM audience. The ecosystem model can work for non-Eth projects if they move quickly and efficiently. Solana, one of the worthy challengers, is still missing some of this software despite spending massive amounts of capital to catch up.

Additionally, there’s a ton that EVM can't do and there will be applications that are only possible outside EVM long-term and will drive value to other VMs too. It’s worth noting that some unique projects have begun choosing different solutions than EVM, Stepn, for example, is on Solana. This may be evidence that EVM isn't winner takes all and there will be plenty of applications outside. It’s worth mentioning that the same was true for JS, but every year the number of applications that are impossible to build in the browser with JS goes down.

Interchains and Parachains

Cosmos, Polkadot, and other blockchains have taken a composability-first approach that is winning over competent builders and users. While years behind the EVM ecosystem, Cosmos SDK enjoys very similar network effects, but most of the composability is asynchronous meaning it happens in multiple steps with various verifications. Until now, Cosmos didn’t have identical addresses for accounts across chains, though this is meant to change soon. CosmWasm is super new, and the ecosystem is missing important mechanisms such as a robust oracle solution for DeFi. JunoSwap (the AMM on Juno), for example, launched months late with disorganization and incomplete code.

Solutions like Celestia seem to take these network effects under consideration, allowing Ethereum and other EVM chains to function as the settlement layer. This will retain EVM composability but with much more optionality and scalable security. This approach may be the topic of discussion surrounding Layer 1 blockchains in the coming years.

Conclusion

Developers and L1 competitors should seriously consider the massive advantages of building on EVM currently. For most cases, I expect an existing EVM chain or layer 2 will be sufficient for most needs, though they may need specific features that the EVM isn’t built for. EVM is years ahead of its competing ecosystems and this will continue to increase adoption and network effects. However, ETH supporters need to reconcile the possibility that a different EVM-based chain may capture much of Ethereum’s market share in a manner that doesn’t necessarily trigger demand for ETH.

Resources

About: Nir (nir.eth) has been in the web3 space for many years with a particular passion for web3 social and DAOs. He’s the co-founder of Yup and deeply involved with large projects in the space such as Forefront.

Subscribe to Forefront
Receive the latest updates directly to your inbox.
Mint this entry as an NFT to add it to your collection.
Verification
This entry has been permanently stored onchain and signed by its creator.