> For the complete documentation index, see [llms.txt](https://docs.siren.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.siren.xyz/siren-protocol/siren-flow-architecture/unified-liquidity-pools.md).

# Unified Liquidity Pools

Siren Flow’s model of using stablecoins as collateral for all options allows the platform to create options for a wide range of assets, regardless of whether token-specific liquidity pools already exist for those assets.

Unified Liquidity Pools enable traders to purchase options for any asset with a reliable price feed, greatly expanding the range of available options. By adopting this model, Siren Flow offers unparalleled flexibility and opportunities for traders in the DeFi options space.

<figure><img src="https://miro.medium.com/v2/resize:fit:1400/1*w4HrixAtHLuZu3nTgDfRyw.jpeg" alt="" height="541" width="700"><figcaption></figcaption></figure>

Under the new system, LPs no longer need to maintain different assets in multiple pools in order to earn yield. By consolidating liquidity into a single pool that earns aggregated fees across various markets, Siren Flow simplifies and enhances the user experience.

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

*NOTE: This is a living document that will continue to be updated as Siren evolves. To contribute, please visit* [*Siren on GitHub*](https://github.com/sirenmarkets/core)*. Specific questions may be answered and technical guidance may also be provided from time to time in the* [*Siren Discord*](https://discord.gg/sirenxyz) *to those who are interested in building on top of the protocol.*


---

# 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.siren.xyz/siren-protocol/siren-flow-architecture/unified-liquidity-pools.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.
