> For the complete documentation index, see [llms.txt](https://docs.cronaswap.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cronaswap.org/guides/how-to-transfer-funds/setup-cronos-chain-on-metamask.md).

# Setup Cronos Chain on Metamask

If you are using the Metamask wallet, you will need to add the Cronos chain manually to interact with the dApps on Cronos. You can use this guide for the mobile or Chrome extension version of Metamask.

Step 1: At the top of the wallet UI, click on the drop-down list for the list of networks.

![](/files/ivKgxqiMLBwz26RK9xsS)

Step 2: Scroll to the bottom of the list and select “Custom RPC”. This is where you will need to manually add the network settings.

![](/files/yU6iTheE0mzy5L3JKNtV)

Step 3: Enter the following details in the fields provided and click “save”.

![](/files/4hjZdrHfiQax0PuZrZsy)

Network Name: Cronos

New RPC URL: [https://evm-cronos.crypto.org](https://evm-cronos.crypto.org/)

ChainID: 25

Symbol: CRO

Block Explorer URL: <https://cronos.crypto.org/explorer/>

Step 4: You have successfully added the Cronos chain! You can now receive and send CRO on your Metamask wallet.

Step 5: Next, you may head to <https://app.cronaswap.org/> and click on “Connect Wallet”.

![](/files/22ClX4IaEB8onXW2DBcx)

Step 6: Select Metamask and login.

![](/files/LiR6szJPbvgYi4kd61Eu)

Step 7: You are now connected! Feel free to start using the features on CronaSwap such as Swap, Farm and Launch Pools.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.cronaswap.org/guides/how-to-transfer-funds/setup-cronos-chain-on-metamask.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
