> For the complete documentation index, see [llms.txt](https://nifty-nanas.gitbook.io/nifty-nanas/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nifty-nanas.gitbook.io/nifty-nanas/guides/how-to-add-cronos-network-to-metamask.md).

# How to add Cronos network to Metamask

{% hint style="info" %}
**Good to know:** In order to get started on Cronos, you will first need a wallet to store funds as well as interact with any protocol on the network. Our mint only supports Metamask.
{% endhint %}

## Adding Cronos network to Metamask

First, we need to get some information. This includes Cronos' RPC URL, Chain ID, and Block Explorer.

**Step 1:** Open Metamask, click on Ethereum Mainnet, and select “Add Network”

<img src="/files/mq4oCam1EHXEauzqHmp7" alt="" data-size="original">

**Step 2:** Fill the fields up accordingly. The details can be found below.

**Network Name:** Cronos\
**Chain ID:** 25\
**Block Explorer URL:** <https://cronos.crypto.org/explorer>\
**New RPC URL:** <https://evm-cronos.crypto.org/>\
**Currency Symbol:** CRO

**Step 3:** The network has been added to your Metamask. You may now use the Cronos network!![](/files/zXG019K0pekNigdJox1F)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://nifty-nanas.gitbook.io/nifty-nanas/guides/how-to-add-cronos-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.
