> For the complete documentation index, see [llms.txt](https://zona.gitbook.io/zona-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://zona.gitbook.io/zona-documentation/zonalend/borrowing.md).

# Borrowing

## What is RWA Borrowing? <a href="#what-is-fixed-rate-borrowing" id="what-is-fixed-rate-borrowing"></a>

ZonaLend allows users who have supplied assets as collateral to take out an overcollateralized loan. &#x20;

## Who is borrowing on ZonaLend designed for? <a href="#who-is-fixed-rate-borrowing-designed-for" id="who-is-fixed-rate-borrowing-designed-for"></a>

Borrowing on ZonaLend is designed for:

1. RWA investors seeking utility for their idle RWA tokens. One such use-case is to deposit RWAs as collateral to take out an overcollateralized stablecoin loan. The loaned capital can then be used for other investments or perform leveraged looping on the same asset, allowing users to earn enhanced yield.
2. DeFi users who want to short certain RWAs. Using real estate as an example, users can deposit stablecoins as collateral and borrow tokenized properties. If the price of the property falls, the user profits as the value of the debt that needs to be repaid has decreased.

## Are there any fees associated with borrowing? <a href="#transaction-fees" id="transaction-fees"></a>

Yes, users must pay interest to asset suppliers when they take out a loan. The interest will vary based on the utilization of the market in question, where a utilization rate of 80% will result in a higher interest rate than a utilization rate of 50%.&#x20;

The majority of the interest paid will be accrued by the depositors of that market, with Zona taking a small cut as protocol revenue. The cut will differ based on the market, and will be determined by the market's specific Reserve Factor.

## Liquidations <a href="#what-is-liquidation" id="what-is-liquidation"></a>

When the value of a user's collateral on ZonaLend falls below the liquidation threshold, a liquidation is triggered where a portion of the user's collateral is sold to a liquidator at a discount to its market value. The proceeds are then used to repay the user's debt, protecting lenders and preventing bad debt from being accrued by the protocol.

Note that RWA liquidations on ZonaLend are an entirely onchain process and do not involve any offchain redemptions. The logic is similar to a Lido stETH liquidation on Aave, where liquidations occur onchain without staked ETH withdrawals from validators.&#x20;


---

# 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://zona.gitbook.io/zona-documentation/zonalend/borrowing.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.
