# Lending-related Questions

1. **How do I start lending on LENDBIT?**
   * You can start lending by creating a lending pool through your account, setting terms like the interest rate, loan duration, and maximum loan amount. Your funds will then be available to borrowers who meet the collateral requirements.
2. **Do I need to approve borrowers before lending?**
   * No, borrowers do not need your approval. All loans are secured by collateral, which eliminates the need for lenders to manually approve borrowers. As long as borrowers meet the platform's collateral requirements, they can access your pool.
3. **How do I manage my lending pool?**
   * Once your pool is live, you can track borrowers, adjust lending terms, and monitor repayments. The platform handles all transactions automatically based on the terms you’ve set.
4. **What happens if a borrower fails to repay the loan?**
   * The platform automatically liquidates the borrower’s collateral if the health factor drops too low, ensuring that you, as the lender, are protected from losses.


---

# 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.lendbit.finance/frequently-asked-questions-faq/lending-related-questions.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.
