# Getting Started with ETH 2.0

## Overview

This guide contains the following information:

* Presentation of selected implementations of the Ethereum Serenity protocol
* Tutorials to operate own Validators
* Summaries of interesting sections from the Ethereum Serenity specification

### Implementations

* Prysmatic Labs
* Lighthouse

### Tutorials

*TODO*

Docker stuff

DevOps stuff / Server hardening

### Summaries of specification

*TODO*

Formulas

$$
timeToActivationInMinutes = ((yourValidatorIndex - highestActivatedValidatorIndex) / 4) \* 6.4
$$

I welcome feedback and meaningful contributions.
