Cointime

Download App
iOS & Android

All You Need To Know About EigenLayer’s Whitepaper: Hyperscaling Blockchains

Validated Venture

0. Preface

EigenLayer is a restaking protocol for Ethereum that enables existing ETH stakers to opt in to validating new software modules (e.g. consensus protocols, data availability layers, oracles, middleware, etc.) built on top of the Ethereum ecosystem. Restakers will then earn an extra share of rewards, while being subject to additional slashing conditions on their staked ETH.

EigenLayer’s benefits extend beyond security and decentralization, as it acts as a stage where new ideas and implementations can be battle-tested in numerous iterations before being integrated into Ethereum itself.

In this article, we aim to summarize the key content within their newly published whitepaper, and will be publishing a deeper dive in another research piece. Do keep an eye out on our Twitter and Medium page to keep updated.

1. The Problem: Fractured Trust Networks

There are thousands of decentralized applications (DApps) currently built on top of Ethereum, and the ecosystem is constantly growing. However, not all applications are taking full advantage of the trust and security of Ethereum.

Actively validated services (AVS) such as sidechains based on new consensus protocols, data availability layers (DA), new virtual machines, oracles, and trusted execution environments, etc. are typically responsible for their own security, and there are distinct disadvantages to the current AVS ecosystem:

  • It is difficult to bootstrap a new trust network
  • There is leakage of value since users pay fees to a separate trust network on top of transaction fees on Etheruem
  • The cost of providing staking rewards in return for network security far outweighs the operational costs of the AVS
  • Having multiple trust networks means weakened security for dApps since the cost of attack is the minimum cost of corruption across all its dependencies

2. EigenLayer as the Solution

EigenLayer introduces 2 new concepts to extend Ethereum’s security to other systems and improve the efficiency of governance, namely re-staking and free-market governance.

  • Restaking: Users can re-stake their ETH with EigenLayer by opting in to various AVS such as data availability layers, oracles, middleware, Layer 2s, etc. In return, validators are rewarded with extra revenue for providing them with security and verification services.
  • Free market governance: By giving validators the freedom to choose which AVS to opt in or out of based on their risk appetite, it (a) complements the stable and conservative governance of the core blockchain with a fast and efficient, free-market governance structure for launching new supplementary capabilities and (b) allows new AVSs to take advantage of the diverse resources among validators, resulting in better balancing of security and performance.

Therefore, EigenLayer can solve the problems of AVS ecosystems as mentioned above:

  • New AVSs can bootstrap economic security with existing Ethereum validators
  • Greater value accrual by allowing ETH stakers to earn additional revenue through validating for various AVSs
  • Capital cost for using Ethereum’s security enhancements are amortized across multiple AVSs
  • Drastically increases the cost-of-corruption since trust is now aggregated

2.1 How to “Restake” on EigenLayer

EigenLayer offers a variety of staking methods similar to Lido’s liquid staking and superfluid staking, including:

  • Native restaking: Validators restake their staked ETH
  • LSD restaking: Validators restake assets that are already staked via Lido or Rocket Pool
  • ETH LP restaking: Validators restake the LP token of a pair which includes ETH
  • LSD LP restaking: Validators restake the LP token of a pair which includes a liquid staking ETH token, such as Curve’s stETH-ETH LP Token

2.2 Delegators

Restakers who are interested in participating in EigenLayer but do not want to act as node operators themselves, can delegate their rights to other operators, who in turn deposit the delegated stake to spin up new nodes and distribute the proceeds to these restakers.

For this, EigenLayer offers two models:

  • Solo staking: Restakers can opt to provide verification services and join AVS directly, or delegate operations to other operators while continuing to validate Ethereum themselves
  • Trust model: Restakers choose a trusted operator to delegate to. If the selected operator does not perform in accordance with the agreement, then its interests as the delegator will be penalized. In addition, restakers need to consider the proportion of fees that operators share back to delegators, giving rise to a new market, where each EigenLayer operator will put up a delegation contract on Ethereum that stipulates how fees will be distributed and route them accordingly.

