> For the complete documentation index, see [llms.txt](https://docs.bedrock.technology/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bedrock.technology/bedrock-lrt.md).

# Bedrock LRT

- [Introduction](https://docs.bedrock.technology/bedrock-lrt/introduction.md)
- [Intro to Liquid Staking](https://docs.bedrock.technology/bedrock-lrt/introduction/intro-to-liquid-staking.md)
- [Intro to Liquid Restaking](https://docs.bedrock.technology/bedrock-lrt/introduction/intro-to-liquid-restaking.md)
- [Liquid Restaking with EigenLayer](https://docs.bedrock.technology/bedrock-lrt/introduction/intro-to-liquid-restaking/liquid-restaking-with-eigenlayer.md)
- [Liquid Restaking with Babylon](https://docs.bedrock.technology/bedrock-lrt/introduction/intro-to-liquid-restaking/liquid-restaking-with-babylon.md)
- [How does LRT work in Bedrock](https://docs.bedrock.technology/bedrock-lrt/how-does-lrt-work-in-bedrock.md)
- [High-Level Architecture](https://docs.bedrock.technology/bedrock-lrt/how-does-lrt-work-in-bedrock/high-level-architecture.md): The foundational element of the Bedrock system, ensuring both security and flexibility, lies in its modular basis architecture.
- [Modular Key Functions](https://docs.bedrock.technology/bedrock-lrt/how-does-lrt-work-in-bedrock/modular-key-functions.md)
- [BTCFI](https://docs.bedrock.technology/bedrock-lrt/btcfi.md)
- [BTCFI](https://docs.bedrock.technology/bedrock-lrt/btcfi/btcfi.md)
- [BTCFI 2.0](https://docs.bedrock.technology/bedrock-lrt/btcfi/btcfi-2.0.md)
- [Restaking Rewards](https://docs.bedrock.technology/bedrock-lrt/restaking-rewards.md): This page is put on hold, please visit https://app.bedrock.technology/unieth/ecosystem to get the latest campaign info.
- [Bedrock Diamonds](https://docs.bedrock.technology/bedrock-lrt/bedrock-diamonds.md): The Bedrock Diamonds system is designed to incentivise loyal users and reward them with Diamonds. Please note that this is subject to change periodically.
- [Arbitrum Grant Airdrop](https://docs.bedrock.technology/bedrock-lrt/arbitrum-grant-airdrop.md)
- [Referral Program](https://docs.bedrock.technology/bedrock-lrt/referral-program.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://docs.bedrock.technology/bedrock-lrt.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.
