# Global MM Multiplier

The Global MM Multiplier works the same as the risk-specific MM Multiplier (read more [here](/formulas/risk-limit.md)) but is set globally and affects all users regardless of the selected risk limit.

```
Final MM Multiplier = Asset_MMC * User_MM_Multiplier * Global_MM_Multiplier
```

Global MM Multiplier, normally at 1.00 (which means it doesn't affect any change) can be increased during times of extreme price volatility in order to reduce the risk to the liquidity pool. The real-time Global MM Multiplier can be viewed in the bottom left corner of the DMEX interface.


---

# 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.dmex.app/formulas/global-mm-multiplier.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.
