> For the complete documentation index, see [llms.txt](https://docs.xhash.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.xhash.com/staking/restaking-guides/eigenlayer.md).

# EigenLayer

XHash now supports earning restaking points by participating in EigenLayer's native restaking, with the option to earn additional SSV rewards if you choose the SSV option. One staking, tripple rewards.

## 1.Why join EigenLayer from XHash?&#x20;

* **Quick and convenient**: Just two steps, you can create EigenPod on EigenLayer's website then create validators on XHash very quickly by our one-step stake, you don't need to record annoying mnemonics!
* **More profit**: You can get SSV's reward in addition to EigenLayer Restaked Point. One stake, three rewards!&#x20;
* **In-time**: EigenLayer suspend Liquid Restakeing sometimes, but native restaking is uncapped. Join us if you want to get Restaked Point right now!

## 2.What is EigenLayer?&#x20;

EigenLayer is a protocol built on Ethereum that introduces restaking, a new primitive in cryptoeconomic security. This primitive enables the reuse of ETH on the consensus layer. Users that stake ETH natively or with a liquid staking token (LST) can opt-in to EigenLayer smart contracts to restake their ETH or LST and extend cryptoeconomic security to additional applications on the network to earn additional rewards. <https://www.eigenlayer.xyz/>

## 3.What's EigenLayer's Restaked Point?&#x20;

A measure of your total EigenLayer restaking contribution. Based on amount of ETH staked over time, in units of ETH per second. For a precise definition of how Restaking Points are calculated, please refer to the document below：&#x20;

<https://docs.eigenlayer.xyz/restaking-guides/restaking-user-guide/restaked-points>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.xhash.com/staking/restaking-guides/eigenlayer.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
