> 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/ko/market-making.md).

# Market Making (MM)

- [마켓 메이커 되기](https://help.margex.com/help-center/ko/market-making/how-to-become-a-market-maker.md): 마젝스는 언제나 거래 플랫폼에 새로운 시장 메이커를 환영합니다. 시장 메이커 로테이션은 매월 진행되어 새로운 참가자들이 새로운 전략을 도입할 수 있는 기회를 제공합니다.
- [시장 조성자 의무](https://help.margex.com/help-center/ko/market-making/market-maker-obligations.md): 독특한 주문 실행 할인을 받으려면 시장 메이커(MM)는 여러 조건을 충족하고 유지해야 합니다: 1. 최소 스프레드 2. 거래량 3. 처음 3 개 밴드(가격 수준) 내에서 거래량 증가.
- [시장 조성자 거래 조건](https://help.margex.com/help-center/ko/market-making/trading-conditions-for-market-makers.md): 마젝스는 모든 거래 참여자 중에서 시장 메이커(MM)를 위한 최고의 거래 조건을 제공합니다. 최대 80%의 할인이 시장 유형 주문에 적용됩니다. 한정 주문은 양수의 수수료로 실행됩니다.


---

# 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/ko/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.
