> For the complete documentation index, see [llms.txt](https://help.margex.com/help-center/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.margex.com/help-center/market-making.md).

# Market Making (MM)

- [Become a Market Maker](https://help.margex.com/help-center/market-making/how-to-become-a-market-maker.md): Margex always welcomes new market makers on the trading platform. Market maker rotations are carried out monthly in order to provide opportunities for new participants to introduce new strategies.
- [Market Maker Obligations](https://help.margex.com/help-center/market-making/market-maker-obligations.md): To receive unique order-execution discounts, MM's are required to fulfill and maintain several conditions: 1. A minimum spread 2. Volume 3. Increased volume within the first 3 bands (price levels).
- [Trading Conditions for Market Makers](https://help.margex.com/help-center/market-making/trading-conditions-for-market-makers.md): Margex provides the best trading conditions for MM's among all trading participants. Discounts of up to 80% are applied for market type orders. Limit orders are executed with a positive commission.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.margex.com/help-center/market-making.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
