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

# Get Started

- [Introduction](https://etherfi.gitbook.io/etherfi/get-started/introduction.md): ether.fi:  Truly decentralized staking.  Keep your keys.  Build the network.
- [Stake with Ether.fi](https://etherfi.gitbook.io/etherfi/get-started/stake-with-ether.fi.md)
- [Decentralized Application](https://etherfi.gitbook.io/etherfi/get-started/decentralized-application.md): Web Interface to ether.fi's Staking Smart Contracts
- [Multichain Ecosystem](https://etherfi.gitbook.io/etherfi/get-started/multichain-ecosystem.md)
- [Cross Chain Native Staking](https://etherfi.gitbook.io/etherfi/get-started/multichain-ecosystem/cross-chain-native-staking.md)
- [How to bridge](https://etherfi.gitbook.io/etherfi/get-started/multichain-ecosystem/how-to-bridge.md)
- [How to bridge eBTC](https://etherfi.gitbook.io/etherfi/get-started/multichain-ecosystem/how-to-bridge-ebtc.md)
- [Arbitrum Canonical Bridging](https://etherfi.gitbook.io/etherfi/get-started/multichain-ecosystem/arbitrum-canonical-bridging.md)
- [weETH Partial Bridge Deprecation](https://etherfi.gitbook.io/etherfi/get-started/multichain-ecosystem/weeth-partial-bridge-deprecation.md)
- [Loyalty Points](https://etherfi.gitbook.io/etherfi/get-started/loyalty-points.md): How do loyalty points work on ether.fi?
- [Badges](https://etherfi.gitbook.io/etherfi/get-started/loyalty-points/badges.md)
- [Referrals](https://etherfi.gitbook.io/etherfi/get-started/loyalty-points/referrals.md): This referral program covers ETH deposits on Ethereum mainnet and L2s at app.ether.fi. Each 0.1 ETH staked via ether.fi earns the person who stakes and the person who referred 10000 loyalty points.
- [Integrations - Points](https://etherfi.gitbook.io/etherfi/get-started/loyalty-points/integrations-points.md)
- [FAQ](https://etherfi.gitbook.io/etherfi/get-started/faq.md): eETH launched on November 15th, 2023 🚀


---

# 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/get-started.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.
