# Add B2 token on BNB Chain

Using MetaMask as an example:

1. [Add BNB Chain to Wallet](https://chainlist.org/chain/56) – open the link and connect your MetaMask wallet.

   ![image\_1](https://github.com/user-attachments/assets/37d9ae51-7f5c-4c9f-8798-a216c58f2570)
2. Check the pop-up from your MetaMask wallet and click **"Approve."**

   ![image\_2](https://github.com/user-attachments/assets/0c5cbbca-f066-4181-8267-ac4fa79ac8b7)
3. You’ll notice that the BNB Chain has been added successfully, and your wallet is now connected to it.

   ![image\_3](https://github.com/user-attachments/assets/77bfe0f1-5f79-409e-8ca6-35df9d078b0d)
4. Start adding the B2 token by copying this contract address:**0x783c3f003f172c6Ac5AC700218a357d2D66Ee2a2**
5. Open your MetaMask wallet, make sure you're still connected to the BNB Chain, then click **"Tokens" > "More" > "Import tokens."**

   ![image\_4](https://github.com/user-attachments/assets/2a8aa3ce-fe8f-449a-bc85-e58e880ebe4a)
6. Select **"Custom Token"**, then paste the B2 contract address into the **Token Contract Address** field. The **Token Symbol** and **Token Decimal** will be filled in automatically. Click **"Next."**

![image\_5](https://github.com/user-attachments/assets/264c27ce-efad-4fc7-b7a2-4a8432fdcc86)

8. In the pop-up window titled **"Import Tokens"**, click **"Import."**

   ![image\_6](https://github.com/user-attachments/assets/4290a243-8b9e-47c7-9f5d-51893b76ece9)
9. Congratulations! You have successfully imported the B2 token on the BNB Chain.

   ![image\_7](https://github.com/user-attachments/assets/d81bf55c-b7ac-4dbf-86db-9565d6fd410e)


---

# 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.bsquared.network/for-users/add_b2_bnbchain.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.
