# Isolated Lending Pool

&#x20;Eris empowers you to stay in the game, capture gains, and minimize the stress of missed opportunities, all while keeping your options open for the next big move.

The Isolated Lending Pool lets users lend and borrow assets securely and in a fully compartmentalized way. Here’s how it works:

1. **Separate Pools**: There are different pools for various types of assets. Each pool operates independently, meaning risks and conditions are isolated within each pool. For example, there could be one pool for ETH-DOGE, another for ETH-PEPE, and so on.<br>
2. **Depositing Assets**: Users can deposit their assets into these pools to earn interest over time, or they can also use their deposits as collateral to borrow against.<br>
3. **Borrowing Against Deposits**: Users can borrow assets against their deposits, but the amount they can borrow depends on the loan-to-value (LTV) ratio assigned to each asset. For example, a less risky asset like ETH might have a higher LTV, allowing you to borrow more against it, while a riskier asset like DOGE might have a lower LTV, meaning you can borrow a smaller amount relative to your DOGE deposit.<br>
4. **Liquidation and Risk Management**: If the value of the borrowed assets exceeds a certain threshold relative to the collateral, the borrower’s position can be liquidated with a penalty. This mechanism helps protect lenders and maintain the stability of the pool.<br>
5. **Exploits and Caps**: To prevent malicious activities—like overloading the pool with a high-risk asset to manipulate it—caps are set in place. These caps limit the amount of a particular asset that can be deposited into a pool. This ensures that no single user can deposit an unlimited amount of an asset, which helps prevent potential exploits and protects the overall stability and security of the pool.

The Isolated Lending Pool system provides a more customized and secure lending and borrowing experience, with each pool managed independently to reduce risk and ensure fair use.


---

# Agent Instructions: 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:

```
GET https://docs.eris-finance.com/protocol-details/isolated-lending-pool.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
