> 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/resources/ether.fi-whitepaper.md).

# About ether.fi

How ether.fi works: the Cash card, Markets, Borrow, Earn, and Stake, the protocol behind them, and the risks to know before you use them.

ether.fi is a non-custodial crypto neobank. It started in 2023 as an Ethereum staking protocol. Today it is one account for spending, trading, borrowing, earning, and staking, for both personal and business members.

This section explains what the account is made of and who runs each part.

* [Crypto Neobank Overview](/etherfi/resources/ether.fi-whitepaper/introduction.md): what each product does and where the app, the protocol, and third parties begin and end.
* [How ether.fi Works](/etherfi/resources/ether.fi-whitepaper/technical-documentation.md): the app, smart contract accounts, and the protocols behind each product.
* [Risks](/etherfi/resources/ether.fi-whitepaper/risks.md): what can go wrong with each product.
* [Governance](/etherfi/resources/ether.fi-whitepaper/governance.md): ETHFI governance and protocol controls.
* [Ethereum Staking](/etherfi/resources/ether.fi-whitepaper/ether.fi-staking.md): eETH, weETH, validators, rewards, and redemptions.
* [Restaking](/etherfi/resources/ether.fi-whitepaper/ether.fi-re-staking.md): the optional restaking products and how they differ from staking.

For live products and availability, visit [ether.fi](https://www.ether.fi/). Legal terms are in the [Terms of Use](https://www.ether.fi/legal/terms-of-use) and the [legal agreements](/etherfi/legal/ether.fi-legal.md).


---

# 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/resources/ether.fi-whitepaper.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.
