# Getting Started

## Getting Started with SatoshiVM Alpha Mainnet

Welcome to SatoshiVM! This guide will help you kickstart your journey on this EVM-compatible network that operates as a Bitcoin Layer 2 solution, utilizing BTC as its native token. Below are the key steps to familiarize yourself with SatoshiVM:

1. [**Network Information**](/user-guide/alpha-mainnet/network-information.md)**:** Understand the basics of SatoshiVM - its compatibility, native token, and the parameters of the Testnet for interaction.
2. [**Wallet Setup via MetaMask**](/user-guide/alpha-mainnet/wallet-setup.md)**:** Set up your MetaMask wallet to handle BTC on the SatoshiVM network.
3. [**Bridging BTC to SatoshiVM**](/user-guide/alpha-mainnet/btc-bridge-alpha-mainnet.md)**:** Use the official BTC bridge to transfer BTC from Bitcoin to SatoshiVM.
4. [**Bridging SAVM to SatoshiVM**](/user-guide/alpha-mainnet/savm-bridge-alpha-mainnet.md): Use the official SAVM bridge to transfer SAVM from Ethereum to SatoshiVM.
5. [**Savmswap**](/user-guide/alpha-mainnet/ecosystem-dapps/savmswap.md):  The first DEX on SatoshiVM.


---

# 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.satoshivm.io/user-guide/alpha-mainnet/getting-started.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.
