# Market Product Groups (MPGs)

MPGs or Market Product Groups on Hxro Network refers to a group of products that can be accessed using a Trader Risk Group (TRG). A trader account is directly linked to an MPG and cannot be used for any other MPG. For example, if a trader has created an account to trade perpetuals on MPG A, he cannot use the same account to trade ZDFs on MPG B. To do so, he would have to create a separate TRG.

The same also applies to dApps like PepperDEX building on Hxro. dApps have to connect with a specific MPG to offer products listed on that MPG. For example, to offer perpetuals, a Hxro ecosystem dApp must connect via code with the desired MPG that consists of perpetuals.

In practice, MPGs may or may not be differentiated based on the products they list, as an MPG may host perpetuals and expiring futures such as ZDFs. For specific use cases, such as forex and commodity derivatives, one may also desire to create their own MPG with custom risk parameters provided to the Hxro Network risk engine.


---

# 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://pepperdex.gitbook.io/pepperdex-2.0-docs/dex-concepts/market-product-groups-mpgs.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.
