# MetaMask Configuration

In this guide, you will learn how to configure the [MetaMask](https://metamask.io) extension on Google Chrome to send and receive tokens, and interact with the Cronos zkEVM network.

The configuration process is similar if you are using the MetaMask mobile app.

## Create a MetaMask wallet

You need to:

* Download the [MetaMask](https://metamask.io) browser extension for desktop, or mobile app.
* And then either create a new wallet (in this case, the seed phrase will be generated by the wallet), or import an existing wallet (using the seed phrase or private key).

## Connect MetaMask to Cronos zkEVM Sepolia testnet

Let's connect your MetaMask wallet to the Cronos zkEVM network.

Click the **"My Account"** button in the top right corner. Then select **"Networks"** in the settings menu.

<figure><img src="https://lh7-us.googleusercontent.com/AP2hlRUSGixclZznFh5AEI7ZIh95EGUNuYKZnk2RTZWfDViLFktpDYLeuYYf_PUWf611GOFvOiPqxA1vZOH-ggbpSrWkSoiYnKWKiyVig7OZxu-4BLm_-T54YiAUUXT3VVBgLm66zbLWaitQXVufKNE" alt="" width="375"><figcaption></figcaption></figure>

Click **"Add Network" and fill in the network details:**

<figure><img src="/files/LfdLIpg3CgGdSgcCsIb5" alt="" width="360"><figcaption></figcaption></figure>

{% tabs %}
{% tab title="Mainnet " %}
**Name:** Cronos zkEVM Mainnet

**New RPC URL:  `https://mainnet.zkevm.cronos.org/`**

**Chain ID: 388**

**Symbol: zkCRO**

**Block explorer URL:** [**https://explorer.zkevm.cronos.org/**](https://explorer.zkevm.cronos.org/)
{% endtab %}

{% tab title="Testnet" %}
**Name:** Cronos zkEVM Sepolia Testnet

**New RPC URL:**  `https://testnet.zkevm.cronos.org/`

**Chain ID: 240**

**Symbol: zkTCRO**

**Block explorer URL:** [**https://explorer.zkevm.cronos.org/testnet/**](https://explorer.zkevm.cronos.org/testnet/)
{% endtab %}
{% endtabs %}

After saving the network configuration, we should be able to see your token balance.&#x20;

## Connect MetaMask to Ethereum Sepolia testnet

If you need to execute cross-chain transactions between Cronos zkEVM testnet and Ethereum testnet, you definitely need to configure the Ethereum Sepolia testnet too.

Open MetaMask and click on the network icon:

<figure><img src="/files/ASK0wxxKrUSVlg3bJ4rf" alt="" width="351"><figcaption><p>MetaMask home screen</p></figcaption></figure>

Then, simply toggle "Show test networks" and click on Sepolia to activate the Ethereum Sepolia testnet network:

<figure><img src="/files/VxS5i7I8LyCcAudOusfX" alt="" width="350"><figcaption></figcaption></figure>


---

# 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-zkevm.cronos.org/for-users/crypto-wallets/metamask-configuration.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.
