# Add LAYERK Chain on Metamask

You'll need MetaMask installed and set up first. If not, follow the MetaMask setup steps in the previous section.

**Step-by-Step Instructions**

**Step 1: Open MetaMask**

* Click the MetaMask icon in your browser toolbar
* Unlock your wallet with your password (if prompted)

**Step 2: Open Network Settings**

* In MetaMask, click the network dropdown at the top center (it might say "Ethereum Mainnet" by default)
* Select "Add network" or click "Add network manually" at the bottom

**Step 3: Enter LayerK Chain Details**

Use the information provided below to configure the LayerK network.

| Field              | Value                            |
| ------------------ | -------------------------------- |
| Network Name       | LayerK Mainnet                   |
| New RPC URL        | <https://mainnet-rpc.layerk.com> |
| Chain ID           | 529375                           |
| Currency Symbol    | LYK                              |
| Block Explorer URL | <https://explorer.layerk.com>    |

What these fields mean:

* **Network Name** – A custom name for your network
* **RPC URL** – The endpoint MetaMask uses to connect to LayerK
* **Chain ID** – Unique ID for LayerK (avoids conflict with other chains)
* **Currency Symbol** – Native token symbol (for LayerK, it's LYK)
* **Block Explorer** – Lets you view on-chain activity and transactions

**Step 4: Save the Network**

* Click "Save"
* MetaMask will automatically switch to LayerK Mainnet
* You can now use the LayerK network in MetaMask and interact with apps like Homnifi or the LayerK DAO

**Troubleshooting Tips**

* If the RPC URL isn't working, check for typos or visit layerk.com for updated endpoints
* If you see an error saying "Chain ID already exists," you may have added it already; just switch to it
* If transactions don't go through, make sure you have enough LYK tokens for gas fees


---

# 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.layerk.com/faq/add-layerk-chain-on-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.
