> For the complete documentation index, see [llms.txt](https://docs.rain.fi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rain.fi/earn/manage-vaults-pools/pool-settings.md).

# Pool Settings

#### **Edit Pool Settings Options**

When managing a pool, the **Edit Settings** feature allows users to adjust pool configurations based on their level of expertise or specific needs. There are two modes available:

***

**1.** [**Lite Mode**](/earn/manage-vaults-pools/pool-settings/lite.md)

Designed for quick and straightforward updates, **Lite Mode** simplifies the process by focusing on essential pool parameters:

* **Interest Rate (APY)**: Adjust the annual interest rate charged to borrowers.
* **Loan Duration**: Modify the maximum duration for loans issued from the pool.
* **Available Liquidity**: Option to toggle whether new loans can be issued based on current liquidity.

This mode is ideal for users who want to make minor adjustments without dealing with complex configurations.

***

**2.** [**Pro Mode**](/earn/manage-vaults-pools/pool-settings/pro.md)

**Pro Mode** offers advanced customization options for users who want greater control over their pool settings. In addition to the Lite Mode features, Pro Mode allows users to:

* **Update LTV Range**: Define or adjust the minimum and maximum Loan-to-Value ratios for the pool.
* **Set Collateral Exposure**: Change the maximum exposure limits for each collateral type.
* **Advanced Fee Structures**: Customize additional fees, if applicable, for loans or repayments.
* **Reward Adjustments**: Update any incentive or reward parameters tied to the pool.

This mode best suits experienced users or those looking to optimize their pool for specific market demands.

***

By providing both **Lite** and **Pro** options, RainFi ensures that pool management is accessible for beginners while offering advanced features for experienced users.

<figure><img src="/files/nsEF56pqyDp69fwB4pyW" alt=""><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://docs.rain.fi/earn/manage-vaults-pools/pool-settings.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.
