# Markets

The markets section of the website displays a variety of tokens that can be used as collateral on all chains in one simple window. It allows users to sort and filter them and display relevant informations.

![](/files/EtQk0IlxJkagyAz3h8OA)

For each market, you will find the following metrics:

* The Collateral's name
* The value of all the collateral deposited (TVL)
* The sum of all MIMs borrowed (TMB)
* The MIM available for borrowing (MIMS LB)
* The interest rate charged on the borrows
* The APR range of the collateral when using leverage

{% hint style="info" %}
You can chose to also display the deprecated markets by scrolling to the bottom of the list and clicking on the "Show Deprecated Markets" button.
{% 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/tools/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.
