# EigenLayer Components

At its core, EigenLayer leverages the following components:

* **Actively Validated Services (AVSs):** These custom-built applications leverage the security of the EigenLayer validator/operator set, performing their own consensus tasks alongside securing the mainnet.&#x20;
* **Shared Operators:** These are individuals or entities running validator nodes within EigenLayer's AVSs. They contribute their validator power to secure multiple applications, earning rewards while boosting network resilience.

Imagine dYdX, a popular DeFi platform, wanted to boost its security with EigenLayer. Here's how it might work:

* **dYdX as AVS:** dYdX would create its own AVS, a dedicated security layer powered by shared validators. This means anyone staking ETH on EigenLayer could contribute to dYdX's security, earning rewards in the process.
* **EigenLayer Operators as Validators:** Operator nodes on EigenLayer could choose to participate in dYdX's AVS, acting as validators. They'd earn rewards for validating dYdX's transactions and securing its platform while also contributing to other AVSs on EigenLayer.


---

# 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.stakeease.com/background/eigenlayer/eigenlayer-components.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.
