# Global Interest Rates

Interest rates in Malda are calculated based on the global supply and global borrow of each market.

We are using the following formula

$$
R\_{\text{supply}} = \left(\left(1 + R\_{\text{borrow}}\right)^{\frac{1}{\text{Blocks Per Year}}} - 1\right) \times \text{Total Borrowed} \times \left(1 - R\_{\text{reserve}}\right) \div \text{Total Supply}
$$

$$
R\_{\text{supply}}^{\text{(APY)}} = \left(1 + R\_{\text{supply}}\right)^{\text{Blocks Per Year}} - 1
$$

Thanks to the unified global pool design users enjoy the same interest rates across the wider Ethereum ecosystem, providing an excellent opportunity for lenders and borrowers to access better interest rates without navigating between the different L2s of Ethereum, with Malda being positioned as natural arbitrage capturer.


---

# 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://ionian.gitbook.io/malda/malda-protocol/global-interest-rates.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.
