# Leverage Taker

## Borrowing USDT on Our Protocol: A Step-by-Step Tutorial

***

### Introduction:

In this tutorial, we will walk you through the process of borrowing USDT on our P2P lending protocol. This guide will help you navigate the lending pools with ease.

***

#### Steps:

1. **Choose a Lending Pool:**\
   • Browse available pools and select one based on APR, LTV, and supported collateral token.<br>
2. **Deposit Collateral:**\
   • Deposit the supported collateral token into the pool according to the LTV ratio.<br>
3. **Receive Loan:**\
   • Receive the loan amount based on the pool's LTV ratio.<br>
4. **Repay Loan:**\
   • Repay the loan at any time to receive your collateral back.

***

**Use cases:**&#x20;

1. **Collateral Deposit:**\
   • Use tokens as collateral instead of selling them for funds.<br>
2. **No Liquidation Risk:**\
   • Borrow without the fear of liquidations.<br>
3. **Flexible Use of Loans:**\
   • Utilize the loan for various purposes, such as farming at higher APRs than the loan.<br>
4. **Hedge Against Collateral:**\
   • If the loan value exceeds the collateral by the repayment date, the borrower can choose to default.

***


---

# 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.lends.so/products/p2p-lending/leverage-taker.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.
