# Connect to Omega

To interact with the Omega blockchain — whether you're deploying contracts, connecting wallets, or querying on-chain data — use the following network details.

***

### ⚙️ Network Configuration

| Parameter             | Value                                                          |
| --------------------- | -------------------------------------------------------------- |
| **Network Name**      | Omega                                                          |
| **Chain ID**          | `1313161768`                                                   |
| **RPC URL**           | `https://0x4e454228.rpc.aurora-cloud.dev`                      |
| **Block Explorer**    | [Omega Explorer](https://0x4e454228.explorer.aurora-cloud.dev) |
| **Currency Symbol**   | Ω (Omega Token)                                                |
| **EVM Compatibility** | ✅ Yes                                                          |

***

### 🧩 How to Add Omega to MetaMask

1. Open MetaMask and click the network dropdown at the top
2. Select **"Add Network"**
3. Enter the following:
   * **Network Name:** Omega
   * **New RPC URL:** `https://0x4e454228.rpc.aurora-cloud.dev`
   * **Chain ID:** `1313161768`
   * **Currency Symbol:** `Ω` (optional)
   * **Block Explorer URL:** `https://0x4e454228.explorer.aurora-cloud.dev`
4. Save and connect — you're now ready to use Omega.

***

### 🛠 Developer Tools

* ✅ Compatible with Hardhat, Foundry, and Remix
* ✅ Use MetaMask, WalletConnect, or any EVM wallet
* ✅ Supports standard JSON-RPC and Web3 APIs

***


---

# 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://omega-6.gitbook.io/omega/guides/connect-to-omega.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.
