# Participants

**Participants in Lenen can be generally divided into the following four categories, Yield Farmers, Lenders, Borrowers, and Liquidators.**

### **Yield Farmers**

#### **Yield farmers need to deposit two crypto assets to the LP pool at 1:1 for liquidity mining.**

### **Lenders**&#x20;

#### **Lenders can earn interest by providing basic assets to the Lenen protocol. The depositor's interest rate is determined based on the lending rate of the USDT fund pool. The higher the lending rate, the higher the interest rate; lenders deposit USDT Mainstream assets other than Lenen will not receive interest rates, reducing mixing risks.**

### **Borrowers**

#### **Borrowers can deposit backing tokens into relevant supply contracts. With this collateral, a borrower can create a loan, which requires a certain amount of the underlying token, provided there is enough liquidity in the borrowable contract to create the loan.**

### **Liquidators**

#### **If at any time, the collateral value of the borrower's loan falls below the minimum required collateral, the loan can be liquidated. Anyone can liquidate a loan in a liquidated state without permission. The liquidator repays the loan and receives in exchange the value of the borrowed LP tokens multiplied by the liquidation incentive. The liquidation mechanism helps ensure the stability of the protocol.**<br>


---

# 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://lenen-protocol.gitbook.io/lenen-protocol/lenen-basics/participants.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.
