> For the complete documentation index, see [llms.txt](https://learn.elara.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://learn.elara.finance/elara-v1-zircuit-mainnet/user-guide/overview.md).

# Overview

## General Overview: Main Pool vs. Satellite Pools<br>

At Elara, we provide two distinct types of lending pools: the **Main Pool** and **Satellite Pools**. Each pool offers unique benefits tailored to different user needs and strategies, and users can easily switch between them using the tab in the interface.<br>

<figure><img src="/files/46iSTqwwxHxbIyECEsdi" alt=""><figcaption></figcaption></figure>

* **Main Pool**: The Main Pool is carefully curated by **Elara experts** to feature **elite assets** that meet the highest standards of quality and risk management on the **Zircuit** network. In this pool, users can engage in **two-way lending markets**, meaning that each asset can be used both as **collateral** and as a **loanable asset**. This structure ensures flexibility for both lenders and borrowers, while maintaining a high standard of asset security.
* **Satellite Pools**: Elara’s **Satellite Pools** are designed for more specialized markets. These pools enable efficient borrowing of **WETH** against **LST/LRT** collateral. Unlike the Main Pool, Satellite Pools are **one-way markets**, meaning that each pool supports only one collateral asset and one loan asset. This design maximizes **capital efficiency** while maintaining **robust risk management** through a risk-isolated structure. Additionally, **cross-pool borrowing** will soon be introduced, further enhancing user flexibility and capital optimization.

## **How to use this guide**

This section offers detailed instructions on how to use **ElaraLend** effectively, covering both the **Main Pool** and **Satellite Pools**. You'll find step-by-step guides for supplying and withdrawing assets, enabling collateral, borrowing, and earning interest. Whether you're using the two-way markets of the Main Pool or leveraging specialized assets in Satellite Pools, this guide will help you navigate ElaraLend with ease.


---

# 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://learn.elara.finance/elara-v1-zircuit-mainnet/user-guide/overview.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.
