# RaaS

## **How to Get Whitelisted** <a href="#id-3936" id="id-3936"></a>

Follow these simple steps to apply for whitelisting:

**1. Visit the Whitelisting Portal**

<figure><img src="https://miro.medium.com/v2/resize:fit:1400/0*8-cXgrKoV0qyI1mC" alt="" height="411" width="700"><figcaption></figcaption></figure>

Go to our [platform](http://beta.etherscale.xyz/) and create an account if you haven’t already.

**2. Select the Whitelisting Option**

Navigate to the “Request for whitelisting” option and complete the form with the required details.

<figure><img src="https://miro.medium.com/v2/resize:fit:1400/0*356m9M_EsFkJ0zrg" alt="" height="389" width="700"><figcaption></figcaption></figure>

**3. Submit Your Application**

Enter all necessary information and submit your application.

**4. Wait for Confirmation**

Our team will review your application. If you’re whitelisted, you’ll receive an access confirmation via email.

## **How to Deploy Rollups** <a href="#id-5894" id="id-5894"></a>

Once you’re whitelisted, deploying your rollup is straightforward. Here’s a brief overview of the process:

**1. Sign Up and Verify**

Ensure you’re signed up and have verified your account.

<figure><img src="https://miro.medium.com/v2/resize:fit:1400/0*uLJ7d0oJY9eggmul" alt="" height="411" width="700"><figcaption></figcaption></figure>

**2. Choose Deployment Options**

Select “Deploy Rollups” from your dashboard.

<figure><img src="https://miro.medium.com/v2/resize:fit:1400/0*OgfWh707i4EQSKGj" alt="" height="412" width="700"><figcaption></figcaption></figure>

**3. Enter Rollup Details**

Fill in details such as Chain Name, Framework (currently, only Arbitrum is available), Settlement Layer (Arbitrum One), and Data Availability options (Ethereum DA and Anytrust).

<figure><img src="https://miro.medium.com/v2/resize:fit:1400/0*PcQEbzk0vGmYimmT" alt="" height="410" width="700"><figcaption></figcaption></figure>

**4. Select Network**

Choose between Testnet (for testing purposes) or Mainnet (for live deployment).

<figure><img src="https://miro.medium.com/v2/resize:fit:1400/0*-sHio9tIacqUoxK0" alt="" height="406" width="700"><figcaption></figcaption></figure>

**5. Deploy**

Click Deploy and your rollup will be ready in about 5 minutes!

<figure><img src="https://miro.medium.com/v2/resize:fit:1400/0*dNof0Mn8QEk7RtYY" alt="" height="413" width="700"><figcaption></figcaption></figure>


---

# 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.etherscale.xyz/etherscale-guide/deploy/raas.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.
