> For the complete documentation index, see [llms.txt](https://docs.rome.builders/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rome.builders/legacy/rome-l2-setup.md).

# Rome L2 Setup

Setup your own L2 using the Rome stack.

Note: If you want a quick local setup, then just follow the README at <https://github.com/rome-labs/rome-setup>. This setup takes **<10 minutes**. Demo [is available here](https://www.loom.com/share/f87f369ffe1140f59cdf53016fa52909).

If you want to understand the Rome stack and customize your L2, then follow the full setup outlined on the following pages. This setup takes **\~30 minutes**. Demo [is available here](https://www.loom.com/share/d06842be650f43c1a8a0499de4932f18?sid=9fee754d-5bd5-4365-b102-50029fa7f7b3).

## Setup your L2

* Prep Remote Server
* Choose your Chain ID
* Download Rome Repos
* Register your L2
* Initialize your L2
* Setup OP Geth Node
* Run Block Explorer

## Test your L2

* Setup Metamask
* Fund your Wallet
* Check Wallet Balance
* Do Simple Transfer
* Run Uniswap
* Run OpenZeppelin
* Use Rome Dapp
* Use Rome Bridge

## Notes

* You can setup the L2 either locally or on a remote server that makes it available to the public.
* We use the terms "L2" and "Rollup" interchangeably.


---

# 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.rome.builders/legacy/rome-l2-setup.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.
