# Get Started

MegaETH is a high-performance Ethereum L2 with real-time transaction processing. Whether you are here to try the testnet or use mainnet, this guide will help you get up and running.

{% stepper %}
{% step %}

#### Connect your wallet

In MetaMask, Rabby, or any Ethereum-compatible wallet, go to **Settings → Networks → Add Network** and enter these details:

{% tabs %}
{% tab title="Mainnet" %}

| Field               | Value                                                         |
| ------------------- | ------------------------------------------------------------- |
| **Network Name**    | MegaETH                                                       |
| **RPC URL**         | <code class="expression">space.vars.mainnet\_rpc</code>       |
| **Chain ID**        | <code class="expression">space.vars.mainnet\_chain\_id</code> |
| **Currency Symbol** | ETH                                                           |
| **Block Explorer**  | <code class="expression">space.vars.mainnet\_etherscan</code> |
| {% endtab %}        |                                                               |

{% tab title="Testnet" %}

| Field               | Value                                                          |
| ------------------- | -------------------------------------------------------------- |
| **Network Name**    | MegaETH Testnet                                                |
| **RPC URL**         | <code class="expression">space.vars.testnet\_rpc</code>        |
| **Chain ID**        | <code class="expression">space.vars.testnet\_chain\_id</code>  |
| **Currency Symbol** | ETH                                                            |
| **Block Explorer**  | <code class="expression">space.vars.testnet\_blockscout</code> |
| {% endtab %}        |                                                                |
| {% endtabs %}       |                                                                |

Save the network and switch to it. For more details, see [Connect to MegaETH](/user-guide/connect.md).
{% endstep %}

{% step %}

#### Get tokens

{% tabs %}
{% tab title="Mainnet" %}
Bridge ETH or other tokens from Ethereum using the official bridge at [**rabbithole.megaeth.com/bridge**](https://rabbithole.megaeth.com/bridge). Connect your wallet, choose a token and amount, and confirm the transaction. See [Get Funds on Mainnet](/user-guide/bridge.md) for more options including third-party bridges and fiat onramps.
{% endtab %}

{% tab title="Testnet" %}
Visit the faucet at [testnet.megaeth.com](https://testnet.megaeth.com), enter your wallet address, and complete the verification step. The faucet provides up to 0.005 testnet ETH per user every 24 hours. See the [Faucet](/user-guide/faucet.md) page for details.
{% endtab %}
{% endtabs %}
{% endstep %}

{% step %}

#### Start using MegaETH

You are ready to interact with dApps, send transactions, and explore the network. Track real-time network performance at [uptime.megaeth.com](https://uptime.megaeth.com).
{% endstep %}
{% endstepper %}

## Learn More

* [Connect to MegaETH](/user-guide/connect.md) — full chain parameters, block explorers
* [Bridge](/user-guide/bridge.md) — bridging ETH from Ethereum
* [Key Contracts & Tokens](/developer-docs/overview-1/contracts.md) — important contract addresses
* [Faucet](/user-guide/faucet.md) — free testnet tokens
* [User FAQ](/user-guide/faq.md) — common questions


---

# 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.megaeth.com/user-guide/get-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.
