# Requirements

Everything you need to run Insomnus smoothly.

<a href="/pages/Y74J0qeWlO4Y7YeZCqRs" class="button primary">Quick start</a><a href="https://insomnus.xyz/" class="button secondary">Play</a><a href="/spaces/yCmSOPx2fopg92pXhrPs/pages/lRgTiMkBpd42OnqoAKsq" class="button secondary">Somnia network</a><a href="https://www.megaeth.com/" class="button secondary">MegaETH</a>

### Compatibility

{% tabs %}
{% tab title="Desktop (recommended)" %}

#### Minimum

* **OS:** Windows 10 / macOS 10.15 / Linux
* **Browser:** Chrome 90+ / Firefox 88+ / Safari 14+ / Edge 90+
* **RAM:** 4 GB
* **Internet:** 5 Mbps download
* **Wallet:** MetaMask or compatible

#### Recommended

* **OS:** latest Windows / macOS / Linux
* **Browser:** latest Chrome / Firefox / brave /Safari
* **RAM:** 4 GB+
* **Internet:** 10+ Mbps download
* **Display:** 1920×1080+
* **Input:** keyboard, mouse(gamepad support planned)
  {% endtab %}

{% tab title="Mobile" %}

* **iOS:** Metamask/Brave browser
* **Android:** Metamask/Brave browser

{% hint style="warning" %}
PC + keyboard is still the smoothest experience.
{% endhint %}
{% endtab %}
{% endtabs %}

### Wallet setup

#### Supported wallets

* **MetaMask**

#### Required token (gas)

* **SOMI on Somnia Network**: used for transaction fees\
  You only need a small amount (often sub-cent per tx).
* **$ETH on MegaETH network**: used for transaction fees\
  You only need a small amount (often sub-cent per tx).

### Network configuration (Somnia & MegaETH)

Use the official values from [somnia network](/web3-economy/somnia-network.md) & [MegaETH](/web3-economy/megaeth.md).

<details>

<summary><strong>Somnia network details (quick reference)</strong></summary>

* **Network Name:** Somnia
* **RPC URL:** `https://rpc.somnia.network`
* **Currency Symbol:** SOMI
* **Block Explorer:** [`https://explorer.somnia.network`](https://explorer.somnia.network/)

If your wallet asks for **Chain ID**, use the value in the Somnia docs.

</details>

<details>

<summary>MegaETH <strong>details (quick reference)</strong></summary>

* **Network Name:** MegaETH
* **RPC URL:** `https://mainnet.megaeth.com/rpc`
* **Currency Symbol:** ETH
* **Chain ID**: `4326`
* **Block Explorer:** [**`https://mega.etherscan.io`**](https://mega.etherscan.io)

</details>

***

### Troubleshooting (fast)

Try these before anything else:

1. Refresh the page.
2. Unlock your wallet.
3. Confirm you’re on the **Somnia** network or MegaETH.
4. Disable ad blockers / privacy extensions for the site.
5. Double check if multiple wallet extensions are active.

#### Common issues

<details>

<summary><strong>Game won't load</strong></summary>

Try clearing your browser cache and disabling browser extensions (especially ad blockers or privacy extensions). If the issue persists, refresh the page or try a different supported browser.

</details>

<details>

<summary><strong>Lag / stuttering</strong></summary>

* Close other tabs and background applications consuming CPU/RAM.&#x20;
* Lower browser zoom or reduce background activity.&#x20;
* Ensure your internet connection meets the recommended speed.
* Enable hardware acceleration on your browser.
* Disable battery saving mode in browser.

</details>

<details>

<summary><strong>Wallet won't connect</strong></summary>

Verify your wallet is unlocked and set to the Somnia network. Refresh the page and re-try connecting. If using WalletConnect, ensure the connecting app is approved on your mobile wallet.

</details>

<details>

<summary><strong>High gas fees</strong></summary>

Confirm you are connected to the Somnia network.

</details>

#### Need help?

<a href="https://discord.gg/somnia" class="button primary">Somnia Discord</a> <a href="https://discord.gg/megaeth" class="button primary">MegaETH Discord</a>&#x20;

***


---

# 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/getting-started/requirements.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.
