# Lend

The **Lend** page provides a lending interface to earn a yield on lending USDT. It allows users to deposit and withdraw USDT, and track their current deposit value and current deposit annualized percentage rate (APR), and amount of interest earned.

The **Lend** page displays the following data:

* **Total Balance:**
  * **In wallet:** Total amount of USDT in the user wallet.
  * **In protocol:**  Total amount of USDT lent by users, including accrued lending interest.
* **Lend APY:** The annualized rate of current interest on lending.

## **Depositing USDT**

1\. Navigate to the **Lend** page and click the **\[Deposit]** button.

<figure><img src="/files/9T2g2ut5YOKumhzrstDZ" alt=""><figcaption></figcaption></figure>

2\. Enter the amount of USDT to deposit and click the **\[Deposit]** button to confirm.

<figure><img src="/files/2HUt3r3NGIX1Kd2yKxRY" alt=""><figcaption></figcaption></figure>

## **Withdrawing USDT**

1\. Click the **\[Withdraw]** button.

<figure><img src="/files/bYzmqaZYKK8tnjit99yB" alt=""><figcaption></figcaption></figure>

2\. Enter the withdraw amount and click the **\[Withdraw]** button to confirm.

<figure><img src="/files/IVf2s0ZitjcM7yhRJhuF" alt=""><figcaption></figcaption></figure>


---

# 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.orchai.io/user-guide/lend.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.
