> For the complete documentation index, see [llms.txt](https://docs.lifinity.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.lifinity.io/dex/mmaas-and-laas.md).

# MMaaS and LaaS

Lifinity offers two services to protocols looking to efficiently create robust liquidity for their tokens: market making as a service (MMaaS) and liquidity as a service (LaaS). These services are designed for protocols that require a custom oracle for Lifinity to be able to market make for their tokens.&#x20;

In MMaaS, projects provide the assets that Lifinity will use to market make and Lifinity keeps all trading fees while projects retain any market making profit (MMP).&#x20;

In LaaS, Lifinity provides the assets used for market making and takes on their price risk. In exchange, projects compensate Lifinity with whatever asset of their choosing based on the amount of volume generated.

{% hint style="info" %}
For a deeper dive on MMaaS and LaaS, please see our [Medium article on this topic](https://medium.com/@lifinity.io/introducing-market-making-liquidity-as-a-service-80d4d6df3b5f).
{% endhint %}


---

# 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:

```
GET https://docs.lifinity.io/dex/mmaas-and-laas.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.
