# Adding network to Metamask

### Configuring Metamask with Krypcore Web3 Endpoints

#### Step 1: Create a Krypcore Web3 Account And Create Endpoints

Log in to the Krypcore Web3 platform or create a new account.

#### Step 2: Open Metamask

After Creating the endpoint, copy the provided RPC URL. Open your Metamask wallet and navigate to the "Add Network" tab.

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

#### Step 3: Add Network Manually

In the "Add Network" tab, click on "Custom RPC" to add a network manually.

<figure><img src="/files/7Y90jd5TseajAqUQf54L" alt=""><figcaption></figcaption></figure>

#### Step 4: Configure Network Details

Fill in the following details:

* **Network Name**: Choose a name for your network.
* **New RPC URL**: Paste the copied RPC URL from Krypcore.
* **Chain ID, Currency Symbol, Block Explorer URLs**: Refer to the specific information for your protocol and network.

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

#### Step 5: Save Configuration

Hit "Save" to save the configured network settings.

You have successfully configured Metamask with Krypcore Web3 Endpoints. Your new network should now be visible in the list of choices in Metamask.


---

# 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.krypcore.com/dev-docs/product-overview/infrastructure/blockchain-endpoints/adding-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.
