# Markets Framework

MORE Markets groups every listed asset inside Pool contracts. Users supply tokens to earn yield through automatically-accruing interest-bearing tokens, or post collateral to open over-collateralized loans at variable rates. The same Pool can also issue flash loans, uncollateralized funds that must be returned within one block, enabling arbitrage, refinancing, and other advanced strategies without ever leaving the protocol’s accounting layer.

Capital efficiency is balanced by several built-in safeguards. A health factor continuously measures each account’s solvency; if it falls below 1.00, liquidators repay part of the debt and seize discounted collateral. Isolation Mode and per-asset Supply and Borrow Caps can be activated to limit systemic exposure to newer tokens. Efficiency Mode (E-Mode) lets closely correlated assets unlock higher loan-to-value ratios without jeopardizing the rest of the pool. Price feeds are sourced from battle-tested oracles and all risk parameters can be updated on-chain through governance.


---

# 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.more.markets/more-markets/editor.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.
