| Authors | Kannan, Sreeram |
|---|---|
| Year | 2023 |
| Project | EigenLayer |
| License | Proprietary / EigenLayer |
| Official Source | https://docs.eigenlayer.xyz/overview/whitepaper |
This page is an educational summary and analysis of an official whitepaper or technical paper, written for reference purposes. It is not a verbatim reproduction. CryptoGloss does not claim authorship of the original work. All intellectual property rights remain with the original author(s). The official document is linked above.
“EigenLayer: The Restaking Collective” is a technical whitepaper by Sreeram Kannan, founder of EigenLayer and professor at the University of Washington, published in 2023. It introduces restaking: a primitive that lets Ethereum validators and liquid staking token (LST) holders re-use their staked ETH collateral to simultaneously secure additional decentralized services, extending Ethereum’s trust network to arbitrary protocols.
EigenLayer went live on Ethereum mainnet in stages through 2023–2024 and became one of the fastest-growing DeFi protocols by total value locked (TVL), accumulating over $15 billion at its peak.
> PDF hosting: The EigenLayer whitepaper is available at docs.eigenlayer.xyz/overview/whitepaper directly from EigenLayer.
Publication and Context
The core insight behind EigenLayer predates the white paper. Kannan argued that Ethereum’s Proof of Stake security — hundreds of billions of dollars worth of staked ETH — was being used to secure only Ethereum itself, while every other decentralized service (oracle networks, bridges, data availability layers, sequencers) had to bootstrap its own token-based security from scratch.
A new protocol bootstrapping cryptoeconomic security in 2023 might have $100M in staked tokens securing it — comparatively fragile next to Ethereum’s $40 billion in staked ETH. Restaking lets those protocols “borrow” Ethereum’s security.
Key milestones:
- Whitepaper: 2023
- EigenLayer mainnet (staking): 2024
- EIGEN token: 2024
- EigenDA (first AVS) launch: 2024
The Core Problem: Security Fragmentation
Every new decentralized protocol needs cryptoeconomic security — staked collateral that can be slashed if validators misbehave. Without meaningful collateral at risk, validators have no punishment for lying, equivocating, or censoring.
The problem is that building this from scratch is extremely difficult:
- New tokens have low initial market cap → low collateral at risk → weak security
- Validators must be recruited separately for every service → operational overhead
- Ecosystems become fragmented; security is spread thin across thousands of tokens
The canonical solution was “Ethereum security inheritance” — but before EigenLayer, there was no mechanism to extend that security to arbitrary services.
Restaking: The Core Innovation
Restaking is simple in concept: an Ethereum validator who has staked 32 ETH opts into additional services and agrees that their staked ETH can be slashed by those services for misbehavior, in addition to being slashable by Ethereum for consensus failures.
This creates pooled security: the same ETH simultaneously backs multiple services. From the staker’s perspective, they earn additional yield. From the AVS’s perspective, they inherit Ethereum-grade collateral.
Two restaking modes:
| Mode | Mechanism |
|---|---|
| Native restaking | Validator runs an EigenPod (a smart contract on Ethereum); withdrawal credentials pointed to EigenPod give EigenLayer slashing authority |
| Liquid restaking | LST holders (stETH, rETH, cbETH, etc.) deposit into EigenLayer smart contracts; the LST itself becomes the restaked collateral |
Actively Validated Services (AVSs)
An Actively Validated Service is any protocol that uses EigenLayer’s operator network for decentralized computation or validation. AVSs define their own:
- Tasks: What operators must compute or validate
- Slashing conditions: What constitutes misbehavior
- Quorum requirements: How many operators must agree
Examples of AVS categories:
| AVS Type | Example |
|---|---|
| Data Availability | EigenDA |
| Decentralized Sequencer | |
| Oracle | |
| Cross-chain Bridge | |
| Threshold Cryptography | MPC key management |
| ZK Prover Networks | Distributed proof generation |
Slashing and Cryptoeconomic Security
The slashing model is the heart of the security argument:
- If an operator misbehaves on an AVS, the AVS can trigger a slashing event via EigenLayer’s contracts
- This destroys a portion of the operator’s restaked collateral (their staked ETH or LST)
- Because ETH is the collateral, the threat is credible — operators risk real economic losses
The whitepaper analyzes cryptoeconomic security — the cost-of-corruption (CoC):
$$text{CoC} = text{Stake at risk} times text{Slashing fraction}$$
If CoC exceeds the potential profit from misbehavior, the service is economically secure. EigenLayer argues that inheriting Ethereum staker collateral gives new AVSs access to a CoC far exceeding what any bootstrapped token system could offer.
Systemic Risks
Kannan’s paper honestly addresses systemic risks:
Operator concentration: If a large operator runs many AVSs and is slashed on all of them simultaneously, Ethereum consensus itself could be destabilized if enough ETH is destroyed at once.
Cascading slashing: Correlated slashing across many AVSs from a single operator failure could amplify losses.
Overcollateralization risk: The same ETH securing too many simultaneously-risky services violates the assumption that risks are independent.
The paper proposes free-market governance as the mitigation: stakers self-select which AVSs to opt into. Risk-averse stakers opt into fewer, lower-risk AVSs; the market prices risk through yield (safer AVSs yield less).
Reality Check
EigenLayer raised significant concerns in the Ethereum community:
- Centralization: EigenDA runs only a small number of operators in its early form
- EIGEN token controversy: The airdrop excluded VPN users and certain geographic regions, drawing criticism
- Complexity: Operators must run separate software stacks for each AVS they opt into
- Yield sustainability: AVS rewards come from protocol revenues that many new AVSs haven’t yet earned
Proponents argue that the primitive itself is sound — security sharing is valuable — and that these are early-stage growing pains.
Legacy
EigenLayer pioneered the restaking category, which subsequently spawned “liquid restaking protocols” (Ether.fi, Renzo, Puffer Finance, Kelp DAO) that deposit into EigenLayer and issue their own receipt tokens. By early 2024, EigenLayer was the second-largest DeFi protocol by TVL after Lido. EigenDA is in production as a DA layer for rollups including Mantle.
Related Terms
Research
- Kannan, S. (2023). EigenLayer: The Restaking Collective. EigenLayer.xyz.
— Primary source. Sections 3–5 establish the AVS model and slashing mechanism. Section 6 addresses risks.
- Leshner, R., & Myers, G. (2019). Compound: The Money Market Protocol. compound.finance.
— An earlier example of pooled collateral in a smart contract system.
- Chitra, T., & Evans, A. (2022). Risks of Liquid Staking Derivatives. arXiv:2205.16729.
— Academic treatment of correlated-slashing risk relevant to restaking.