# Set up a crypto wallet and connect it to Layer 1 and Layer 2

In order to use Cronos zkEVM, you need to have a self-custodial crypto wallet connected to Cronos zkEVM's testnet network.

## Create a crypto wallet

If you do not already have a self-custodial crypto wallet that uses Rabby or MetaMask, you will need to create one. Here are the links to their respective websites where you can download the app or browser extension:

* [Rabby](https://rabby.io) (browser extension for desktop)
* [MetaMask](https://metamask.io) (either the mobile app or the browser extension for desktop).

You can 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 of an existing wallet).

## Connect your crypto wallet

In order to complete all the quests, you will need to connect your crypto wallet to:

* Cronos zkEVM testnet network (Layer 2),
* and also, Ethereum Sepolia testnet (Layer 1)

Follow these links on how to connect your crypto wallet to the Cronos zkEVM testnet network:

* For Rabby:
  * [rabby-configuration](https://docs-zkevm.cronos.org/for-users/crypto-wallets/rabby-configuration "mention")
* For MetaMask:
  * [metamask-configuration](https://docs-zkevm.cronos.org/for-users/crypto-wallets/metamask-configuration "mention")


---

# 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/cronos-zkevm-testnet-tutorials/set-up-a-crypto-wallet-and-connect-it-to-layer-1-and-layer-2.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.
