# Wallet Configuration

In this guide, you will learn how to use any Ethereum-compatible wallet to send and receive WBTs and interact with the Whitechain.

### **Add Whitechain to Your Wallet Automatically: Method #1**

{% hint style="info" %}
To use this method, it is imperative to possess an active wallet extension embedded within your web browser.
{% endhint %}

To add Whitechain to your wallet automatically, follow these simple steps:

1. Open [<mark style="color:blue;">Explorer</mark>](http://explorer.whitechain.io) or Navigate to the [<mark style="color:blue;">Website</mark>](http://whitechain.io);
2. Click on "Add Whitechain RPC" button in the top right of the Website or bottom right of Explorer:

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

3. Select "Whitechain" and Your Wallet Application:
4. Confirm the Connection;
5. Once the connection is confirmed, it's all done! :thumbsup:

You can check if you connected your wallet successfully using the "Add Whitechain RPC". Your address will be displayed on this button:

<figure><img src="/files/3pycgdJYugqrjtlrwBdB" alt=""><figcaption></figcaption></figure>

However, if this method does not help you connect your wallet successfully, use the manual method described below.

### **Add Whitechain to Your Wallet Automatically: Method #2**

You can simply use the official site with the list of EVM-powered networks [<mark style="color:blue;">Chainlist.org</mark>](https://chainlist.org/)<mark style="color:blue;">:</mark>

1. Open [<mark style="color:blue;">Chainlist.org</mark>](https://chainlist.org/);
2. Write "WhiteBIT" or "WB" in the search bar;
3. Once you see the following results - click "Connect Wallet":

<figure><img src="https://lh7-us.googleusercontent.com/RSwohAtogTuSFUyGTacofCVUfRY5WQbsDkkObdUxKhlhfvt91NdRfH5ezn6ST_aQgliyc-IqFY1pfbu32ZCSzh33TYzOqMQAmP1-Fez5Yenthlfv88KXHmVztEHxcqwSleh0oGTUKgD1D9j2TYZEHQ" alt=""><figcaption></figcaption></figure>

4. You will be redirected to your wallet application, where you must confirm the connection;
5. Once the connection is confirmed, it's all done!

### **Add Whitechain to Your Wallet Manually: Method #3**

To add Whitechain to your wallet manually, follow this instruction:

1. Open your wallet application and find a network configuration (usually placed in the "Settings" section);
2. Find an option "Add Network" or "Add Network Manually";
3. Once you see the form with the following fields, you need to insert the following data into the form:

<div align="center" data-full-width="true"><figure><img src="https://lh7-us.googleusercontent.com/cnvbbA_-1ZIi5nb72tbn1_B9YNsg5pKjg1vTgYUFnPVMfl4YOwrMnX7daJXQiJ97HoLIRJ1c9uHEi7qYonSiWg89MGLBWUhBJEC1WAY1bnJORzrHXiVQpwYbM3ZQ-7gNPU6XH0aIJU1WchnU1-CTyw" alt="" width="375"><figcaption></figcaption></figure></div>

### **Mainnet Configuration:**

* Network Name: **Whitechain**
* New RPC URL:[ <mark style="color:blue;">`https://rpc.whitechain.io`</mark>](https://rpc.whitechain.io)
* Chain ID: **1875**
* Currency Symbol: **WBT**
* Block Explorer URL: [<mark style="color:blue;">`http://explorer.whitechain.io`</mark>](http://explorer.whitechain.io)

If your wallet doesn't recognize Whitechain with this data - try to use hex format for Chain ID: **`Ox753`**&#x66;or the Mainnet.

### **Testnet Configuration:**

* Network name: **Whitechain Testnet**
* New RPC URL: [<mark style="color:blue;">`https://rpc-testnet.whitechain.io`</mark>](https://rpc-testnet.whitechain.io)
* Chain ID: **2625**
* Currency symbol: **WBT**
* Block Explorer URL: [<mark style="color:blue;">`https://testnet.whitechain.io`</mark>](https://testnet.whitechain.io)

If your wallet doesn't recognize Whitechain with this data - try to use hex format for Chain ID: **`Oxa41`**&#x66;or the Testnet.

:tada: All done! Now, you can see WBTs and other tokens in your wallet.


---

# 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.whitechain.io/general/wallet-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.
