> For the complete documentation index, see [llms.txt](https://duet-protocol.gitbook.io/duet-protocol/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://duet-protocol.gitbook.io/duet-protocol/duet-pro/architecture.md).

# Architecture

\
The chart below illustrates the architecture of the DPMM of DUET Protocol (Powered by Deri).<br>

<figure><img src="https://3239422205-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MWcJcJ-o4endOrYuRje-887967055%2Fuploads%2FpSiO9u6k7LorC03qih0l%2Fimage.png?alt=media&#x26;token=1b5a6135-ab3b-404c-9d8c-72d8160317f1" alt=""><figcaption></figcaption></figure>

## How it works

The "How it works" section is intended to give users a rough overview of the various mechanisms implemented on DUET Protocol, resulting in giving a transparent and clearer picture on how exactly DUET Protocol's engine and backend is beating.

{% content-ref url="/pages/3IkFrkK4BSMMgTSXWpqg" %}
[DPMM (Proactive Market Making)](/duet-protocol/duet-pro/dpmm-proactive-market-making.md)
{% endcontent-ref %}

{% content-ref url="/pages/WqsmESwazE7VyEScz20G" %}
[External Custody](/duet-protocol/duet-pro/external-custody.md)
{% endcontent-ref %}

{% content-ref url="/pages/9gFeVoykxAv9Z6lQPCKP" %}
[Funding Fee](/duet-protocol/duet-pro/funding-fee.md)
{% endcontent-ref %}

{% content-ref url="/pages/lvHjWfSSQekKcfmxonEi" %}
[Leverage](/duet-protocol/duet-pro/leverage.md)
{% endcontent-ref %}

{% content-ref url="/pages/K20cE3dz1Tbhz9uIqMAR" %}
[Margin Requirement](/duet-protocol/duet-pro/margin-requirement.md)
{% endcontent-ref %}

## Is trading on DUET Protocol risk-free?

Trading Margins & Contracts on DUET Protocol includes but is not limited to - a high level of risk, and may not be suitable for all kinds of investors. The enormous degree of leverage can work in favor of you as well as against you. Before making the decision to invest using DUET Protocol, you should carefully consider your level of experience, investment objectives and risk appetite. There is a possibility that you may lose part of your investment or all of your initial investment. You should be aware of all the risks associated with trading contracts and margin. DUET Protocol will not be responsible for any losses, damages or claims arising from events falling within the scope of the events mentioned above. \
\
We urgently advise you not to invest money that you cannot afford to lose and we also recommend you to seek advice from an independent financial adviser, If you have any questions or doubts!


---

# 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://duet-protocol.gitbook.io/duet-protocol/duet-pro/architecture.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.
