# Deposits / Withdrawals

## Deposits

There are no minimum or maximum deposits imposed.

## Withdrawals

Users can withdraw assets as long as:

1. Those funds are not actively being used to borrow and;
2. Withdrawal of those assets would not cause a liquidation on your loans.

## Enable the use of assets as collateral

Users have to enable the use of deposited asset as collateral for borrowing. The toggle can be found at the “Deposit” tab under “My Account”. The Borrow Limit will then automatically adjust based on the amount of collateral made available.

## **Earning interest**

Depositors will receive continuous earnings (interest) on their deposited assets. The earning rates adjust algorithmically for each asset based on their independent market conditions.

The auToken is a representation of user’s asset balance supplied to the Aurigami protocol. auToken minted will be based on the underlying asset deposited to the protocol (auUSDC, auDAI etc). The exchange rate between auTokens to the underlying appreciates as more interest is earned in the market.


---

# 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/deposits-withdrawals.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.
