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

# Connecting to Mainnet

You can connect to Omchain with any wallet that supports custom networks. Metamask is one of those wallets and in this guide we are going to use Metamask to connect to Omchain.

### Steps

First you can install[ Metamask](https://metamask.io/) from its official website. Please be aware of the phishing ads you might see on the search engines. Also make sure you are downloading the official Metamask by checking the amount of downloads the app/extension has.

After creating you wallet, click on the **Ethereum Mainnet** button if you are on the browser\
\
![](https://lh7-us.googleusercontent.com/7DYhyGiKWOZdcIMAQNdjR-O5wcjRA34Tg7nBwaKS7RpKZkvHWMIXyay1VLTujyiu6sYXAweIQUrkubMvz3p8PRlsBh8lBxzpnVjNhlhev05VaGCzs7Kke6RJQl3ATaV9CEuAuBr3noFnMY4_0mg6hzc)

If you are using Metamask on a mobile device, then you can click the Menu icon from top left, then go to **Settings -> Networks -> Add Network**

![](https://lh7-us.googleusercontent.com/yWyAODUWsNglaytxsNrVF1AFqm_ZkHzZapptv6xFOseTZmU8GweKoNQUe0vAJXSEh1O-bs7AqMRZR_tj8A00VLvfq3J1xfZBZrNdcNRA74N0vx9rl_I4g6lnOYnoY-vVqGPzAimA3UuC0ZniOF4Yijw)

<br>

Then you can enter the following information to the window shown;

* **Network Name:** <mark style="color:blue;">**Omchain**</mark>
* **New RPC URL:&#x20;**<mark style="color:blue;">**<https://seed.omchain.io>**</mark>
* **Chain ID:** <mark style="color:blue;">**21816**</mark>
* **Symbol:&#x20;**<mark style="color:blue;">**OMC**</mark>
* **Block Explorer URL:** <mark style="color:blue;">**<https://explorer.omchain.io>**</mark>

![](https://lh7-us.googleusercontent.com/03gFz0SUDSx75FqXWxtWRtdpSJLyrfXsj6E2JdJEmgWWVSymcyaNw0XO2EIP3zp8X7OAPOzmuBohSq5TuzUzU_s-dQjoJYP_4Vr8JPbu67HHB9mjYDauB_lkYlOkI5-wAON84_0qc-A43dx21cXE488)

After filling these fields, you can hit ADD button and go back to the main screen.

![](https://lh7-us.googleusercontent.com/m7e-MaH9PYt7DzNMBedsjrP15gS_lSKMnhB_g5PcR-_95rgMXZ7nrrMuO1-585SQEwVZJTUOvwnlONvKNRuFOTqVy5Fj9ZD2Wzqce3PZscTRH7NizBYZt6SZoThD6IZTS23B1MEcz3X7MG_T35Pq-Rw)

**What's Next?**

If you are seeing your OMC balance at the end (don't worry if it's 0, you can purchase some OMC from the [supporting exchanges](/info/exchanges.md)) and you haven't encountered any errors, you are ready to use Omchain. Because Omchain uses OMC as its base currency, all you need is to get some OMC now.

<br>


---

# 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:

```
GET https://docs.omchain.io/omchain-mainnet/connecting-to-mainnet.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.
