# Borrow / Repayments

## Borrow

To borrow assets on Aurigami, user is required to deposit an accepted asset to be used as collateral. The deposited asset will be enabled as collateral for borrowing by default.

The maximum amount that can be borrowed depends on the amount of collaterals on the user’s account, shown as “Borrow Limit” under “My Account” section.

{% hint style="info" %}
Borrow limit shows the maximum amount that can be borrowed by you. The general advice is to pay close attention to the Borrow Utilisation to avoid being liquidated.

More information about liquidation [here](/public/basics/liquidation.md).
{% endhint %}

## Repayments

Repayments can be done directly at “Borrows” under “My Account”.


---

# 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.aurigami.finance/public/basics/borrow-repayments.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.
