> 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/borrowing-assets.md).

# Borrowing assets

ElaraLend allows users to borrow assets against their supplied collateral in both the **Main Pool** and **Satellite Pools**. This guide outlines the process and safety mechanisms involved in borrowing from each pool.

{% hint style="warning" %}
To help users avoid liquidation risks, Elara provides two safeguards:

* The **"Safe Max" button** allows users to borrow up to **80%** of their borrow utilization.
* If users manually input their borrow amount, the system limits it to **95%** of their borrow utilization.
  {% endhint %}

## Main pool operations:

The **Main Pool** offers a **two-way lending market**, allowing users to borrow and use assets as both collateral and loanable assets.

1. **Access the market page**: Log into ElaraLend and navigate to the **Market Page**.
2. **Toggle borrow on**: In the Market Page, toggle the **Borrow** option to view the available assets for borrowing.

<figure><img src="/files/0p7g7oaJsTX7xLt0wZfP" alt=""><figcaption></figcaption></figure>

3. **Select the asset to borrow**: Choose the asset you wish to borrow from available options such as **ETH, WBTC, or USDC**.
4. **Click on borrow:** Input the amount you wish to borrow. The system ensures your borrow amount remains within the available **borrow limit**.

<figure><img src="/files/g5D2Rsw69UJjTGG5gZPE" alt="" width="375"><figcaption></figcaption></figure>

5. **Review the transaction**: Confirm the borrow amount and review the current interest rates, which are dynamically adjusted based on market conditions.
6. **Confirm the borrow**: Approve the transaction in your connected wallet, and the borrowed assets will be transferred to your wallet.

## Satellite pool operations:

In **Satellite Pools**, users can borrow **WETH** against their **LST/LRT collateral** once they have supplied their collateral asset. Here’s how to borrow from Satellite Pools:

1. **Access the market page**: Navigate to the **Market Page** on ElaraLend, select **Satellite pool**
2. **Supply collateral**: Select the **LST/LRT** asset you wish to supply as collateral in the **Satellite Pool**. Once you supply the collateral, it is **automatically enabled** for borrowing, and your **borrow limit** will be set.
3. **Toggle borrow on**: Toggle the **Borrow** option to display the available assets for borrowing in the Satellite Pool.
4. **Borrow WETH**: Select the amount of **WETH** you wish to borrow. As Satellite Pools are **one-way markets**, you can only borrow **WETH** against your **LST/LRT collateral**.
5. **Review the transaction**: Ensure the borrow amount remains within your available **borrow limit**. The system will automatically calculate your borrow capacity based on the collateral value.
6. **Confirm the borrow**: Approve the transaction in your connected wallet, and the borrowed **WETH** will be transferred to your account.

<figure><img src="/files/6xcbRZI7lJjeZA49cqVr" alt="" width="375"><figcaption></figcaption></figure>


---

# 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/borrowing-assets.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.
