# Borrowing-related Questions

1. **How do I borrow on LENDBIT?**
   * First, you must deposit the required collateral in the form of supported assets. Then, create a borrow order with your desired loan amount, interest rate, and duration. The platform will automatically match you with available lending pools.
2. **What happens if my loan’s health factor drops?**
   * If your loan’s health factor drops below a certain threshold, the platform may initiate collateral liquidation to cover the loan. It is important to maintain a healthy LTV ratio to avoid liquidation.
3. **Can I repay my loan early?**
   * Yes, you can repay your loan early at any time, reducing the total interest owed.
4. **What collateral can I use?**
   * Currently, Sepolia ETH is the supported collateral. More assets will be added in future updates.


---

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