# Market Types

Solera supports two different kinds of lending markets:

* **Main Collateral Market**: Central pool for multi-asset lending/borrowing with highly liquid assets (e.g., Stables, Liquid RWAs, ETH). Each asset can be used as collateral until its Max LTV to borrow any other asset available in the pool. Supports higher LTV ratios for correlated assets in eMode. Learn more in [Lending & Borrowing](/overview/editor.md)<br>
* **Isolated Collateral Markets**: 1:1 asset pools where specified collateral can be used to borrow a pair asset. Multiple isolated markets can be combined into a lending vault. Learn more in [Morpho Markets](/overview/morpho-markets.md)


---

# 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.solera.market/overview/getting-started/market-types.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.
