# Guide for Solvers

### Single point of access to PMMs

By doing one integration with Liquorice, solver gains access to multiple private market makers. All quotes are submitted in a unified manner while Liquorice offchain service picks the best quote from all connected PMMs.&#x20;

### Using your own inventory

A solver may utilize Liquorice pools to quote traders directly using their own inventory. This approach is particularly relevant for facilitating trades involving two stablecoins, as such transactions typically involve minimal market risk for the solver.

### No need to validate quotes

We validate all quotes submitted by PMMs before passing them to solvers. If solver sees a quote received from Liquorice then it is guaranteed to be executed onchain. This naturally reduces latency saving solvers precious time to find the best solution.&#x20;


---

# 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://liquorice.gitbook.io/liquorice-docs/for-solvers/guide-for-solvers.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.
