> For the complete documentation index, see [llms.txt](https://scroll-zkp.gitbook.io/scroll-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://scroll-zkp.gitbook.io/scroll-guide/user-guide/setup.md).

# Setup

{% hint style="danger" %}
**Scroll Alpha Testnet is now deprecated.**

Please visit our new documentation for the Scroll Sepolia Testnet at <https://docs.scroll.io/>
{% endhint %}

## Wallet

You need to have a wallet to interact with dApps on the Scroll Testnet. You can find some example wallets and configuration tips below.

### MetaMask

You can install MetaMask from their [official website](https://metamask.io/download/).

You need to import the Alpha Testnet configurations to your MetaMask wallet. To do this, click all **Add to wallet** buttons on the [Alpha Testnet homepage](https://scroll.io/alpha). This will import the chain ID and RPC URLs for the Scroll Alpha Testnet. The Goerli Testnet is configured on Metamask by default. To show it, click "Show/hide test networks" in the MetaMask network selection dropdown menu.

### Manual network configuration (for other wallets)

Currently, the **Add to wallet** links may not be compatible with all wallets yet. If you are having issues using them, you may need to manually add the *Goerli Testnet* and *Scroll Alpha* network by inserting the configuration details from the table below:

<table><thead><tr><th width="194">Network Name</th><th width="254.33333333333331">Scroll Alpha Testnet</th><th>Goerli Testnet</th></tr></thead><tbody><tr><td>RPC URL</td><td><a href="https://alpha-rpc.scroll.io/l2">https://alpha-rpc.scroll.io/l2</a></td><td><a href="https://rpc.ankr.com/eth_goerli	">https://rpc.ankr.com/eth_goerli</a></td></tr><tr><td>Chain ID</td><td>534353</td><td>5</td></tr><tr><td>Currency Symbol</td><td>ETH</td><td>ETH</td></tr><tr><td>Block Explorer URL</td><td><a href="https://alpha-blockscout.scroll.io">https://alpha-blockscout.scroll.io</a></td><td><a href="https://goerli.etherscan.io">https://goerli.etherscan.io</a></td></tr></tbody></table>

{% hint style="info" %}
Prefer another Block Explorer? Try <https://ondora.xyz/network/scroll-zkp/> or <https://scroll.l2scan.co/>
{% endhint %}


---

# 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:

```
GET https://scroll-zkp.gitbook.io/scroll-guide/user-guide/setup.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.
