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

# Welcome to ether.fi

ether.fi is a decentralized, non-custodial suite of products built on Ethereum. Stake your ETH to earn staking and restaking rewards, put your assets to work in curated DeFi yield vaults, and spend your crypto anywhere with the ether.fi Cash card — all while keeping control of your keys.

New here? Start with the [5-minute Quickstart](/etherfi/quickstart.md), then explore the product you need below.

## Explore the products

<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>🥩 Stake</strong></td><td>Deposit ETH and receive weETH/eETH — liquid restaking tokens that earn staking + restaking rewards while staying usable across DeFi.</td><td><a href="/pages/Z40QMIw2OUDARjeR00oP">/pages/Z40QMIw2OUDARjeR00oP</a></td></tr><tr><td><strong>💧 Liquid</strong></td><td>Curated, strategist-managed yield vaults for ETH, BTC, stablecoins, and RWAs — one deposit, diversified DeFi yield.</td><td><a href="/pages/KCp8HtFLkmJWFHjV36OF">/pages/KCp8HtFLkmJWFHjV36OF</a></td></tr><tr><td><strong>💳 Cash</strong></td><td>Spend your crypto anywhere with the ether.fi Cash card and earn cashback — your assets keep working while you spend.</td><td><a href="/pages/WRDy2uChZjPgrZoFOl56">/pages/WRDy2uChZjPgrZoFOl56</a></td></tr></tbody></table>

## Choose your path

<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>🚀 Get started in 5 minutes</strong></td><td>Stake ETH, receive weETH, and start earning — a step-by-step walkthrough.</td><td><a href="/pages/9OT79jgvhO2w8opuba0E">/pages/9OT79jgvhO2w8opuba0E</a></td></tr><tr><td><strong>🛠️ Developers &#x26; integrations</strong></td><td>Deployed contract addresses, oracle feeds, and how to integrate weETH into your protocol.</td><td><a href="/pages/St2JbZ2i4xk2Pd4kEpY6">/pages/St2JbZ2i4xk2Pd4kEpY6</a></td></tr><tr><td><strong>💡 Run a validator</strong></td><td>Become a solo staker or node operator in the ether.fi network using distributed validator technology.</td><td><a href="/pages/fBOVSiiSr7eCrF0UUOMU">/pages/fBOVSiiSr7eCrF0UUOMU</a></td></tr><tr><td><strong>🔒 Security &#x26; risks</strong></td><td>Audits, multisig controls, slashing risk, and the protocol's defense posture.</td><td><a href="/pages/Kl7S4b4yzQB4AaMIr5gc">/pages/Kl7S4b4yzQB4AaMIr5gc</a></td></tr></tbody></table>

{% hint style="info" %}
Need help with your account, a transaction, or the Cash card? Visit the [Help Center](https://help.ether.fi) or join the community on [Discord](https://discord.com/invite/zqGzcuQWvD).
{% 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/readme.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.
