# Droplets

### **Droplets Page - Overview**

The **Droplets Page** tracks and displays the user's **Droplets**, a point-based reward system designed to incentivize platform activity such as lending, borrowing, and referrals.

#### **Accessing the Droplets Page**

* On the **top right corner** of the platform, a **Droplets Icon** with a number indicates the user's current droplet count.
* Clicking the icon redirects the user to the **Droplets Page**, where detailed statistics and leaderboards are displayed.

***

#### **Droplets Statistics**

At the top of the page, users can view their droplets breakdown:

1. **Total Droplets**:
   * Displays the total number of droplets accumulated by the user.
2. **Lending Droplets**:
   * Earned by providing liquidity in pools.
   * Hovering over the "i" icon provides the following details:\
     \&#xNAN;*<mark style="color:purple;">"Providing liquidity in your pool earns 1 droplet per USD deposited in your pool per day and 1.5 droplets per USD lent per day by your pool."</mark>*
3. **Borrowing Droplets**:
   * Earned by borrowing liquidity from RainFi pools.
   * Hovering over the "i" icon provides the following details:\
     \&#xNAN;*<mark style="color:purple;">"Borrowing liquidity from Rain pool earns 2.25 droplets per dollar borrowed per day."</mark>*
4. **Referral Droplets**:
   * Earned when other users borrow using your referral link.

***

**Liquidation**\
No dropelts are earned on liqudations

***

#### **Referral Link**

At the bottom of the statistics section, users can find their **unique referral link**.

* This link can be shared to invite others to RainFi and earn referral droplets when they borrow liquidity.

***

#### **Droplets Leaderboard**

The **Droplets Leaderboard** showcases the top users based on their droplet earnings, helping to encourage healthy competition within the community.

**Leaderboard Columns**:

* **Rank**: The user's ranking on the leaderboard.
* **User**: The username, if provided, otherwise masked wallet address of the ranked individual.
* **Lending Points**: Droplets earned from lending activity.
* **Borrowing Points**: Droplets earned from borrowing activity.
* **Referral Points**: Droplets earned from referrals.
* **Total**: Total droplets earned, combining all categories.

***

#### **Key Benefits**

The **Droplets Page** allows users to:

* Track and optimize their activity to maximize droplet rewards.
* Engage with the RainFi community through the leaderboard.
* Share referral links to invite others and earn additional rewards.

This gamified system adds a competitive and rewarding element to the RainFi ecosystem, encouraging active participation and platform growth.

***

This documentation captures the functionality and purpose of the **Droplets Page**, making it easy for users to understand how to engage and earn rewards effectively.


---

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