3. Slashing Analysis

3.1 How slashing works

Slashing is an important mechanism that imposes a high cost of corruption, and therefore ensures strong cryptoeconomic security. Since stakers point their withdrawal authority towards EigenLayer contracts, any malicious actor that withdraws their ETH on the Ethereum base layer will have their ETH slashed by the on-chain contract of the AVS.

3.2 No fungible position on EigenLayer

EigenLayer also does not issue fungible tokens representing restaked positions, because each user may have different combinations of modules and therefore have different slashing risks. At the same time, transparency of fungible tokens may create conflicts between the holders of the positions and the node operators.

3.4 Risk Management

There are two types of risks in EigenLayer, the first being many operators colluding to attack a set of AVSs at the same time and the second being unintended slashing.

  • Operator Collusion

The pre-emptive solution is to create an open-source dashboard where AVSs built on EigenLayer can monitor whether a set of operators participating in its validation tasks are restaked across many other AVSs. These AVS can then make specifications in its contracts that only incentivize EigenLayer operators participating in a small number of AVS.

The reactive solution is to limit the profit-from-corruption of any particular AVS once slashing conditions are triggered. For example, bridges can restrict the value flow within the slashing period, or oracles can have bounds on the total value of transactions during that period.

  • Unintended Slashing

Before AVS and its associated infrastructure and contracts are battle-tested, many slashing risks need to be mitigated to avoid cascading risks. One risk is accidental unintended slashing vulnerabilities (e.g. programming bugs) in AVS creation that, if triggered, can cause honest operators to lose funds.

The pre-emptive solution is to put AVS codebases through rigorous security audits.

The reactive solution is to set up a governance committee that can have the ability to veto unintended slashing.

3.5 Governance Framework

EigenLayer uses a reputation-based committee comprised of prominent names in the Ethereum and EigenLayer communities. The committee will be responsible for enabling upgrades to EigenLayer contracts, reviewing and vetoing slashing events and admitting new AVS into the slashing review process. This committee however, has no power to trigger slashing by itself, and any upgrade to the protocol’s contracts comes with a time lag.

AVS can use this committee to assure restakers that they will not be subject to malicious or inaccurate slashing due to bugs. At the same time, AVS developers can battle-test AVS-related code bases. Once mature and getting enough trust from restakers, AVS can stop using the committee as a fallback. AVS admission to build on top of EigenLayer may be subject to security audits and other due diligence, including checking of system requirements that validators have to serve the AVSs.

3.6 Maximizing security while minimizing centralization risk

Maximum security is obtained when all of the ETH that has been restaked with EigenLayer is used to secure a given AVS. However, there are two hurdles associated with this. One, whether the expected revenue of the AVS outweighs operators’ operating costs, and two, whether operators have enough computational resources to participate in AVS validation.

EigenLayer proposes two possible module design patterns to alleviate these concerns:

  • Hyperscale AVS: In a hyperscale AVS, the total computing workload is distributed among all N participating operators. This reduces storage costs as well as node throughput requirements, and the system itself can achieve high throughput by aggregating the performance of multiple nodes.
  • Lightweight: Low-cost tasks that require low computing infrastructure, and can be performed redundantly by the operators, such as verifying zk-proofs.

4. A World with EigenLayer

4.1 Enabling New Applications

EigenLayer can support many types of protocols by providing AVS services, including data availability layers, decentralized sequencers, light-node bridges to Ethereum, faster bridge between rollups, oracles, event-driven activation capabilities, MEV management, low-latency sidechains, and helping Ethereum achieve single slot finality.

4.2 Leveraging Staker Heterogeneity and Massively Expands Blockspace

Ethereum’s nodes are heterogeneous in terms of computing power, risk-reward appetite, and characteristics:

  • Blockchains set block limits based on the weakest node performance, and stronger nodes can make excess resources available to other protocols through EigenLayer.
  • Nodes with higher risk appetite can choose protocols with greater risk, less liquidity, and higher yields to provide validation to.
  • By combining with verifiable credentials, SBT and other technologies, different protocols can select the most suitable nodes according to their characteristics to provide validation.

