# Create a BSC wallet

Most wallets provide the BNB Smart Chain (BSC) public chain, you can choose to create a BSC wallet by finding their wallet list.&#x20;

#### Take the Metamask wallet as an example：

1. Click on the ETH network in the upper right corner and select \[Add Network].&#x20;
2. Find the BSC chain wallet and select \[Add].

<figure><img src="/files/2ibtJmnTqBzwQQzUJPTn" alt=""><figcaption></figcaption></figure>

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

#### Note

* Be careful to check the network URL and chain ID (when you use other wallets, there may be unverified networks)&#x20;
* Make sure you are under the BSC network. When the current network is switched, Metamask will automatically synchronize the wallet of the original network to ensure a sense of experience. Therefore, neither the wallet address nor the mnemonic has changed. If you want to completely recreate one, please click on the avatar in the upper right corner and select \[Create Account].&#x20;
* The main currency of the wallet of the BSC network is BNB. When the balance is displayed as 0, the wallet cannot be used and needs to be recharged from other paths (such as exchanges), otherwise the wallet cannot be used.


---

# 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://bitstar-war.gitbook.io/bitstar-war/getting-started/connect-to-bsc-wallet/create-a-bsc-wallet.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.
