# OptiFi Market Maker (OMM)

OptiFi platform introduces first of its kind OptiFi Market Maker (OMM) for derivatives, including perps and options with delta-neutral strategy. Our inspiration for this module can partially be attributed to early AMMs in crypto space.&#x20;

OMM is designed to provide liquidity across all financial instruments traded in OptiFi exchange in a consistent manner to ensure continuous liquidity within the exchange at all times.&#x20;

A short overview of OMM:

* Each OMM vault supports a single underlying asset such as BTCUSDC or ETHUSDC
* OMM is designed to **generate profits and yields to its depositors (Liquidity Providers, LPs)**
* OMM accepts deposits from **all OptiFi users** to support market making across all instruments on the underlying asset
* Systemic risk management is built in to maintain safe risk limits within OMM and utilizes delta-hedging approach for options and futures&#x20;
* Liquidity levels and orderbook pricing is adjusted to take into account the natural flows to the market and unhedged positions

<figure><img src="/files/HJgzCwWHUPVlEfYXAfD8" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/TeSGhk30dAkgW1eGBcy4" alt=""><figcaption></figcaption></figure>


---

# 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://optifi.gitbook.io/optifi/optifi-in-depth/optifi-market-maker-omm.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.
