> For the complete documentation index, see [llms.txt](https://docs.native.org/aqua/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.native.org/aqua/introduction/market-makers.md).

# Market Makers

Market makers are driven by the desire to collect bid-ask spreads within their operating markets. In order to earn spread, they need to commit significant resources to setting up integrations and allocating capital. With Aqua, development and capital undertaking can be reduced to a single API integration and long/short positions.&#x20;

Market makers can participate in pricing of various assets on different chains without the need to maintain actual inventory. Instead of requiring market makers to hold onto their own pool of inventory, the protocol allows them to utilise Aqua’s assets with a long or short position. Aqua will transfer assets to regular traders during their individual swaps based on these positions. Essentially, Aqua acts as the "prime broker" of crypto to facilitate the flow of assets between regular traders, market makers and liquidity providers.

<br>

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

<figure><img src="/files/21Otwc2BNU8bcGwS7b0H" alt=""><figcaption></figcaption></figure>

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


---

# 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://docs.native.org/aqua/introduction/market-makers.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.
