> For the complete documentation index, see [llms.txt](https://docs.lends.so/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.lends.so/products/p2p-lending/leverage-taker.md).

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