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

# DAOFAIR Private Pool

## **What is DAOFAIR Private Pool?**

DAOFAIR Private Pool (DPP) is a product that is geared towards professional market makers with special requirements that cannot be satisfied by the DAOFAIR Vending Machine (DVM), but it is also extremely easy to use. It gives market makers the ability to do the following:

1\.     Make one-sided deposits/withdrawals (DVM requires two-sided liquidity provision/removal)

2\.     Change the pricing curve at any time (DVM’s pricing curve cannot be modified after creation)

3\.     Have liquidity everywhere in the price range from zero to infinity

As we mentioned before, the Proactive Market Making (PMM) algorithm is essentially an elegant generalization of the orderbook matching trade settlement system. PMM is easy-to-understand, lightweight, and cheap in terms of operational cost, while at the same time retaining the flexibility of orderbook matching.

DPP is a product that embodies PMM’s flexibility and configurability well. Let’s use a market depth chart to demonstrate how DPP works and the various use cases it can support and enable.


---

# 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://daofair.gitbook.io/doc/daofair-private-pool.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.
