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

# &#x20;    PROTOCOL

- [MYX Protocol Overview](https://myxfinance.gitbook.io/myx/protocol/myx-protocol-overview.md): Powered by its proprietary Matching Pool Mechanism (MPM) trading engine, MYX offers an unparalleled on-chain derivatives trading experience.
- [Product specifications](https://myxfinance.gitbook.io/myx/protocol/myx-protocol-overview/product-specifications.md)
- [Trading experience](https://myxfinance.gitbook.io/myx/protocol/myx-protocol-overview/trading-experience.md)
- [How does it work?](https://myxfinance.gitbook.io/myx/protocol/myx-protocol-overview/how-does-it-work.md)
- [Trading Costs](https://myxfinance.gitbook.io/myx/protocol/trading-costs.md)
- [MLP](https://myxfinance.gitbook.io/myx/protocol/mlp.md)
- [Overview](https://myxfinance.gitbook.io/myx/protocol/mlp/overview.md)
- [Minting and Redeeming](https://myxfinance.gitbook.io/myx/protocol/mlp/minting-and-redeeming.md)
- [Keeper Network](https://myxfinance.gitbook.io/myx/protocol/keeper-network.md)
- [Seamless Trading](https://myxfinance.gitbook.io/myx/protocol/seamless-trading.md)
- [Introducing MYX Seamless Trading](https://myxfinance.gitbook.io/myx/protocol/seamless-trading/introducing-myx-seamless-trading.md)
- [What Am I Signing?](https://myxfinance.gitbook.io/myx/protocol/seamless-trading/what-am-i-signing.md)
- [What Am I Authorizing?](https://myxfinance.gitbook.io/myx/protocol/seamless-trading/what-am-i-authorizing.md)
- [Reward](https://myxfinance.gitbook.io/myx/protocol/reward.md)
- [Fee Rewards](https://myxfinance.gitbook.io/myx/protocol/reward/fee-rewards.md)
- [Tokenomics](https://myxfinance.gitbook.io/myx/protocol/tokenomics.md)
- [Liquidation](https://myxfinance.gitbook.io/myx/protocol/liquidation.md)
- [Risk Management Mechanisms](https://myxfinance.gitbook.io/myx/protocol/risk-management-mechanisms.md)
- [Inactive/Malicious Keepers](https://myxfinance.gitbook.io/myx/protocol/risk-management-mechanisms/inactive-malicious-keepers.md)
- [Inaccurate Execution Prices: Dual Oracle](https://myxfinance.gitbook.io/myx/protocol/risk-management-mechanisms/inaccurate-execution-prices-dual-oracle.md)
- [Imbalanced Open Interests: Funding Rate](https://myxfinance.gitbook.io/myx/protocol/risk-management-mechanisms/imbalanced-open-interests-funding-rate.md)
- [Lack of liquidity: Automated Deleveraging (ADL)](https://myxfinance.gitbook.io/myx/protocol/risk-management-mechanisms/lack-of-liquidity-automated-deleveraging-adl.md)
- [Extreme Market Conditions: Dynamic Position Limit (DPL)](https://myxfinance.gitbook.io/myx/protocol/risk-management-mechanisms/extreme-market-conditions-dynamic-position-limit-dpl.md)
- [Time Travel](https://myxfinance.gitbook.io/myx/protocol/risk-management-mechanisms/time-travel.md)
- [Risks](https://myxfinance.gitbook.io/myx/protocol/risks.md)
- [MYX Partnership Program](https://myxfinance.gitbook.io/myx/protocol/myx-partnership-program.md)
- [API](https://myxfinance.gitbook.io/myx/protocol/api.md)
- [Social Media](https://myxfinance.gitbook.io/myx/protocol/social-media.md)
- [Audit](https://myxfinance.gitbook.io/myx/protocol/audit.md)
- [Compliance](https://myxfinance.gitbook.io/myx/protocol/compliance.md)


---

# 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://myxfinance.gitbook.io/myx/protocol.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.
