# Overview

### Overview

#### What is Ethos? <a href="#id-1ax48esh3usq" id="id-1ax48esh3usq"></a>

Ethos is a security coordination layer that enables sovereign blockchains to easily bootstrap a validator network, leveraging the economic security of restaked ETH.

Ethereum stakers can restake their ETH on EigenLayer by delegating their tokens to operators who support Ethos. These operators allocate the delegated stake to an elected set of Guardians, who validate the Ethos Layer 1 chain (called “Guardian chain”). Through the mechanism we call Opt-In Shared Security, these Guardians can co-validate or delegate to secure any combination of L1 chains, extending the security of restaked ETH beyond the Ethereum ecosystem.

The Ethos ecosystem comprises 3 layers:

1. **The AVS contract** deployed on EigenLayer that enables secure delegation of restaked ETH to Ethos Guardians
2. **The Guardian chain** that uses the restaked ETH to co-validate or delegate to other L1s
3. **Ethos-powered chains** that leverage the Guardians to easily bootstrap a decentralized trust network and/or increase their economic security.

<figure><img src="/files/uWUHivqMGUST7mPRPxHi" alt=""><figcaption></figcaption></figure>

#### Why Build with Ethos? <a href="#id-5d2frdtg5b2g" id="id-5d2frdtg5b2g"></a>

With Ethos, anyone building a sovereign L1 can quickly bootstrap a trust network and/or augment their economic security by leveraging restaked ETH. Moreover, stakers on Ethereum can earn additional rewards from these L1 chains by restaking their ETH on EigenLayer and delegating it to Ethos operators.


---

# 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://docs.ethosstake.com/ethos/overview.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.
