Around the Block #10: "ETH killers" and new chains

Coinbase Around the Block sheds light on key issues in the crypto space. In this edition, Ryan Yi and Justin Mart explore the landscape of smart contract platforms and the emerging competitors vying to challenge Ethereum’s dominance within this space.

Introduction

Dapps are decentralized applications which are enabled by smart contracts, self-executing agreements that remove the need for a centralized intermediary. Dapps have the potential to cover a universe of use-cases, including financial services (DeFi), gaming, social media, and many others. Over time, Dapps can be collectively managed by a community; operate entirely according to their code rules; and provide a level of global inclusion, censorship resistance, and eventual efficiency not possible in traditional web apps. Because a Dapp provides transparency into user behavior and usage, it can also share its monetization with users of the product in an automated fashion, usually by issuing its own digital asset that is used in operating the underlying application itself. It’s no wonder that the “Utility Phase” of the crypto-economy, where a thousand Dapps can bloom, is such a tantalizing possibility.

In order for Dapps to work seamlessly, they require scalable smart-contract blockchains as the underlying technology platform. Smart-contract capable blockchains provide a high-degree of decentralization guarantees, so that they can serve “as a cohesive digital infrastructure that can be relied upon, with clear guarantees of availability, to maintain a consistent and truthful view of… critical data,” as described by one expert.

This is the market that Ethereum and other smart-contract blockchains are targeting. They are effectively developer platforms, selling their technology stack and their level of decentralization (“economic security guarantees”) to Dapp developers. In turn, as more Dapps coalesce to a specific platform, more economic activity flows through the base layer (helping set asset prices and transaction fees via protocol operation), providing greater security guarantees. Similar to how mobile OS operates as a common operating layer that has consolidated to iOS and Android, there are similar network effects at play currently in crypto protocols, where the leading platforms could generate critical mass and network effects leading to further growth.

It’s no wonder that there is strong competition among smart-contract enabled blockchains, with several new entrants poised to come to market. So what is the current state of the ecosystem, and how can we evaluate different blockchains moving forward?

Ethereum's first mover advantage

Ethereum has a firm and clear first mover advantage among the smart contract platforms. It is not only the highest in terms of the network value at $65B, but also dwarfs the competition in several key factors:

  • Developer Activity / Traction: The majority of blockchain applications today live on Ethereum. ERC-20 (Ethereum) is by far the most adopted standard for newly issued crypto-assets.

  • Distribution / Integration: Other third-party services also lean heavily to support ETH, including developer tools, wallets, cloud infrastructure, exchange integrations, and more. For example, the two largest stablecoins by issuance (USDT and USDC) live mostly on Ethereum.

  • # of Users: The number of active addresses continues to grow substantially.

  • Network Value / Security: Owing to their lead in users and traction, Ethereum poses a high cost of corrupting the chain. Ethereum Classic, the chain from which Ethereum forked, by comparison has been 51% attacked multiple times.

Above all, Ethereum has demonstrated the power of open-source development, where Dapps are able to interact with each other. An analogy here is traditional software development, where a developer might use multiple open-source libraries to code one’s application. Similarly, an Ethereum developer can utilize different parts of the Ethereum-compatible technology "stack," which is interoperable and specializes in particular functions, to create cohesive applications. Think of Ethereum Dapps as lego bricks. Building on top and alongside is encouraged, and has led to a vibrant developer ecosystem that will be very challenging for challengers to disrupt.

Take catnip.exchange for example, a prediction market on the 2020 USA Presidential Election. Catnip is built on the following layers

  1. Augur: Augur is an Ethereum-based prediction market platform. Augur is used to create the Presidential Election outcome market (Trump outcome, Biden outcome).

  2. ERC-20 Standard: Ethereum code that turns the underlying prediction market outcomes into financial shares, represented as Ethereum-native tokens.

  3. Balancer: Balancer is an Ethereum-based protocol that allows the creation of custom weighted financial portfolios - similar to an ETF. In this case, Balancer is used to create a weighted portfolio composed of the ERC-20 tokens described in (2) above. (50% USD, 25% Trump outcome, 25% Biden outcome.)

  4. Catnip.Exchange: a front-end UX that allows users to seamless trade in and out of the Balancer market.

