> For the complete documentation index, see [llms.txt](https://docs.thorswap.finance/thorswap/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.thorswap.finance/thorswap/ecosystem/thorchain/archived/lending-deprecated/lending-design.md).

# Lending Design

## What makes THORFi Lending different?

### **Stress-free Loans**

THORChain’s Lending was designed to be the simplest crypto borrowing experience for users. By removing barriers around collateral (no risk of liquidation), debt (0% interest to worry about), and loan terms (no expiration), the result is a stress-free experience.

### **0% Interest, No Liquidations, No Expiry — how?**

When a THORChain loan is opened, the collateral provided is swapped to $RUNE and the difference between the collateral value and the loan value is burned.

More borrowers drives up the collateralization ratio and increases stored equity versus issued debt. By not pressuring borrowers to repay quickly, the system attracts more outside capital, increasing the value and stability of the network, making lending more attractive and beneficial for both borrowers and THORChain. Therefore, there’s no need for interest, liquidations or expiration.

### **Collateralization Ratio**

THORChain uses Layer 1 asset collateral to issue dollar-based debt, holding the collateral as equity. The more collateral added relative to Liquidity Pool depths, the higher the Collateralization Ratio.

Therefore: **Early participation is key**. The higher the Collateralization Ratio, the safer the system. Since there’s no liquidation or interest, borrowers might be less inclined to repay loans, thus boosting THORChain’s equity value.

### **TOR Stablecoin: Internal Price Oracle**

THORChain’s TOR is a unique internal pricing oracle that remains properly priced even during stablecoin volatility. It can’t be traded or held at this time, and its price is derived from the median price of all stablecoins on THORChain (USDC, USDT, BUSD, LUSD, GUSD, USDP, DAI, etc).

### Safety First: Risk Management and Scaling

THORFi Lending was designed to avoid over-leveraging or taking on unjust risks for borrowers and THORChain. [Block Science](https://block.science/) performed a [comprehensive report](https://hackmd.io/@blockscience/H1Q-erh_n/%2F_Btk5G8-Tn27RJfbdgecyQ) on the risks of THORChain’s lending protocol, complete with economic simulations.

Lending safety mechanisms include:

### **Throttling**

THORChain aims to ensure the collateral is always secure and controls the speed of new debt opening through circuit breakers so it may not exceed network liquidity.

### **Loan Caps**

Lending is capped based on the outstanding RUNE supply, currently consisting of:

* 500M RUNE hard limit
* \~15M RUNE already burnt due to non-upgraded BEP2/ERC20 RUNE

To ensure safe scaling, on launch only 1/3rd of the burnt RUNE (\~5M) will be available for loans. More RUNE will be burnt when loans are opened/closed in favorable conditions and the internal swap fees across loans permanently burn RUNE, so the gap should continually increase.

As more RUNE is burnt and the gap grows, additional loans can be created.

### **Protection against $RUNE Inflation**

If RUNE price falls drastically against collateral assets, then net inflation of RUNE could occur due to excessive minting of RUNE from total loan closures vs loan openings.

THORFi Lending has a built-in circuit breaker to pause new loans and disable lending if minting causes total supply to exceed 500M RUNE. In such a scenario, THORChain Reserves will step in to cover the remaining collateral payouts. You can learn more [here](https://gitlab.com/thorchain/thornode/-/blob/develop/docs/architecture/adr-011-lending.md?ref_type=heads#circuit-breaker).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.thorswap.finance/thorswap/ecosystem/thorchain/archived/lending-deprecated/lending-design.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
