# Network Information

## Key Features

### Compatibility

SatoshiVM is built to be EVM-compatible, providing users with a familiar EVM interaction environment and enabling developers to leverage existing Ethereum tools.

### Native Token

BTC serves as the native token on SatoshiVM. All BTC on this network is bridged from Bitcoin Core, allowing seamless interaction with the Bitcoin ecosystem while benefiting from the capabilities of an EVM-compatible environment.

## Network Configuration

### SatoshiVM Alpha Mainnet

SatoshiVM Alpha Mainnet is live, configuration information is as follows:

<table data-full-width="false"><thead><tr><th width="205">Parameter</th><th>Value</th></tr></thead><tbody><tr><td>Network Name</td><td>SatoshiVM Alpha</td></tr><tr><td>Network Type</td><td>Alpha Mainnet</td></tr><tr><td>Chain ID</td><td><code>3109</code></td></tr><tr><td>Currency Symbol</td><td>BTC</td></tr><tr><td>Currency Decimal</td><td>18</td></tr><tr><td>RPC URL</td><td><a href="https://alpha-rpc-node-http.svmscan.io/
">https://alpha-rpc-node-http.satoshivm.io/</a></td></tr><tr><td>Official Explorer</td><td><a href="https://explorer.satoshivm.io/">https://explorer.satoshivm.io/</a></td></tr></tbody></table>


---

# 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/network-information.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.
