> For the complete documentation index, see [llms.txt](https://docs.superposition.so/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.superposition.so/superposition-mainnet/super-layer/universal-shared-liquidity.md).

# Universal Shared Liquidity

Superposition DEX is an architecture revolution. Built as a Decentralised Limit Order Book (DLOB) on Layer-3 using Stylus, built with Arbitrum Orbit for unparalleled throughput whilst leveraging the flexibility of the EVM as well as extensible Account Abstraction - driven UX optimises the developer experience for a frictionless Web2 process on Web3.

The DLOB introduces the concept of Universal Shared Liquidity, where liquidity exists in a state of '**superposition'**.&#x20;

#### Protocols can tap into this shared pool, eliminating liquidity fragmentation.

With Superposition handling the foundational offerings, protocols can focus on innovating, and offering unparalleled products to users.

### Shared Utility in Stages

The first phase for Superposition will be realised through a fee-less order-flow focused automated market maker (AMM) based on the v3 model called **Longtail**. This AMM will later natively evolve into an on-chain CLOB. The liquidity will get migrated into a shared liquidity orderbook, allowing users and developers alike to solve the "cold start" liquidity problem, and make use of universal shared liquidity that any protocol can tap into to build their own DEXs and deritatives products on top of.

**Longtail has two stages:**

{% content-ref url="/pages/Y5EOWnXqxIVFueKCdk4B" %}
[Longtail AMM Specs](/superposition-mainnet/super-layer/universal-shared-liquidity/longtail-amm-specs.md)
{% endcontent-ref %}

{% content-ref url="/pages/fdhvPZbFTDnJ7KuNT0PP" %}
[Longtail Orderbook Specs](/superposition-mainnet/super-layer/universal-shared-liquidity/longtail-orderbook-specs.md)
{% endcontent-ref %}


---

# 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.superposition.so/superposition-mainnet/super-layer/universal-shared-liquidity.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.
