# Introduction to EigenLayer

EigenLayer is a protocol built on Ethereum that introduces the concept of restaking, a new cryptoeconomic primitive. This allows users who stake ETH or a liquid staking token (LST) to opt-in to EigenLayer smart contracts. By doing so, they can restake their ETH or LST, extending cryptoeconomic security to additional applications on the network and earning extra rewards.

The primary motivation behind EigenLayer is to enable Ethereum stakers to secure multiple services simultaneously by reusing their staked ETH. This pooling of security reduces capital costs for stakers and enhances trust guarantees for individual services. EigenLayer addresses the challenge of decentralized services needing to establish their own trust networks by allowing any service, regardless of its composition, to tap into the pooled security provided by Ethereum's stakers. This promotes permissionless innovation and free-market governance in the Ethereum ecosystem.

EigenLayer introduces several key features in the context of Ethereum staking and cryptoeconomic security:

1. Restaking for Decentralization;
2. Custom Slashing Mechanisms;
3. Operator Delegation;

Find out more on EigenLayer's [website](https://www.eigenlayer.xyz/).


---

# 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.bedrock.technology/eigenlayer/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.
