> 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/resources/ether.fi-whitepaper/ether.fi-staking.md).

# Ethereum Staking

Understand Ethereum staking with ether.fi, including eETH and weETH, validator rewards, redemptions, liquidity, and staking risks.

ether.fi Stake lets users stake ETH and receive a liquid staking token that represents their position. Staked ETH supports Ethereum validators and earns variable consensus- and execution-layer rewards.

## eETH and weETH

* **eETH** is a rebasing liquid staking token. Its balance increases as staking rewards accrue.
* **weETH** is the non-rebasing wrapped version of eETH. A user's weETH balance remains fixed while the amount of eETH represented by each weETH changes over time.

Both assets can remain transferable and may be used in supported DeFi integrations. Third-party use introduces additional smart-contract, market, oracle, liquidity, and liquidation risks.

eETH and weETH accrue Ethereum staking rewards. They do **not** bundle additional restaking rewards or additional AVS slashing exposure. Restaking products are separate and optional.

## How staking works

1. A user deposits ETH through a supported ether.fi interface.
2. The staking protocol issues eETH or weETH based on the supported flow.
3. The protocol allocates ETH to Ethereum validators operated by node operators.
4. The oracle reports validator activity and rewards to the protocol contracts.
5. Staking rewards are reflected through the eETH rebase and the eETH-per-weETH conversion rate.

The staking contracts, validator infrastructure, oracle, node operators, and governance controls each form part of the trust and risk model. Current contract addresses are published under [Contracts & Integrations](/etherfi/developers/contracts-and-integrations.md).

## Redemptions

Users can request redemption of eETH or weETH for ETH through supported interfaces. Timing depends on available protocol liquidity, the Ethereum validator withdrawal process, withdrawal demand, and network conditions. A liquid secondary market is not a guarantee that weETH will always trade at its underlying redemption value.

## Rewards and risks

Staking rewards are variable and are not guaranteed. A staking position can be affected by validator penalties or slashing, smart-contract failures, oracle or governance failures, liquidity constraints, and changes to Ethereum.

For current product details, see [weETH / eETH](/etherfi/products/staking/eeth.md). For the protocol's current controls and disclosures, see [Security & Risks](/etherfi/security/security-and-risks.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/resources/ether.fi-whitepaper/ether.fi-staking.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.
