> 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

When you stake with ether.fi you receive a **liquid restaking token (LRT)** — a token that represents your staked position and keeps earning while you hold it. Unlike traditional staking, your assets are never locked away: LRTs stay liquid and composable, so you can use them across DeFi or redeem them for the underlying asset.

ether.fi's tokens are **natively restaked** at the protocol level (via EigenLayer), giving you exposure to both base Ethereum staking rewards and restaking emissions — without the long unstaking delays of conventional liquid restaking strategies.

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 restaking token. eETH rebases; weETH is the wrapped, non-rebasing version used across DeFi.</td><td><a href="/pages/lc4IFrIRwaKerCwivzA6">/pages/lc4IFrIRwaKerCwivzA6</a></td></tr><tr><td><strong>eBTC</strong></td><td>Liquid restaked Bitcoin — earn yield on your BTC.</td><td><a href="/pages/YdFvgkfBILFYjacB0g3G">/pages/YdFvgkfBILFYjacB0g3G</a></td></tr><tr><td><strong>eUSD</strong></td><td>A yield-bearing stablecoin position.</td><td><a href="/pages/JBEIAGsLvGEMnGO2zmEK">/pages/JBEIAGsLvGEMnGO2zmEK</a></td></tr><tr><td><strong>weETHs (Super Symbiotic)</strong></td><td>weETH restaked through the Symbiotic ecosystem.</td><td><a href="/pages/BB15niOrIeVAile58xhj">/pages/BB15niOrIeVAile58xhj</a></td></tr><tr><td><strong>weETHk (King Karak)</strong></td><td>weETH restaked through the Karak ecosystem.</td><td><a href="/pages/iE4kOv2SBx8MIk55RLOx">/pages/iE4kOv2SBx8MIk55RLOx</a></td></tr><tr><td><strong>beHYPE</strong></td><td>Liquid staking for HYPE on Hyperliquid.</td><td><a href="/pages/aiJ3saLi7rOxIQxWVvmp">/pages/aiJ3saLi7rOxIQxWVvmp</a></td></tr></tbody></table>

{% hint style="info" %}
New to eETH/weETH? Read the [Staking FAQ](/etherfi/get-started/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.
