# EigenLayer

### **1. What is EigenLayer**&#x20;

EigenLayer is a protocol operating on Ethereum, introducing a novel concept called "restaking" as a cryptoeconomic primitive. Unlike conventional staking pools, restaking enables the reuse of assets to secure multiple Actively Validated Services (AVS) with the same initial capital. Moreover, EigenLayer is uniquely designed to allow Ethereum (ETH) already staked and engaged in Ethereum consensus to be repurposed for securing additional services.

### 2. Restakers

These are the individuals or entities who have staked ETH, either directly or through liquid staking derivatives. Restakers have the option to restake their ETH via Eigenlayer to provide additional security to services, earning rewards and points in exchange.

### 3. Node Operators

These participants play a pivotal role by choosing which AVSs to support and actively validate. In return for their service, node operators earn yields from the supported AVSs. Crucially, node operators face the risk of slashing (loss of staked ETH) due to misbehavior or failure of validation duties.

### 4. Actively Validated Services (AVS)

These are applications including, but not limited to, rollups, data availability layers, oracles, or other specialized services that require security guarantees via consensus. By opting into Eigenlayer, AVSs access Ethereum’s pool of staked ETH.

### 5. Liquid Restaking Tokens (LRTs)

While not directly a part of the Eigenlayer, LRTs streamline the process for users to participate in the Eigenlayer. They function as staking pools for restaking. By depositing ETH into LRTs (for example, ezETH \[3], pufETH \[1], etc.), users receive representative tokens. These tokens represent a share in a node operator network and earn Eigenlayer points, with potential additional rewards offered by the LRT providers themselves.

<br>

<br>


---

# 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.affinedefi.com/knowledge-base/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.
