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

# Features

- [LRT Lending Market](https://docs.zerolend.xyz/features/lrt-lending-market.md)
- [RWA Lending](https://docs.zerolend.xyz/features/rwa-lending.md)
- [RWA Stablecoin Market](https://docs.zerolend.xyz/features/rwa-lending/rwa-stablecoin-market.md)
- [Account Abstraction (AA)](https://docs.zerolend.xyz/features/account-abstraction-aa.md): This page will discuss Account Abstraction and how it is integrated into the ZeroLend protocol to enhance user experience.
- [Capital Efficiency](https://docs.zerolend.xyz/features/capital-efficiency.md): This page outlines the different features of ZeroLend w.r.t. Capital Efficiency.
- [High Efficiency Mode (E-Mode)](https://docs.zerolend.xyz/features/capital-efficiency/high-efficiency-mode-e-mode.md): This page discusses how to increase your capital efficiency on ZeroLend with E-Mode.
- [Isolation Mode](https://docs.zerolend.xyz/features/capital-efficiency/isolation-mode.md): This page discusses Isolation mode, ZeroLend’s risk management feature.
- [Credit Delegation](https://docs.zerolend.xyz/features/capital-efficiency/credit-delegation.md): This page discusses ZeroLend’s credit delegation feature.
- [Supply/Borrow Caps](https://docs.zerolend.xyz/features/capital-efficiency/supply-borrow-caps.md): This page explains how supply and borrow caps help you manage risks while lending/borrowing on Zerolend.
- [Liquidations](https://docs.zerolend.xyz/features/liquidations.md): This page explains liquidations, its pros, cons, and how liquidations are executed on ZeroLend.
- [Liquidation Guide for Developers](https://docs.zerolend.xyz/features/liquidations/liquidation-guide-for-developers.md): This guide discusses how developers can participate in the liquidation process on ZeroLend.
- [Credit Card](https://docs.zerolend.xyz/features/credit-card.md): This page consists all the information about our Credit Card


---

# 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.zerolend.xyz/features.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.
