> For the complete documentation index, see [llms.txt](https://eth2-guide.crasta-holding.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://eth2-guide.crasta-holding.com/master.md).

# 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.
