> For the complete documentation index, see [llms.txt](https://meriq.gitbook.io/meriq-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://meriq.gitbook.io/meriq-docs/for-liquidity-partners.md).

# For Liquidity Partners

Meriq works with professional market makers that want to provide liquidity for Canton-native assets.

## How liquidity works on Meriq

Liquidity partners retain control over their own inventory, pricing and risk rather than contributing capital to one shared AMM curve.

Each market maker can independently decide where and how it wants to provide liquidity. Meriq brings these independent sources together and routes trader flow to the best available executable price.

We call this model **Adaptive Maker Liquidity**.

## Why provide liquidity on Meriq

Meriq is designed to give market makers:

* Access to trader flow on Canton
* Independent control over inventory and pricing
* Flexibility to manage market and position risk
* A common settlement layer for Canton-native assets
* The ability to compete on execution without pooling inventory with other makers

## Becoming a liquidity partner

Liquidity-partner onboarding is currently handled directly with the Meriq team.

During onboarding we share the detailed market-making, integration and operational documentation needed to connect and begin providing liquidity.

To get started as a liquidity partner, email <info@meriq.cc>.


---

# 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://meriq.gitbook.io/meriq-docs/for-liquidity-partners.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.
