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

# Key Innovations

<figure><img src="/files/AfDb27FiffyjzM8FtLRI" alt=""><figcaption><p>X-ray on OptiFi</p></figcaption></figure>

### Cross Margin and Portfolio Margin

* OptiFi is the first derivatives DEX that utilizes both Cross Margin and [Portfolio Margin](/optifi/optifi-in-depth/margin-requirements/portfolio-margin.md) across all financial instruments with the same underlying
* Allow users to build complex strategies written on a single underlying without the burden of multiple margin requirements. Have “risk-sharing” features to “net” the overall portfolio risk to **enhance capital efficiency**

### Partial Liquidations&#x20;

* [Liquidations](/optifi/optifi-in-depth/margin-requirements/liquidation-mechanism.md) happen gradually by reducing the riskiest positions first ensuring **fair liquidation and pricing** for all users&#x20;
* Leads to a **smaller liquidations, lower fees and higher user returns**

### Derivatives OptiFi Market Maker (OMM)&#x20;

* The first-ever [Delta-neutral OMM vault](/optifi/optifi-in-depth/optifi-market-maker-omm.md) created by OptiFi&#x20;
* It is designed to **generate yield to its depositors (LPs)**, more importantly, to **keep continuous liquidity** across all financial instruments traded in OptiFi exchange&#x20;
* Systemic risk management and **delta-hedging** (through [Mango](https://www.mango.markets/)) is considered to maintain safe risk limits

### Market Maker (MM) Incentive Program&#x20;

* MM Program is designed to encourage professional market-making within OptiFi exchange
* Innovative approach to promote “good” market-making practices. MM pool subscribers receive **exchange fee revenue share** while being subject to penalties for “bad” market-making practices


---

# 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://optifi.gitbook.io/optifi/key-innovations.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.
