# Zero-Interest aUSD Lending

Aurelius issues interest-free loans denominated in the $aUSD stablecoin. Instead of paying interest, users pay a 0.5% issuance fee, meaning they don’t need to worry about micro-managing their position.

**There is no fee for paying back a loan.**

aUSD Loan Example

* If a user deposits sufficient collateral, they can take out a 100 aUSD loan.
* Their total debt will appear as 105.5 aUSD, which is made up of a 0.5% issuance fee (in this case 0.5 aUSD), 5 aUSD held as a liquidation deposit, and 100 aUSD minted to the user’s wallet.
* When the user pays back 100.5 aUSD, the 5 aUSD liquidation deposit will automatically be paid into their position and the position will be closed.

{% hint style="info" %}
If you have questions, please reach out to the Aurelius team in our official [Discord](https://discord.com/invite/Fe7Svu5rg3).
{% endhint %}


---

# 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.aurelius.finance/understanding-aurelius/zero-interest-ausd-lending.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.
