> For the complete documentation index, see [llms.txt](https://docs.zeeve.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.zeeve.io/rollups/op-stack/quick-start-guide/setup-op-stack.md).

# Setup OP Stack

<mark style="background-color:yellow;">**Follow the steps below to create an**</mark>**&#x20;**<mark style="color:red;background-color:yellow;">**OP Stack**</mark>**&#x20;**<mark style="background-color:yellow;">**through the Zeeve platform**</mark>

<mark style="color:orange;">**Step 1:**</mark> Register/Login

* Create a new account or log in to the existing account on the [Zeeve Platform](https://app.zeeve.io/account/login).

<mark style="color:orange;">**Step 2:**</mark> OP Stack

* Choose "**OP Stack**" from the "**APPCHAINS & ROLLUPS**" section in the left navigation panel.

<mark style="color:orange;">**Step 3:**</mark> Create a New OP Stack Network

* Click on the "**Deploy Testnet**" button on the TESTNET card.

<mark style="color:orange;">**Step 4:**</mark> Rollup Network Details

* Enter the Rollup network name for your deployment.
* Enter the Chain ID.

<mark style="color:orange;">**Step 5:**</mark> Settlement Layer

* **Ethereum Holesky (L1)** serves as the default settlement layer for all environments.

<mark style="color:orange;">**Step 6:**</mark> Data Availability (DA) Layer

* In Testnet, the default is '**Ethereum DA**,' while for mainnet, customization of the specific partner (Celestia, Near, Avail, or Eigen) is available under '**Alt DA.**'

<mark style="color:orange;">**Step 7:**</mark> Sequencer

* In Testnet, the default sequencer is '**Centralized**,' whereas for mainnet, customization of the specific partner (Cero) is available under '**Decentralized**.'

<mark style="color:orange;">**Step 8:**</mark> Summary

* In summary, all configurations can be verified based on the selected options or the entered details.
* Core components, tools and services, monitoring and SLA details, as well as pricing, can also be viewed for the deployment offerings.

<mark style="color:orange;">**Step 9:**</mark> Deploy Testnet

* When you click the **Deploy Testnet** button, you’ll be redirected to the payment page if no active subscription is found.
* Upon entering valid card details, click on the **Subscribe** button.
* Once your payment status is verified, you’ll be redirected to the overview page of your deployed node with the requested status. If you already have an active subscription, you’ll be redirected to the overview page directly.
* For testnet and mainnet deployment, you can submit a request to our support team.
* They will contact you via email, and you can also schedule a call with our team after submitting the deployment request for your testnet and mainnet.


---

# 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.zeeve.io/rollups/op-stack/quick-start-guide/setup-op-stack.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.
