> For the complete documentation index, see [llms.txt](https://spire-docs.gitbook.io/spire/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://spire-docs.gitbook.io/spire/based-stack/traditional-shared-sequencing.md).

# Traditional shared sequencing

<figure><img src="/files/X6Ul57SzyDDxLTneQowz" alt="Banner image"><figcaption></figcaption></figure>

We recognize that significant effort has been made on traditional shared sequencers (shared sequencers that are not “based”).&#x20;

> One valuable feature of the Based Stack is that appchains can still reap the benefits of shared sequencing with other L2s.&#x20;

We implement a design called [Forward Based Sequencing](https://hackmd.io/@mteam/forward-based-sequencing), which gives shared sequencers (acting as forward sequencers) the ability to influence block production without a distinct monopoly. This enables shared sequencers to provide composability between Spire based appchains and other non-based rollups, especially when paired with execution preconfirmations.&#x20;

{% hint style="info" %}
Execution preconfirmations allow forward sequencers to get (collateral-backed) execution guarantees that can be used to approximate atomic execution. We call this “optimistic atomic execution.”
{% endhint %}

One important thing to note is that this design could theoretically be used in any rollup with an L1 escape hatch with a low wait period. In the Based Stack, we take this primitive to the next level by introducing forward sequencers as “first-class citizens” in block production by focusing on gas efficiency, practical technical integrations with shared sequencers, and docs for integration.


---

# 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://spire-docs.gitbook.io/spire/based-stack/traditional-shared-sequencing.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.
