# Testnet Setup

## StratoVM Sepolia Testnet

* **Chain ID**: 93747
* **Gas Token:** SVM
* **RPC URL:** [**https://rpc.stratovm.io**](https://rpc.stratovm.io)
* **Explorer:** <https://explorer.stratovm.io>
* **Faucet: get verified on our**[ discord ](https://discord.gg/StratoVM)**to access the faucet channel**

{% hint style="info" %}
Note: The gas token for the StratoVM Sepolia Testnet is **$SVM**, which means you'll need to hold a small amount of $SVM in your wallet to pay for gas fees when interacting with the network.
{% endhint %}

***

Developing on StratoVM will require you to install a wallet and a development environment. StratoVM is designed to be completely compatible with Ethereum. Because of that, it works with MetaMask right out of the box.

To interact with StratoVM, you'll need to download browser EVM compatable wallet and manually add StratoVM Network .&#x20;

**Recommended wallets**&#x20;

* [Metamask](https://metamask.io/)
* **StratoVM is compatible with other EVM wallets**&#x20;

***

1. Open your wallet application and navigate to the **"Add Network" or "Custom RPC"** section.
2. Enter the following details for the StratoVM Testnet:
   * **Network Name:** StratoVM Sepolia Testnet
   * **Chain ID:** 93747
   * **Currency Symbol (Optional):** SVM
   * **RPC URL:** **<https://rpc.stratovm.io>**
3. Click **"Save"** or **"Add Network"** to add the StratoVM Testnet to your wallet.
4. Once added, you can switch to the StratoVM Testnet network within your wallet.
5. To get test tokens for the StratoVM Sepolia Testnet, you can join our [discord server](https://discord.gg/StratoVM) and send request in the the faucet channel&#x20;
6. You can now interact with the Testnet using your wallet. The block explorer for the StratoVM Testnet is available at  <https://explorer.stratovm.io>

***

{% hint style="info" %}
**Note on Testnet Information**

The testnet information provided below is for historical reference only. This Testnet has been deprecated and is no longer active or supported. Users and developers should not attempt to connect to or use this testnet. For the most current testing environment and resources, please refer to the StratoVM Sepolia Testnet Information above or contact the StratoVM team directly.
{% endhint %}

## (\_StratoVM Testnet\_DEPRECIATED)

* **Chain ID**: 71620
* **Gas Token:** BTC
* **RPC URL:** <https://bitcoin-l2-349313-testnet.tc.l2aas.com/rpc>
* **Explorer:** <https://bitcoin-l2-349313-testnet.tc.l2aas.com>
* **Faucet:** complete the faucet campaign <https://app.galxe.com/quest/X8QrV4cqcjYssXZ2EpS6va/GCdtztd8zf>


---

# 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.stratovm.io/stratovm-sdk/getting-started/testnet-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.