How can alternative chains compete with Ethereum?

Ethereum has a significant lead in the market, owing largely to their strong early traction among developers and Dapps. But we are now seeing new alternative platforms looking to gain market share.

Each new platform will try to compete along the following dimensions:

  • Developer Experience, Tooling, & Programmability: How easy will it be for developers to build and deploy Dapps?

  • Scaling / UX: How many transactions can be settled each minute? How does this scalability affect decentralization and security guarantees?

  • Business Development: New platforms need application adoption. How can each platform help Dapps gain critical product partnerships or distribution?

  • Infrastructure: How reliant is the base blockchain? Will it be simple for Dapp developers to tap into node support, staking services, and other infra requirements? What sort of stablecoins and base financial primitives will be available?

  • Balance Sheet: How much capital can the base blockchain development team tap into in order to accomplish the above goals? Some of these projects raised significant capital from token sales, and can pay for growth and traction.

The success case for the competition will depend largely on two fronts. How well Ethereum is satisfying current developer needs, and how difficult it would be for developers to switch to a new environment. But to be clear, if Ethereum can sufficiently scale throughput and continue to improve developer experience, it will be challenging for any other competitive platform to emerge at a scale that would threaten Ethereum.

Appropriately, developer adoption is a key metric to track. What platforms are new Dapps building on top of, and why? Today, Ethereum dominates developer market share, but we see early traction in some other platforms.

Source: Coingecko.com (as of 2020–12–03)

Closing thoughts

Today, there are benefits to building on Ethereum. For one, Ethereum has proven to be comparatively secure so far, possesses a robust developer tooling and ecosystem, and brings the largest user base. An application on Ethereum does not have to worry about bootstrapping its own network from the bottom-up, and can rely on the network effects of Ethereum. For these reasons, building on Ethereum helps remove some of the risk variables for the developer.

At the same time, Ethereum has drawbacks. One is scaling - when one application has a lot of transaction volume, it also brings up the cost of interacting with other applications on the network, creating a “traffic jam” on the network for all the other applications on Ethereum. Another is control and flexibility - for example, when Ethereum underwent the equivalent of a “software update,” portions of the contract code of an Ethereum-based application, the Aragon Project, became obsolete.

Developers must weigh these benefits and drawbacks when selecting a chain on which to build their applications.

New technology is enabling developers greater customization, flexibility, and control - yet it is still early. Developers can set up blockchains with their own validator security and customize the chain based on their application needs. Some of the front-runners in this category are Cosmos (via the Tendermint protocol) and Polkadot (via Substrate). Applications are created as their own blockchains using these open-source technologies and set their own rules. In fact, the above-mentioned Aragon effectively migrated from Ethereum to Cosmos.

Our view is that ultimately it is a question of whether applications need to “live” within the same blockchain environments. Eventually, we foresee that technologies will allow applications to interact with each other, regardless of the underlying chain. So it may ultimately be a decision whether it makes sense to (1) build one’s own chain, get traction, and then interoperate with other applications - or (2) the alternative being to build and interact with other applications within the same environment to achieve that traction.

Quick hits: commentary on notable news

Ethereum Phase 0 Roll-Out 

After years of R&D, the Ethereum 2.0 deposit contract launched and met the minimum requirements of staked $ETH to progress to the next phase of launch. Currently, more than 1M $ETH has been staked.

The launch of the beacon chain, the backbone of the ETH2 vision, is the beginning of a multi-year phase. The industry expects another 1~2 years for the next phases to complete, at which point the staked $ETH can be unlocked. This is a significant milestone in the lifecycle of the $ETH asset and emerges as potentially the most important proof-of-stake opportunity for the near-term future. 

While the ETH2 vision may take some years to fully come to fruition, the current iteration of Ethereum and its scaling solutions will likely be the near-term solution for existing applications - and will eventually integrate into a functioning ETH2. Because of this multi-year phase, there is a window for the new smart contract blockchains (described above) to gain developer mindshare and user traction. It will be interesting to see how Ethereum will fare from a fundamentals perspective during such time as it transitions to its new technology stack.

News from Coinbase

Retail

Institutional Crypto News

Emerging Crypto Businesses