EthSpring

⌘K
  1. Home
  2. Docs
  3. EthSpring
  4. Eth2
  5. The Beacon chain today

The Beacon chain today

Readings:

  • skim Ben Edgington’s annotated beacon chain spec for understanding
  • The State of Eth2 (Jan 2021) Earlier this year, Danny Ryan laid out the coming year of Eth2 from his perspective. The plans here remain relevant and are worth a read.
  • Pintail’s posts on validator rewards: 1 & 2 These two posts lay out the validator reward structure in easy-to-understand prose.
  • Learn about how a few staking pools work (Rocket Pool, Lido, Blox Staking, Stakewise) Staking pools may constitute a nontrivial amount of staked ETH in the future and it’s important to understand how they work. Generally speaking, they’re all DAOs on Ethereum that manage a set of operators with different rulesets around who’s allowed to participate.
  • (if you’re feeling ambitious) dive into the eth2spec The eth2spec is the realtime ground truth of what Eth2 implementers are implementing. It’s entirely written in python, for ease of unit testing, which makes it hard to read from top-to-bottom. I’d recommend picking a part of the system that’s interesting to you and diving in to see how it works!

Quests:

  • run a validator (deposit -> run one of the mainnet clients) on the Prater testnet Probably the best way to get familiar with the beacon chain is to literally participate! You can run a beacon chain client (like a full node in Eth1) without any ETH, but participating in consensus requires depositing 32ETH. Fortunately, you can do this on testnet for free (I have testnet ETH for everyone), so take a stab at running a client!
  • collect some data from mainnet using an eth2 client and chaind Sorta a choose-your-own adventure, but this task will force you to run a beacon node (basically a read-only eth2 node) on mainnet and get data. Some ideas of things to study:
    • attestation committee assignments and participation rates
    • the activation/exit queues
    • graffiti word cloud
    • slashings