# Introduction to EigenLayer

## EigenLayer

EigenLayer is a decentralized security protocol that enhances blockchain services by allowing assets already staked in Ethereum to be restaked, providing an extra layer of security. It enables validators to secure various services through a process called Actively Validated Services (AVS).

<figure><img src="/files/xXb0EY4P0GGpD3JTCDDX" alt=""><figcaption><p><a href="https://docs.eigenlayer.xyz/html/EigenLayer_WhitePaper-converted-xodo.html">https://docs.eigenlayer.xyz/html/EigenLayer_WhitePaper-converted-xodo.html</a></p></figcaption></figure>

## **Actively Validated Services (AVSs)**&#x20;

AVSs are services built on the EigenLayer protocol that leverage Ethereum's shared security.

AVS involves multiple components to ensure the security and efficiency of blockchain operations:

1. **Operators**: These are the entities that run the services, such as rollups, on the network. They execute transactions and ensure the proper functioning of the services.
2. **Restakers**: Validators who have staked their assets in Ethereum can restake these assets in EigenLayer. Restakers provide the security backbone by locking up their assets, which can be slashed if they act maliciously or fail to perform their duties.
3. **Service**: This refers to the actual applications or rollups that are secured by AVS. These services benefit from the enhanced security provided by restaked assets.

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

## **How AVS Helps Rollups**

1. **Enhanced Security**: Restaked assets from validators secure rollups, ensuring that any malicious actions result in slashing of these assets, thereby maintaining integrity.
2. **Decentralization**: AVS distributes validation across many validators, reducing central points of failure and enhancing network security.
3. **Scalability**: AVS allows rollups to process more transactions off-chain while ensuring on-chain security through decentralized validation.
4. **Cost Efficiency**: Leveraging existing staked assets for security is more cost-effective than implementing separate security mechanisms for each rollup.

Refer for more understanding: <https://blog.etherscale.xyz/an-elementary-explainer-of-avss-and-their-importance-for-rollups-08fe336d057a>


---

# 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.etherscale.xyz/core-concepts/introduction-to-eigenlayer.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.
