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

# Quickstart

This guide takes you from zero to earning staking and restaking rewards in a few minutes. You'll stake ETH and receive **weETH**, ether.fi's liquid restaking token, which keeps earning while staying usable across DeFi.

{% stepper %}
{% step %}

#### Set up a wallet and fund it with ETH

Use any Ethereum wallet (for example MetaMask, Rabby, or a hardware wallet). Make sure it holds the ETH you want to stake, plus a little extra to cover network gas fees.
{% endstep %}

{% step %}

#### Open the ether.fi app and connect

Go to [app.ether.fi](https://app.ether.fi) and connect your wallet. Always check the URL — only ever connect to the official domain.
{% endstep %}

{% step %}

#### Stake your ETH

Enter the amount of ETH you want to stake and confirm the transaction in your wallet. You'll receive **eETH** in return — a rebasing token whose balance grows as rewards accrue.
{% endstep %}

{% step %}

#### (Optional) Wrap to weETH for DeFi

If you plan to use your position across DeFi, wrap eETH into **weETH** — a non-rebasing token accepted by most DeFi protocols. Many integrations use weETH directly.
{% endstep %}

{% step %}

#### Put your tokens to work

Hold weETH/eETH to keep earning automatically, supply it to [Liquid vaults](/etherfi/products/liquid.md) and DeFi protocols for additional yield, or spend against your holdings with the [Cash card](/etherfi/products/cash.md). You can redeem back to ETH whenever you like, subject to available liquidity.
{% endstep %}
{% endstepper %}

## What you just earned

By holding eETH/weETH you accrue **base Ethereum staking rewards** and **restaking emissions**, which are aggregated and compounded into your position automatically — no claiming required.

## Where to go next

<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>Learn about weETH / eETH</strong></td><td>How the flagship liquid restaking token works.</td><td><a href="/pages/lc4IFrIRwaKerCwivzA6">/pages/lc4IFrIRwaKerCwivzA6</a></td></tr><tr><td><strong>Explore Liquid vaults</strong></td><td>One deposit, diversified DeFi yield.</td><td><a href="/pages/KCp8HtFLkmJWFHjV36OF">/pages/KCp8HtFLkmJWFHjV36OF</a></td></tr><tr><td><strong>Get the Cash card</strong></td><td>Spend your crypto and earn cashback.</td><td><a href="/pages/WRDy2uChZjPgrZoFOl56">/pages/WRDy2uChZjPgrZoFOl56</a></td></tr></tbody></table>

{% hint style="info" %}
Questions along the way? The [Help Center](https://help.ether.fi) and [Discord](https://discord.com/invite/zqGzcuQWvD) are the fastest ways to get help.
{% 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/quickstart.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.
