# Lite

Lite mode pool creation allows users to quickly set up a lending pool with minimal configuration. Users can specify key parameters such as token type, amount, loan duration, APY, and collateral settings.

### Pool Creation Fields

#### Amount

* Users select the token to be lent.
* Specify the amount to be allocated to the pool.

#### Loan Duration & APY

* Define the loan duration.
* Set the Annual Percentage Yield (APY) for the pool.

#### LTV & Exposure Explanation

* Explanation of Loan-to-Value (LTV) ratio.
* Details on exposure and risk management.

#### Collateral Selection

* Token list is displayed with a search input.
* Users can search and select multiple collateral tokens.
* For each collateral token, users specify:
  * Loan-to-Value (LTV) ratio.
  * Exposure limits.

### Finalizing Pool Creation

1. Configure all required parameters.
2. Click the "Create" button to finalize the pool setup.
3. The pool is created and becomes available for lending activities.


---

# 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.rain.fi/earn/create-pool/lite.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.
