# Omni-Pool Details

An omni-pool is built to enable swaps and LPs for multiple assets pegged to a single token. The is accomplished with a smart contract that has...

* The Diamond Pattern (EIP-2535) and Diamond Storage (Store.sol).
* A Simplex
* An Asset Book
* Multiple Vertices
* Multiple Closures
* And "Value" Accounting

The **Simplex** is the overall protocol manager and holds any high-level parameterizations.

The **AssetBook** simply stores the value owned by each depositor.

Further details are available for **Value**, **Closures**, and **Vertices**.


---

# 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://docs.burve.fi/technicals/omni-pool-details.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.
