# Decentralized Sequencer Set

AltLayer has a dedicated network called the Beacon Layer that serves as the global  sequencer set.  When AltLayer provisions a rollup, nodes from the Beacon layer are selected based on their stake.\
\
A user submits a request for a rollup via our dashboard or the SDK and specifies the requirements such as the type of VM, number of sequencers and the minimum stake and the allowed token list.

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

The sequencer layer then assigns the nodes for rollup and once all the sequencers are assigned, the rollup becomes operational.

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

A common decentralized sequencer set could also be used to ensure cross-chain atomic messaging.


---

# 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.altlayer.io/altlayer-documentation/altlayers-in-house-rollup-stack-in-depth/decentralized-sequencer-set.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.
