# Rabby Configuration

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

Cronos zkEVM is supported by default, no configuration is needed.

## Create a Rabby wallet

You need to:

* Download the [Rabby](https://rabby.io) browser extension for desktop.
* 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 Rabby to Cronos zkEVM mainnet network&#x20;

Rabby Wallet has integrated Cronos zkEVM Mainnet. Once the wallet is connected, you will be able to view the balance of your address on mainnet, for example:

<figure><img src="/files/mdHKHWrGf7Y8uCAx89Tq" alt="" width="375"><figcaption></figcaption></figure>

***

## Connect Rabby to Cronos zkEVM Sepolia testnet&#x20;

For connecting your Rabby wallet to the Cronos zkEVM Sepolia testnet:

Open the Rabby extension and click on the "More" icon:

<figure><img src="/files/hr3FtmaojaX1JStjk5Co" alt="" width="375"><figcaption></figcaption></figure>

Select "Add custom network":

<figure><img src="/files/8rOusQGZdyZIaTPwEm2J" alt="" width="375"><figcaption></figcaption></figure>

After clicking "Add custom network" once more you should see a window similar to this:

<figure><img src="/files/cwavaDwbGMMCA9ngRVgT" alt="" width="375"><figcaption></figcaption></figure>

Here you can enter the details of Cronos zkEVM testnet:

{% tabs %}
{% 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 %}

Subsequently, to connect to the network, you will need to click on the "Network" icon in the Rabby main window:

<figure><img src="/files/SXQFq3x1RPnfZUJO857S" alt="" width="375"><figcaption></figcaption></figure>

Here, you can select Cronos zkEVM Sepolia testnet under Custom networks:

<figure><img src="/files/Mdq2tVTBrSDEPNZECMC9" alt="" width="375"><figcaption></figcaption></figure>

To see your zktCRO test tokenbalance, click on the arrow next to network, then "Custom network" and you should see your zkCRO balance:

<figure><img src="/files/H3slvnEXjGTLCFNkkBFM" alt="" width="375"><figcaption></figcaption></figure>

<figure><img src="/files/ZcSLwNgB3nZMIiErO8e0" alt="" width="375"><figcaption></figcaption></figure>

## Connect Rabby 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.

The procedure is similar to above.

You need to find a RPC URL either from a commercial provider, or from one of the active links listed on this page: <https://chainlist.org/chain/11155111>

For example:

{% tabs %}
{% tab title="Testnet" %}
\
**Name:** Ethereum Sepolia

**RPC URL:**  [**https://sepolia.gateway.tenderly.co**](<https://sepolia.gateway.tenderly.co	>)

**Chain ID:** 11155111

**Symbol:** SepoliaETH

**Block explorer URL:** [**https://sepolia.etherscan.io**](https://sepolia.etherscan.io)
{% endtab %}
{% endtabs %}

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


---

# 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/rabby-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.
