# Deprecated Markets

For some of our markets, certain parameters cannot be modified once deployed. As a result, we occasionally relaunch markets with updated parameters and deprecate older versions.

When a market is deprecated, users will no longer be able to borrow MIM from it. However, the cauldron remains fully operational, allowing users with open borrow positions to repay their debt at their convenience.

All markets, including deprecated ones, can be found in our **Markets** section.

{% hint style="warning" %}
Please note that positions are not automatically transferred to new versions of a market. Your collateral will continue to exist in the deprecated market and will *not* show up in the new market.
{% endhint %}


---

# 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.abracadabra.money/learn/intro/cauldrons/deprecated-markets.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.
