# Zero-Interest Borrowing

For USDC and WETH collaterals, Lore issues interest-free loans denominated in the loreUSD 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.**

loreUSD Loan Example

* If a user deposits sufficient collateral, they can take out a 100 loreUSD loan.
* Their total debt will appear as 105.5 loreUSD, which is made up of a 0.5% issuance fee (in this case 0.5 loreUSD), 5 loreUSD held as a liquidation deposit, and 100 loreUSD minted to the user’s wallet.
* When the user pays back 100.5 loreUSD, the 5 loreUSD 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 Lore 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.lore.finance/lore-cdp/zero-interest-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.
