> For the complete documentation index, see [llms.txt](https://omega-6.gitbook.io/omega/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://omega-6.gitbook.io/omega/guides/connect-to-omega.md).

# 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

***