4.3 Break the Trade-off between Democracy and Agility

Ethereum’s upgrades are slow-moving, advancing through a robust off-chain democratic governance approach. EigenLayer’s emergence allows for innovation to be quickly deployed on Ethereum’s trust network, providing a testing platform for Ethereum mainnet, similar to a testnet. This helps avoid Ethereum’s trade-off between rapid innovation and democratic governance.

4.4 Incentivizing Staker Decentralization

EigenLayer provides AVS with a marketplace for monetizing decentralization. As more and more AVSs specify that only home validators can participate in their tasks on EigenLayer, it increases profitability in running home nodes on Ethereum, further incentivising decentralization of the mainnet.

4.5 Multi-token Quorums

EigenLayer allows the AVSs to define its own node group (quorums) to run together with the node group that restakes ETH. For example, Protocol A can choose to use two quorums, one needs to restake ETH, while the other needs to stake their native protocol token $A. Such a mechanism can help the protocol token $A gain utility and accrue value for the protocol.

4.6 Business models

Business models that can be adopted by AVSs on top of EigenLayer include:

  • Pure wallet: A company deploys an AVS service on top of EigenLayer, and users pay a fee to utilize the service, and part of the income is paid to the company’s wallet, and the rest to ETH restakers in EigenLayer.
  • Tokenization of fees: AVS is deployed as a protocol on top of EigenLayer, and as users pay fees in a neutral denomination to utilize services, a fraction of those fees goes to token holders of $AVS as specified by the protocol, and the rest to ETH restakers in EigenLayer
  • Paying with protocol native tokens: AVS is deployed as a protocol on top of EigenLayer, and as users pay fees in $AVS to utilize services, a fraction of those fees goes to a quorum of token holders as specified by the protocol, and the rest to ETH restakers in EigenLayer
  • Dual-coin staking: The protocol specifies that the two quorums of $AVS stakers and ETH restakers operate together, which drives utility to $AVS, while using ETH restaking to hedge against a potential death spiral of the protocol token which would compromise the security of the AVS.
Comments

All Comments

