> For the complete documentation index, see [llms.txt](https://docs.ariesmarkets.xyz/aries-markets/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ariesmarkets.xyz/aries-markets/tutorial/money-market/lending-and-deposit.md).

# Lending & Deposit

After setting up your account, you will be directed to our [main page](https://app.ariesmarkets.xyz/lending) where you can deposit assets and earn yield.

Next, click on the **“Lending”** column at the top of the page to view the lending markets available. By clicking the asset information page, you will be able to perform four key actions:

* Deposit
* Withdraw
* Borrow
* Repay

<figure><img src="/files/LKRC0zi251052HDt2Jwc" alt=""><figcaption><p>Deposit your first asset to interact with Aries Markets</p></figcaption></figure>

In order to interact with Aries Markets, you will need to deposit your preferred asset and amount first.

* Select the asset that you will want to deposit on our platform

<figure><img src="/files/GRwwlVis7oYPpvzveQoL" alt=""><figcaption><p>Assets List</p></figcaption></figure>

* Click on ”**Deposit**” and input the amount that you would like to deposit using number input, half/max or the slider
* Click on ”**Confirm**” and approve the transaction on the pop-up wallet

<div><figure><img src="/files/XQCnFfgsPvpzgpdl1l6g" alt=""><figcaption><p>Input the amount of asset</p></figcaption></figure> <figure><img src="/files/exGbjVZh1BAUjK1InbPm" alt=""><figcaption><p>Approve the transaction in your wallet</p></figcaption></figure></div>

You can also click on **“More Info”** below to view further information about the lending pool such as Loan-to-Value (LTV) ratios, Liquidation thresholds and Pool limits.

*Check out* [*Protocol Parameters*](/aries-markets/protocol-parameters/lending-and-borrowing.md) *to understand these terminologies better.*


---

# 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.ariesmarkets.xyz/aries-markets/tutorial/money-market/lending-and-deposit.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.
