> For the complete documentation index, see [llms.txt](https://etherfi.gitbook.io/etherfi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://etherfi.gitbook.io/etherfi/products/staking/eeth.md).

# weETH / eETH

## Overview

eETH is ether.fi's rebasing liquid staking token, backed by ETH staked through Ethereum validators. Its balance increases as Ethereum staking rewards accrue.

weETH is the non-rebasing wrapped version of eETH. A weETH balance stays fixed, while the amount of eETH represented by each weETH increases as staking rewards accrue.

## Rewards

eETH and weETH accrue Ethereum consensus and execution-layer staking rewards. Rewards are variable and are not guaranteed.

eETH and weETH do **not** bundle additional restaking rewards or EigenLayer AVS slashing exposure. Users who want additional restaking exposure must opt into a separate product, such as [weETHs](/etherfi/products/staking/weeths-super-symbiotic.md), which has its own risks and reward sources.

## Using and redeeming eETH/weETH

eETH and weETH are transferable and can be used across supported DeFi protocols. Third-party integrations introduce their own smart-contract, market, oracle, liquidity, and liquidation risks.

You can request redemption for the underlying ETH through ether.fi's supported interface. Completion time depends on available protocol liquidity, Ethereum validator withdrawals, and network conditions.

## Historical EigenLayer position

ether.fi previously restaked a significant portion of protocol assets through EigenLayer. That position is being wound down. As of August 2026, ether.fi reported that less than 1% of protocol assets remained restaked, with the remaining position planned for removal by the end of Q3 2026 and EigenPod withdrawal credentials planned for removal by Q4 2026.

This residual protocol wind-down is not a bundled restaking product for eETH or weETH holders. See [Slashing Risk](/etherfi/security/security-and-risks/slashing-risk.md) for the current disclosure.

For contract addresses and integration details, see [Contracts & Integrations](/etherfi/developers/contracts-and-integrations.md).


---

# 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://etherfi.gitbook.io/etherfi/products/staking/eeth.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.
