# Singleton Liquidity Pool

<figure><img src="/files/7pemDtyb4SLS9giH9lOt" alt=""><figcaption></figcaption></figure>

Soliquid’s architecture consolidates all liquidity pools into a single address managed by the PoolManager. This streamlined approach eliminates the need for token transfers between contracts, utilizing a flash accounting system to settle net balances at the end of each transaction.

Users benefit from significantly reduced gas fees—**at least 50% lower (up to 99%) for pool creation and swap**—improved liquidity management efficiency, and flexible dynamic fee structures. This makes trading and liquidity provision more cost-effective and scalable.


---

# 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://soliquid.gitbook.io/soliquid-docs/documentation/soliquid-hmm/singleton-liquidity-pool.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.
