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

# Resources

- [About ether.fi](https://etherfi.gitbook.io/etherfi/resources/ether.fi-whitepaper.md): 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.
- [Crypto Neobank Overview](https://etherfi.gitbook.io/etherfi/resources/ether.fi-whitepaper/introduction.md): What each ether.fi product does, and where the app, the protocol, and third-party providers begin and end.
- [How ether.fi Works](https://etherfi.gitbook.io/etherfi/resources/ether.fi-whitepaper/technical-documentation.md): How the ether.fi app, smart contract accounts, and the protocols behind each product fit together.
- [Risks](https://etherfi.gitbook.io/etherfi/resources/ether.fi-whitepaper/risks.md): The risks of using ether.fi: account access, smart contracts, staking, Liquid vaults, borrowing, trading, the Cash card, and legal availability.
- [Company and Community](https://etherfi.gitbook.io/etherfi/resources/ether.fi-whitepaper/team.md): Find current ether.fi company, careers, community, governance, and open-source contributor resources.
- [Governance](https://etherfi.gitbook.io/etherfi/resources/ether.fi-whitepaper/governance.md): Learn where to find ether.fi governance proposals, ETHFI voting, protocol controls, multisig signers, and configuration changes.
- [Ethereum Staking](https://etherfi.gitbook.io/etherfi/resources/ether.fi-whitepaper/ether.fi-staking.md): Understand Ethereum staking with ether.fi, including eETH and weETH, validator rewards, redemptions, liquidity, and staking risks.
- [Restaking](https://etherfi.gitbook.io/etherfi/resources/ether.fi-whitepaper/ether.fi-re-staking.md): Learn how optional restaking products fit into ether.fi and how their rewards, liquidity, dependencies, and slashing risks differ from staking.
- [Partnerships](https://etherfi.gitbook.io/etherfi/resources/partnerships.md)
- [Node operators](https://etherfi.gitbook.io/etherfi/resources/partnerships/node-operators.md)
- [DVT](https://etherfi.gitbook.io/etherfi/resources/partnerships/dvt.md)
- [Coverage](https://etherfi.gitbook.io/etherfi/resources/partnerships/coverage.md)
- [Ether.Fi Addresses](https://etherfi.gitbook.io/etherfi/resources/partnerships/ether.fi-addresses.md): Company wallet for distributions: 0xfD59ad137cd60DA4346d21B407332E7e8aD631c9
- [Press Kit](https://etherfi.gitbook.io/etherfi/resources/partnerships/press-kit.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.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.
