# Market Maker System

The Market Maker (MM) is a key player in the Most Bridge design. They facilitate the quick transfer of assets between chains by providing liquidity and handling the cross-chain transactions.

## Role of the Market Maker

1. **Intent Fulfillment**: When you initiate a bridge transaction, the MM sees this intent and fulfills it on the destination chain.
2. **Liquidity Provision**: MMs use their own funds to send assets to you on the destination chain, allowing for near-instant transfers.
3. **Proof Submission**: After fulfilling an intent, the MM submits the proof using HDP to the source chain.
4. **Fee Collection**: In return for their service, MMs collect the fee you pay when initiating a bridge transaction.

## Benefits of the Market Maker System

* **Speed**: Allows for quick transfers without waiting for long confirmation times.
* **Efficiency**: MMs can batch transactions and optimize for gas fees, reducing costs.


---

# 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.most.wtf/architecture-overview/market-maker-system.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.