Recommended for you

  • Measuring Exchange Quality And ‘Fake Volume’

    A framework to assess the quality of centralized exchanges (CEX's)

  • A whale sold 224 WBTC worth $14.4 million in the past three hours

    According to on-chain analyst @ai_9684xtpa, address 0x486...1505e sold 224 WBTC tokens worth $14.4 million through Cowswap in the past three hours, making a profit of $830,000 (selling at an average price of $64,203). The seller had bought 371 WBTC tokens at an average price of $60,504 between November 2023 and April 2024, and still holds 280 WBTC tokens.

  • CryptoQuant CEO: BTC needs to remain above $80,000 for miners to remain profitable after halving

    Bitcoin mining revenue significantly decreased in May due to the impact of the fourth Bitcoin halving event. On May 1st, the total revenue from block rewards and transaction fees reached a new low of only $26.3 million.CryptoQuant CEO Ki Young Ju calculated that, based on current conditions, Bitcoin needs to stay above $80,000 for miners to remain profitable after the halving. However, most miners have taken proactive measures to upgrade their mining equipment to lower long-term operating costs and remain competitive.

  • BTC returns to above 65,000 USDT, up 2.08% in 24 hours

    OKX market shows that BTC has returned to above 65000 USDT, now reporting 65102 USDT, with a 24-hour increase of 2.08%.

  • Hundre Finance attackers have withdrawn 162.2 ETH worth of crypto assets from Curve

    According to PeckShield monitoring, the attacker of Hundre Finance withdrew 784,000 3Crv from Curve and exchanged it for 273 ETH. In addition, they also exchanged 305.6 WOO, 39 PAXG, 200,000 FRAX, and 100,000 DAI, totaling 162.2 ETH. The attacker then bridged 1,034 ETH (2.17 million USD), 842.8K DAI, 1.11 million USDT, 1.27 million USDC, and 457.3 FRAX from Optimism to Ethereum. They also exchanged a total of 480,000 USDC for 142.6 WETH, 306 WOO, and 39 PAXG. They also exchanged 1.11 million USDT for 500.3 thousand USD worth of DAI and 613.8 thousand USD worth of FRAX. Additionally, on April 15, 2023, approximately 786,000 USD worth of USDC was added to Curve3Pool.

  • LayerZero co-founder: "Self-reporting of witch activities" is not aimed at individuals, but at industrial witch studios

    Bryan Pellegrino, co-founder and CEO of LayerZero, stated on social media that the "Self-Report Sybil Activity" is not targeting individual users, but rather large industrial witch farms (studios).Earlier, LayerZero Labs launched the "Self-Report Sybil Activity" plan, which allows witch addresses to self-report related addresses on a designated page and receive an expected allocation of 15%, without answering any questions. The deadline is May 17th, 19:59:59.

  • Argentina’s House of Representatives Passes Bill to Regularize Cryptocurrency Taxation

    The Argentine Chamber of Deputies has passed a cryptocurrency tax normalization bill aimed at advancing a series of important government reforms. The bill introduces the possibility of regularizing previously undeclared cryptocurrency assets, up to a maximum of $100,000, without paying government collection fees. However, if the value of cryptocurrency assets exceeds this limit, the government will apply preferential tax rates based on the taxpayer's declaration date.

  • GNUS on Fantom was attacked, with a loss of about $1.27 million

    According to Beosin's monitoring, GNUS on Fantom was attacked, resulting in a loss of approximately $1.27 million. GNUS stated on the X platform that due to recent vulnerabilities, hackers were able to mint fake GNUS tokens on Fantom, transfer them to Ethereum and Polygon through the Axelar Bridge, and sell them to existing liquidity pools. We will take a snapshot of the blocks before the exploit. To ensure fairness, please do not purchase GNUS tokens after the exploit, as we will issue new tokens.

  • Pandu Financial Group received the first round of strategic equity investment of tens of millions of Hong Kong dollars, led by Longling Capital

    Pando Financial Group announced it has received tens of millions of Hong Kong dollars in strategic equity investment led by Longling Investment. Pando Financial Group stated that it plans to use the newly injected funds for key growth areas, including market expansion, innovative product development, key talent recruitment, and technology upgrades, aiming to accelerate the layout of opportunities in the era of virtual assets through these strategic initiatives. Currently, the group's asset management scale has reached $500 million. Pando Asset, a subsidiary of Pando Financial Group, established its headquarters in Zurich in 2022 and issued the Pando 6 spot virtual asset fund (Bitcoin/Ethereum spot ETPs) on the Swiss Exchange. Another subsidiary of Pando Financial Group, Pando Limited, obtained licenses from the Securities and Futures Commission in Hong Kong, including Type 1 (securities trading), Type 4 (advising on securities), and Type 9 (asset management), as well as public fund qualifications, and was approved to manage investment portfolios with more than 10% invested in virtual assets and issued several excellent performance actively managed ETF products.

  • Hong Kong Monetary Authority launches industry consultation on “renaming virtual banks as licensed digital banks”

    Hong Kong virtual banks released their annual reports for 2023 last week. The eight virtual banks collectively lost about 2.99 billion yuan last year, a decrease of about 12% compared to the total loss of about 3.4 billion yuan in 2022. In response to the occasional feeling of "unreality" brought about by the term "virtual" in recent years, the Hong Kong Monetary Authority has initiated a consultation on renaming with the eight virtual banks, the Hong Kong Bankers Association, the Hong Kong Restricted Licensed Banks and Deposit-taking Companies Association, with the aim of renaming virtual banks as licensed digital banks, for a period of one month. It is reported that in the Asian region, similar banks have different names in different places. South Korea and Singapore issue licenses under the name of "digital bank", with Singapore further dividing them into digital full banks (DFB) and digital wholesale banks (DWB).