# Deposit

At the "Borrow tab" users can supply their assets to Lendle’s markets to start earning yield and enable borrowing power.\
Deposited assets serve as collateral and immediately begin generating interest based on market conditions.

At the top of the "Borrow" page, users can see all supported assets available for deposit.\
Each asset card shows important market details such as the Supply AP&#x59;**,** Total Supply, and Wallet Balance.\
These metrics update automatically depending on the liquidity and utilization of each market.

Here is a tutorial on [How To Deposit](/user-guide-for-ui-v2/borrow-page/deposit/how-to-deposit.md)and [Withdrawing Assets](/user-guide-for-ui-v2/borrow-page/deposit/withdrawing-assets.md).


---

# 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.lendle.xyz/user-guide-for-ui-v2/borrow-page/deposit.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.
