# Add Lumia Network to MetaMask

To add the Lumia Network to your MetaMask wallet, follow these steps:

1. **Open MetaMask Extension**: Ensure you are logged into your MetaMask wallet.
2. **Network Dropdown**:
   * Click on the network dropdown located at the top centre of the MetaMask interface.
3. **Add Network**:
   * Click on "Add Network" at the bottom of the dropdown.
4. **Network Details (Prism - Mainnet)**:
   * Fill in the following details in the provided form:
     * **Network Name**: `Lumia Prism`
     * **New RPC URL**: [`https://mainnet-rpc.lumia.org/`](https://mainnet-rpc.lumia.org/)
     * **Chain ID**: `994873017`&#x20;
     * **Currency Symbol**: `LUMIA`
     * **Block Explorer URL**: [`https://explorer.lumia.org/`](https://testnet-explorer.lumia.org/)
5. **Network Details (Testnet)**:
   * Fill in the following details in the provided form:
     * **Network Name**: `Lumia Beam Testnet`
     * **New RPC URL**: [`https://beam-rpc.lumia.org/`](https://beam-rpc.lumia.org/)
     * **Chain ID**: `2030232745`&#x20;
     * **Currency Symbol**: `LUMIA`
     * **Block Explorer URL**: [`https://beam-explorer.lumia.org/`](https://beam-explorer.lumia.org/)
6. **Save**: Click on the "Save" button to add the Lumia Network to your MetaMask wallet.

The **Lumia (Prism or Testnet)**  should now be available in your MetaMask network options!


---

# 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.lumia.org/build/build-environment/add-lumia-network-to-metamask.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.
