# Metamask Support

Our Layer 1 Mainnet seamlessly supports Metamask! Basic instructions are as follows to add the Phoenix network to your MetaMask.

{% hint style="info" %}
For now, MM support is only available in the Chrome browser.
{% endhint %}

1. **Open the MetaMask wallet in Chrome**

Go to your web browser and open your wallet.

2. **Go to Settings and select Network**

<figure><img src="/files/SCSrg4nD8EdsHxEOS7fs" alt=""><figcaption></figcaption></figure>

Click on your **profile** picture (top right hand corner). Navigate to **Settings** in the pop-up menu. From there select the option saying **Networks**.

3. **Click on Add Network**

<figure><img src="/files/fxruYOLigtMgG86H8uEs" alt=""><figcaption></figcaption></figure>

Once you select Networks, you’ll see all the networks that you have added. On the bottom of that menu, you can see a new button named “Add Network”. You may click on it and proceed with adding a new network.

When you try to add a new MetaMask network, you will need to enter some information. Enter the following:

> **Network Name** — PhoenixMainNet
>
> **New RPC Rule** — <https://dataseed1.phoenix.global/rpc/>, <http://39.104.61.131:6888> or <https://dataseed2.phoenix.global/rpc>
>
> **Chain ID** — 908
>
> **Currency Symbol** — PHC

<figure><img src="/files/E3dYV6yfRcqy6tbP7HV9" alt=""><figcaption></figcaption></figure>

4. **Click on Save**

Click save, and you should see your newly added Phoenix Mainnet under the network selection.


---

# 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://mainnet-doc.phoenix.global/guides/metamask-support.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.
