# In-House MM Strategy Vaults

These strategy vaults use predefined strategies to simulate professional market makers within Drake’s system, strengthening liquidity and execution quality.

* Rule-based algorithms manage quotes dynamically.
* Earn revenue streams similar to AMM strategy vault: fees, funding, borrowing, spread capture.
* Reduce reliance on external market makers by providing continuous liquidity.
* Improve price stability in less liquid markets.
* Composable as structured vault products layered on top of AMM infrastructure.


---

# 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://docs.drake.exchange/trading/overview/in-house-mm-strategy-vaults.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.
