> For the complete documentation index, see [llms.txt](https://docs.megaeth.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.megaeth.com/user-guide/get-started.md).

# 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\_etherscan</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
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, and the optional `goal` query parameter:

```
GET https://docs.megaeth.com/user-guide/get-started.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
