# Lending & Borrowing

## Terminologies&#x20;

> *For each asset that Aries Markets supports, it has the following parameters:*

#### **Loan To Value (LTV)**

LTV is the fraction of the dollar value of collateral that users can use to borrow.

An 80% LTV means that 100 USD worth of collateral can be used to borrow max 80 USD worth of loan.

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

#### **Liquidation Threshold**

Liquidation threshold is the ratio between the borrow amount and the collateral value at which the users are subject to liquidation.

A 75% liquidation threshold means that if the value rises above 75% of the collateral, the position is under-collateralized and could be liquidated.

Specifically, say that a user deposit 100 USD worth of APT and borrow 70 USD worth of assets, according to the current liquidation threshold of 75%, the user is subject to liquidation if the value of the assets that they borrow has increased to 75 USD.

For each account, the liquidation threshold is calculated as the weighted average of the liquidation thresholds of the collateral assets and their value.

#### **Liquidation Bonus**

Liquidation Bonus is the extra amount of collateral that the liquidator will get for taking the risk of liquidating the users.

#### **Flash Loan Fee**

The fee percentage that is charged for the flash loan.

> *For each account users opened, it has the following parameters*

#### **Total Borrowing Power**

Borrowing Power is the total value of assets you are able to borrow with your current deposit (in USD).

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

#### **Available Borrowing Power**

Available borrowing power is the total borrowing power subtracts the risk adjusted borrowing value

#### **Liquidation Borrow Value**

The total risk adjusted borrow value at which your account is subject to liquidation

#### **Risk Factor**

When the risk of your account exceeds 100%, your account will be subject to liquidation.


---

# 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/protocol-parameters/lending-and-borrowing.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.
