> For the complete documentation index, see [llms.txt](https://docs.ethgas.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ethgas.com/program/open-gas/ether.fi.md).

# Ether.fi

#### What is Ether.fi?

ether.fi is a non-custodial liquid staking and restaking protocol that lets users stake ETH and receive liquid tokens like eETH and weETH. Its restaking layer integrates directly with EigenLayer, allowing users to compound staking and restaking rewards while keeping control of their validator keys.

#### What Actions Qualify for Gas Rebates?

Open Gas rebates gas fees for users who&#x20;

* deposit ETH or stETH into Ether.fi's liquid restaking contracts to receive weETH
* deposit into Ether.fi's liquid ETH Yield vault

eETH is ether.fi’s flagship Ethereum-backed liquid restaking token for native staking and multichain bridging, designed to simplify yield optimization and expand DeFi utility.

Click [here](https://etherfi.gitbook.io/etherfi/staking/eeth) to learn more about the benefits of holding eETH/weETH.

**Eligible Contracts & Functions Feb & Mar 2026:**&#x20;

<table data-header-hidden><thead><tr><th></th><th></th><th width="173.7578125"></th><th></th><th></th></tr></thead><tbody><tr><td><strong>Contract</strong></td><td><strong>Address</strong></td><td><strong>Function</strong></td><td><strong>Description</strong></td><td><strong>Where to access</strong></td></tr><tr><td>DepositAdapter</td><td>0xcfC6d9Bd7411962Bfe7145451A7EF71A24b6A7A2</td><td><ul><li>depositETHForWeETH</li><li>depositStETHForWeETHWithPermit</li></ul></td><td>Deposit ETH/stETH to receive weETH</td><td><a href="https://www.ether.fi/app/weeth">https://www.ether.fi/app/weeth</a> </td></tr><tr><td>LayerZeroTellerWithRateLimiting</td><td>0x9AA79C84b79816ab920bBcE20f8f74557B514734</td><td><ul><li>deposit</li></ul></td><td>Deposit into Liquid ETH Yield</td><td><a href="https://www.ether.fi/app/cash/earn/liquid/eth-yield ">https://www.ether.fi/app/cash/earn/liquid/eth-yield </a></td></tr></tbody></table>

**How to Claim Your Rebate**\
Head to the[ Open Gas Claim Dashboard](https://ethgas.com/open-gas/claim) → Connect your wallet → Claim your ETH gas rebate.

<br>


---

# 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.ethgas.com/program/open-gas/ether.fi.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.
