> For the complete documentation index, see [llms.txt](https://lenen-protocol.gitbook.io/lenen-protocol/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lenen-protocol.gitbook.io/lenen-protocol/lenen-basics/participants.md).

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