What is Rocket Pool?
Rocket Pool is a decentralized Ethereum liquid staking protocol that allows anyone to stake ETH and run a node. It's known for its decentralized node operator network and rETH liquid token.
Protocol Features
- Decentralized node operation
- rETH liquid token
- 4 ETH minimum for node
- ETH staking derivatives
- RPL token rewards
Integration
// Get rETH exchange rate
const rate = await rocketPool.getExchangeRate()
// Stake ETH and receive rETH
const rETH = await rocketPool.deposit({ value: ethAmount })
// Get validator info
const validators = await rocketPool.getNodeValidators(nodeAddress)