| Authors | Darby, David; et al. (Rocket Pool) |
|---|---|
| Year | 2021 |
| Project | Rocket Pool |
| License | GPL-3.0 |
| Official Source | https://docs.rocketpool.net/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.
“Rocket Pool: A Decentralised Ethereum Proof of Stake Infrastructure Service” is the 2021 whitepaper by David Darby and the Rocket Pool team, describing a liquid staking protocol for Ethereum that differs from centralized LSDs (like Lido) by requiring node operators to put up their own ETH as collateral and stake RPL tokens as slashing insurance — creating a permissionless, overcollateralized staking marketplace.
The protocol mints rETH — a non-rebasing liquid staking token whose value accrues staking rewards over time relative to ETH (rETH/ETH exchange rate increases monotonically as staking rewards accumulate).
> Whitepaper: Available at docs.rocketpool.net/overview/whitepaper.
Publication and Context
Ethereum’s Beacon Chain launched in December 2020, requiring 32 ETH (~$50,000+ at 2021 prices) to become a validator. This excludes most ETH holders from direct staking participation. Liquid staking protocols (Lido, Rocket Pool) aggregate smaller deposits to enable broader participation.
Lido’s approach (centralized node operator set, no operator ETH bond) dominated market share ~35% of staked ETH by 2023. Rocket Pool’s approach prioritizes decentralization over scale — permissionless operator entry and mandatory collateral create a more censorship-resistant but lower-adoption design.
Minipool Architecture
Core concept: Instead of one validator requiring 32 ETH from one source, Rocket Pool creates minipools — each minipool is a standalone validator funded by two parties:
8 ETH variant (current standard):
- Node operator provides: 8 ETH (bonded) + 2.4 ETH worth of RPL (minimum insurance stake)
- Rocket Pool protocol provides: 24 ETH from the deposit pool (staker deposits)
- Total: 32 ETH → one Ethereum validator
16 ETH variant (legacy):
- Node operator: 16 ETH + RPL
- Protocol: 16 ETH
Node operator collateral: By requiring node operators to bond their own ETH, Rocket Pool aligns their interests with honest validation. A slashable offense (e.g., double-voting) costs the node operator’s bonded ETH before it touches the staker’s rETH.
rETH Token
rETH (Rocket Pool ETH) is a non-rebasing liquid staking token:
- When a user deposits ETH into the Rocket Pool deposit pool, they receive rETH
- rETH does not rebase (the supply stays fixed; the exchange rate changes)
- Exchange rate:
rETH/ETH = (total ETH managed by Rocket Pool) / (total rETH supply) - As staking rewards accumulate, each rETH represents more ETH → rETH price rises vs. ETH
This contrasts with Lido’s stETH which rebases (your stETH balance increases daily to reflect rewards).
RPL Insurance Token
RPL (Rocket Pool’s governance and insurance token) has a dual role:
- Collateral requirement: Node operators must stake RPL worth at least 10% of their bonded ETH (min 2.4 ETH worth). Maximum RPL stake (for maximum reward multiplier) is 150% of bonded ETH.
- Slashing insurance: If a minipool is slashed (penalized for validator misbehavior) and the node operator’s bonded ETH is insufficient to cover losses, the operator’s RPL stake is seized and burned to compensate the protocol.
- Governance: RPL holders vote on protocol parameters.
RPL rewards: Operators earn RPL inflation rewards proportional to their effective RPL stake (capped at 150% of bonded ETH). This incentivizes maintaining adequate RPL collateral.
Commission Structure
Node operators earn commission for providing infrastructure:
- Standard commission: 14% of the staking rewards attributable to the 24 ETH provided by the protocol
- (The remaining 86% of rewards on the protocol ETH goes to rETH holders)
- Operators earn 100% of staking rewards on their own 8 ETH
Atlas (v3) and Distributed Validator Technology (DVT)
The 2023 Atlas upgrade introduced DVT (Distributed Validator Technology) compatibility via SSV Network and Obol Network integration:
- Traditional validators run on a single machine; failure = downtime penalty
- DVT splits validator duties across 4+ machines using a threshold signature scheme
- A minipool operator can run a DVT-powered validator requiring 3-of-4 keyshares to sign
- Improves uptime and censorship resistance for individual operators
Reality Check
Rocket Pool is the most decentralized major Ethereum liquid staking protocol — node operators are permissionless (anyone can run a minipool) and operators must bond ETH, unlike Lido’s fully permissioned, unbonded model.
Caveats:
- Adoption gap: Rocket Pool has ~3–5% of Ethereum’s staked ETH vs. Lido’s ~28–32% (2024). The capital efficiency tradeoff (operators must lock more ETH) reduces total capacity scaling.
- RPL token risk: The insurance mechanism depends on RPL maintaining value. In a severe RPL bear market, operator insurance coverage could drop below the threshold.
- Minipool overhead: Running a Rocket Pool node requires managing smart contract interactions, RPL staking, and Ethereum validator client software — more operationally complex than simple staking.
- Centralization at protocol level: The Rocket Pool DAO (RPL governance) and oDAO (oracle DAO for price feeds) remain partially centralized governance mechanisms.
Legacy
Rocket Pool pioneered the permissionless liquid staking model, demonstrating that decentralized staking protocols with economic alignment (node operator ETH bonds) are viable. The rETH token design (non-rebasing, exchange-rate-based) is preferred by many DeFi protocols over Lido’s rebasing stETH for composability reasons. Rocket Pool’s architecture influenced later decentralized LSDs (Frax Ether, StakeWise v3, EtherFi).
Related Terms
Research
- Darby, D., et al. (2021). Rocket Pool: A Decentralised Ethereum Proof of Stake Infrastructure Service. Rocket Pool.
— Primary whitepaper. Section 3 covers the minipool architecture; Section 5 outlines the RPL insurance mechanism.
- Lido Association. (2020). Lido: Liquid Staking for Digital Tokens. Lido Finance.
— Competing liquid staking design; contrast between permissioned (Lido) and permissionless (Rocket Pool) operator models.
- Asgaonkar, A., et al. (2022). Framing Ethereum’s Staking Centralization Risk. Ethereum Foundation Research.
— Analysis of staking centralization risks that motivates Rocket Pool’s design choices.