# Earn

### Overview

The Earn page allows users to participate in the peer-to-peer (P2P) lending ecosystem by creating their own lending pool This page provides insights into pool performance, analytics, and earnings

### Features

#### View All Pools

* Users can browse and explore all available lending pools.
* Detailed statistics and analytics for each pool are displayed.
* Users can click on each pool to view detailed information and performance metrics.

#### [Create a Lending Pool](/earn/create-pool.md)

* Users can create their own lending pool by clicking on the button with a '+' sign.
* **When a user creates a pool for the first time, a vault is also created.**
* **A vault can include multiple pools with different tokens.**
* Customizable settings, including interest rates and pool parameters.

<figure><img src="/files/OkruT9pFfgvntn2Qddzh" alt=""><figcaption></figcaption></figure>


---

# 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.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.
