> For the complete documentation index, see [llms.txt](https://docs.evedex.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.evedex.com/key-features-and-components/trading-platform-and-matching-engine.md).

# Trading Platform & Matching Engine

The EVEDEX platform integrates sophisticated futures trading capabilities with a high-performance, matching engine powered by DXmatch technology. This system is designed to deliver institutional-grade trading performance while maintaining the security and transparency inherent to decentralized finance.

{% hint style="success" %}
**Perpetual futures DEX**

*Offers a wide range of advanced trading instruments accessible to all users.*
{% endhint %}

{% hint style="success" %}
**High-Performance Matching Engine**

*Delivers centralized exchange-level performance in a decentralized environment.*
{% endhint %}

***

{% content-ref url="/pages/v81whyAckX3zYHpvBIbU" %}
[Perpetual Futures Trading Fundamentals](/key-features-and-components/trading-platform-and-matching-engine/perpetual-futures-trading-fundamentals.md)
{% endcontent-ref %}

{% content-ref url="/pages/xTOKM1AOZ1t8GW36ggMD" %}
[Arbitrum L2 and on-chain settlement](/key-features-and-components/trading-platform-and-matching-engine/arbitrum-l3-and-on-chain-settlement.md)
{% endcontent-ref %}

{% content-ref url="/pages/fhiDeIQThTtxVnGsXJXn" %}
[Off-chain Orderbook](/key-features-and-components/trading-platform-and-matching-engine/off-chain-orderbook.md)
{% endcontent-ref %}

{% content-ref url="/pages/aUV2SfGX9w9keFS1JRtP" %}
[Matching Engine Overview](/key-features-and-components/trading-platform-and-matching-engine/off-chain-orderbook/matching-engine-overview.md)
{% endcontent-ref %}

{% content-ref url="/pages/snEYFXpUAAqjsYIy5ikC" %}
[Entry price and P\&L (Profit and Loss)](/key-features-and-components/trading-platform-and-matching-engine/entry-price-and-pnl-profit-and-loss.md)
{% endcontent-ref %}

{% content-ref url="/pages/Nf9b7zHzA9m3U0nG98Se" %}
[Order Types](/key-features-and-components/trading-platform-and-matching-engine/order-types.md)
{% endcontent-ref %}

{% content-ref url="/pages/OvjjuEvTw3JPDT2LrbSh" %}
[Available Balance](/key-features-and-components/trading-platform-and-matching-engine/available-balance-and-buying-selling-power.md)
{% endcontent-ref %}

{% content-ref url="/pages/nEFObfUjazETS08P71Ew" %}
[Initial and Maintenance Margins](/key-features-and-components/trading-platform-and-matching-engine/margins.md)
{% endcontent-ref %}

{% content-ref url="/pages/MJ01Tn9bqabLu3wyljKk" %}
[Liquidations and Auto-Deleveraging (ADL)](/key-features-and-components/trading-platform-and-matching-engine/liquidations-and-auto-deleveraging.md)
{% endcontent-ref %}

{% content-ref url="/pages/DUGp6epRnhwBOOGi3709" %}
[Market Makers and Liquidity Provision](/key-features-and-components/trading-platform-and-matching-engine/market-makers-and-liquidity-provision.md)
{% endcontent-ref %}

{% content-ref url="/pages/Gl9Ebno3czxwT2ptlRoB" %}
[Deposit & Withdraw](/key-features-and-components/trading-platform-and-matching-engine/deposit-and-withdraw.md)
{% endcontent-ref %}

{% content-ref url="/pages/pRsyN0icqyhl7GVLZ61u" %}
[Trading Fees](/key-features-and-components/trading-platform-and-matching-engine/trading-fees.md)
{% endcontent-ref %}

{% content-ref url="/pages/24ybcqwELZg81FDVucWm" %}
[Funding Rate](/key-features-and-components/trading-platform-and-matching-engine/funding-rate.md)
{% endcontent-ref %}

{% content-ref url="/pages/hj08QmmcOyNgyPdEPcRS" %}
[Contract Specifications](/key-features-and-components/trading-platform-and-matching-engine/contract-specifications.md)
{% endcontent-ref %}


---

# 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://docs.evedex.com/key-features-and-components/trading-platform-and-matching-engine.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.
