> For the complete documentation index, see [llms.txt](https://docs.cronos.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cronos.com/for-users/brave-wallet.md).

# Brave Wallet

In this guide, you will learn how to use the Brave Wallet on Brave to interact with the Cronos network.

## Add Cronos to the Brave Wallet

Let's connect your Brave Wallet to the Cronos network:

* **Step 1**\
  On the top right side of the Brave browser, click the <img src="/files/I9BADZCJmxpxcyCFIvBW" alt="" data-size="line"> (Wallet) icon.\
  If you don’t see it? Click **Update** in the toolbar for the latest version of Brave.
* **Step 2**\
  Now follow the wizard to either **create a new wallet** or **import an existing wallet.** Once you have your wallet ready, click the **three dots** in the upper right corner of your wallet view and go to "**settings".**\
  ![](/files/CWCf1kYim9U9EPf4tJVM)![](/files/HiXn2DRNCBfJpCuSVfTr)
* **Step 3**\
  In the settings page, under the"**Wallet"** ta&#x62;**,** click **"Networks".** Alternatively, you can visit `brave://settings/wallet/networks` in the browser URL.

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

* **Step 4**\
  Now in the list of networks, click "**Add**" in the top right corner to add a Cronos network.

<figure><img src="/files/F4Th25z47tyYj8QU9Ssp" alt="" width="333"><figcaption></figcaption></figure>

* **Step 5**\
  A new window to add config for a new network will pop up.\
  Under "**Search network**", select "**25 Cronos Network"** from the drop-down menu for Cronos Mainnet or "**338 Testnet"** for Testnet.\
  Now, most fields should be pre-populated, as shown below:

<figure><img src="/files/pY52wMabALnGdWIbcxHQ" alt=""><figcaption></figcaption></figure>

* In order to display the Cronos logo, set the "**Icon URLs**" field to:

```
https://cronos.org/favicon.png 
```

and click **"Submit".**

* **Step 6**\
  Congratulations, we should now be able to see the Cronos network in the wallet view.

<figure><img src="/files/WUJXFvnsLT0A6thfC69u" alt="" width="563"><figcaption></figcaption></figure>


---

# 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.cronos.com/for-users/brave-wallet.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.
