# Money Market

The [Aries Lend](https://app.ariesmarkets.xyz/lending) product supports over-collateralized lending and borrowing, where you can deposit assets to earn yield and borrow assets against collateral for other uses.&#x20;

We also intend to introduce an [asset tiering system](/aries-markets/protocol-parameters/assets-supported.md), where assets will be carefully evaluated to determine the features Aries shall support (such as being used as collateral or borrowing). This will allow users to access longer-tail assets in more unique ways.

## Account Dashboard

The account dashboard displayed on the right side of the lending page. Users can view their account **net asset value (NAV)** and its changes over time, **available borrowing power**, **liquidation thresholds**, as well as the **cumulative amount of assets supplied and borrowed**.

<figure><img src="/files/k49c94x8cgbdkJkiade4" alt=""><figcaption><p>Account Dashboard</p></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.ariesmarkets.xyz/aries-markets/tutorial/money-market.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.
