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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://eth2-guide.crasta-holding.com/master.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
