# Money Pool

## **Money Pool**

The Money Pool is composed of several layers of smart contracts. It is the element that plays the most crucial role in ELYFI. Participants can perform major decentralized financial activities based on Money Pool contracts.

Loans collateralized by cryptocurrencies or real assets are generated through the Money Pool, and accrued interest is stored in the Money Pool. Investors with cryptocurrencies deposited in the Money Pool and investors who invest in asset-backed bonds can receive interest stored in the Money Pool in proportion to the size and duration of their investments. Investors can take out a loan equivalent to the total amount of cryptocurrencies they have deposited in the Money Pool, and if a loan exceeds this, the loan cannot be created. Therefore, to prevent this situation from occurring, the algorithm of Money Pool contracts automatically adjusts interest rates.&#x20;

The Money Pool supply and demand for loans and total liquidity is the most important indicator that determines the utility of ELYFI. At the same time, the risks of the Money Pool are important factors in deciding ELYFI's risks. Therefore, there are mechanisms to minimize the supply and demand, liquidity, and risks associated with the Money Pool. The Governance decision-making model determines essential variables for managing Money Pool risks.<br>

![](/files/-M_PWE7r7WDO0b_Er6vn)


---

# 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-v1.elyfi.world/eng/elements/money-pool.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.
