> 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.md).

# Staking

Liquid staking and opt-in restaking assets that stay usable across DeFi.

When you stake ETH with ether.fi, you receive **eETH** or **weETH**, depending on the supported interface you use. eETH is a rebasing liquid staking token; weETH is its non-rebasing wrapped version, designed for use across DeFi. Both tokens accrue Ethereum staking rewards.

eETH and weETH do not bundle additional restaking exposure. Restaking products such as **weETHs** are separate and optional, with their own reward sources, dependencies, liquidity conditions, and risks.

The tokens remain transferable while you hold them. Redemption timing depends on available protocol liquidity, Ethereum validator withdrawals, and network conditions.

New to staking? Follow the [5-minute Quickstart](/etherfi/quickstart.md) first.

## Choose a token

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>weETH / eETH</strong></td><td>The flagship ETH liquid staking tokens. eETH rebases; weETH is the wrapped, non-rebasing version used across DeFi.</td><td><a href="/etherfi/products/staking/eeth.md">weETH / eETH</a></td></tr><tr><td><strong>eBTC</strong></td><td>Liquid restaked Bitcoin — earn yield on your BTC.</td><td><a href="/etherfi/products/staking/ebtc.md">eBTC</a></td></tr><tr><td><strong>eUSD</strong></td><td>A yield-bearing stablecoin position.</td><td><a href="/etherfi/products/staking/eusd.md">eUSD</a></td></tr><tr><td><strong>weETHs (Super Symbiotic)</strong></td><td>An optional managed restaking strategy built with weETH and the Symbiotic ecosystem.</td><td><a href="/etherfi/products/staking/weeths-super-symbiotic.md">weETHs (Super Symbiotic)</a></td></tr><tr><td><strong>weETHk (King Karak)</strong></td><td>weETH restaked through the Karak ecosystem.</td><td><a href="/etherfi/products/staking/weethk-king-karak.md">weETHk (King Karak)</a></td></tr><tr><td><strong>beHYPE</strong></td><td>Liquid staking for HYPE on Hyperliquid.</td><td><a href="/etherfi/products/staking/behype.md">beHYPE</a></td></tr></tbody></table>

{% hint style="info" %}
New to eETH/weETH? Read the [Staking FAQ](/etherfi/archive/introduction/faq.md). Looking for contract addresses or how to integrate weETH into your protocol? See [Contracts & Integrations](/etherfi/developers/contracts-and-integrations.md).
{% endhint %}


---

# 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.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.
