# MegaETH

### Why MegaETH?

[@megaeth](https://x.com/megaeth) sets a new standard for real-time blockchain performance and scalability. We are proud to align ourselves with an ecosystem built for the future.

### Key Specifications

<table><thead><tr><th width="376.5087890625">Feature</th><th>Specification</th></tr></thead><tbody><tr><td><strong>Throughput</strong></td><td>100,000+ TPS</td></tr><tr><td><strong>Gas Throughput</strong></td><td>10+ GGas/s (gigagas per second)</td></tr><tr><td><strong>Block Times</strong></td><td>Sub-10 ms (target ~10 ms)</td></tr><tr><td><strong>Compatibility</strong></td><td>Full EVM</td></tr><tr><td><strong>Latency</strong></td><td>Sub-millisecond to millisecond-level response times (real-time streaming of transactions and state updates)</td></tr></tbody></table>

### Why MegaETH for Gaming?

{% stepper %}
{% step %}

### Speed

Transactions confirm faster than perceptible delay.
{% endstep %}

{% step %}

### Cost

Players never worry about gas fees.
{% endstep %}

{% step %}

### Scale

Supports millions of concurrent players.
{% endstep %}

{% step %}

### Developer Friendly

Full Solidity and tooling support.
{% endstep %}
{% endstepper %}

## Current Implementation

{% hint style="info" %}
**Current State: Closed Beta**

Insomnus currently uses blockchain for:

* Game access verification
* Wallet-based authentication
* Points earning and tracking
* Consumable Items (Health & armor potion)

Asset tokenization is planned for a future update.
{% endhint %}

### How It Works Today

<table><thead><tr><th width="307.21051025390625">Feature</th><th>Implementation</th></tr></thead><tbody><tr><td><strong>Game Access</strong></td><td>Wallet connection required to play</td></tr><tr><td><strong>Authentication</strong></td><td>On-chain wallet verification</td></tr><tr><td><strong>Points Earning</strong></td><td>Earned through gameplay, tracked on-chain</td></tr><tr><td><strong>Asset Ownership</strong></td><td>Points are database-tracked (tokenization planned)</td></tr></tbody></table>

***

## Network Configuration

| Parameter              | Value                                       |
| ---------------------- | ------------------------------------------- |
| **Network Name**       | MegaETH                                     |
| **Chain ID**           | 4326 (0x10e6)                               |
| **Native & Gas Token** | Ether (ETH), 18 decimals                    |
| **RPC URL**            | &#xD;`https://mainnet.megaeth.com/rpc`      |
| **Block Time**         | Mini-blocks: 10ms / EVM blocks: 1s          |
| **Block Gas Limit**    | 10,000,000,000 gas per EVM block            |
| **Base Fee Per Gas**   | 0.001 gwei                                  |
| **EIP-1559**           | Base fee adjustment is effectively disabled |

### Connect Your Wallet <a href="#connect-your-wallet" id="connect-your-wallet"></a>

{% stepper %}
{% step %}

### **Open your wallet settings**

In MetaMask, Rabby, or any Ethereum-compatible wallet, go to **Settings → Networks → Add Network**.
{% endstep %}

{% step %}

### **Enter MegaETH network details**

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

| Field               | Value                                                                |
| ------------------- | -------------------------------------------------------------------- |
| **Network Name**    | MegaETH                                                              |
| **RPC URL**         | `https://mainnet.megaeth.com/rpc`                                    |
| **Chain ID**        | 4326                                                                 |
| **Currency Symbol** | ETH                                                                  |
| **Block Explorer**  | [`https://mega.etherscan.io`](<&#xD;&#xA;https://mega.etherscan.io>) |
| {% endtab %}        |                                                                      |

{% tab title="Testnet" %}

| Field               | Value                                                                                                     |
| ------------------- | --------------------------------------------------------------------------------------------------------- |
| **Network Name**    | MegaETH Testnet                                                                                           |
| **RPC URL**         | &#xD;`https://carrot.megaeth.com/rpc`                                                                     |
| **Chain ID**        | 6343                                                                                                      |
| **Currency Symbol** | ETH                                                                                                       |
| **Block Explorer**  | [&#xD;`https://megaeth-testnet-v2.blockscout.com`](<&#xD;&#xA;https://megaeth-testnet-v2.blockscout.com>) |
| {% endtab %}        |                                                                                                           |
| {% endtabs %}       |                                                                                                           |
| {% endstep %}       |                                                                                                           |

{% step %}

### Save and switch

Save the network and switch to MegaETH. Your wallet is now connected.
{% endstep %}
{% endstepper %}

***

### Block Explorers

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

* [**Blockscout**](https://megaeth.blockscout.com/)
* [**Etherscan**](https://mega.etherscan.io/)&#x20;
  {% endtab %}

{% tab title="Testnet" %}

* [**Blockscout**](https://megaeth-testnet-v2.blockscout.com/)
  {% endtab %}
  {% endtabs %}

### Network Status

Check real-time network performance — block height, block time, and transactions per second — at [**uptime.megaeth.com**](https://uptime.megaeth.com/).

***


---

# 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.insomnus.xyz/web3-economy/megaeth.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.
