# How to Set Up Scroll Wallet

To access Zebra, you need to configure your **Scroll wallet** first. You can configure it using a wallet that supports EVM networks.

<details>

<summary>Step 1: Download the wallet</summary>

If you already have Metamask installed, you can skip this step. If not, visit <https://metamask.io/download/> and install the appropriate version for your browser or mobile device.

![](/files/L345nJzWZaNiLadwkw6L)

</details>

<details>

<summary>Step 2: Configure Scroll Mainnet parameters: </summary>

*In wallet settings - network - add network - manually add network, configure the following parameters:*

#### Scroll Mainnet Configuration:

📍RPC URL: <https://rpc.scroll.io>

📍ChainID: 534352

📍Symbol: ETH

📍Explorer: <https://scrollscan.com/>

📍Network Name: Scroll Mainnet

![](/files/4RonG9oASlokuoxBFeHj)

Of course, if you use another EVM wallet, you can also add the Scroll network manually through the above steps

</details>


---

# 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://zebra.gitbook.io/zebra-document/product-guides/how-to-set-up-scroll-wallet.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.
