> For the complete documentation index, see [llms.txt](https://plastiks.gitbook.io/plastiks-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://plastiks.gitbook.io/plastiks-docs/marketplace/guides/getting-started/configure-metamask-with-binance-smart-chain.md).

# Configure MetaMask with Binance Smart Chain

![](/files/tPD6lu91xFDifH0LdHXq)

To connect your MetaMask wallet to the Plastiks Marketplace you need to connect with ether Binance Smart Chain, or with CELO. In this guide we will explain you how to connect with Binance Smart Chain.

&#x20;

1\.     Open your MetaMask wallet extension <img src="/files/ZM8kk0ika4yeePECT8CU" alt="" data-size="line">

&#x20;

2\.    Open the dropdown menu by clicking on the top right icon and click on **Settings** at the bottom.

![](/files/8FLi6jQctZ9FL0UCtzfG)

3\.    Scroll down and click on **Networks.**&#x20;

&#x20;![](/files/kbGv2Ikk00YL6Ts7t0Vt)

4\.    Click on **Add Network** <img src="/files/yJmwbtu5LDm0gu72H0i5" alt="" data-size="original">

&#x20;

5\.    Fill in the following details:

Network Name: **Smart Chain**

New RPC URL: **<https://bsc-dataseed.binance.org/>**

ChainID: **56**

Symbol: **BNB**

Block Explorer URL: [**https://bscscan.com**](https://bscscan.com/)

&#x20;

6\.    Check the details and if filled in correctly click **Save**

&#x20;

7\.    Go back to the main view of MetaMask wallet

&#x20;

8\.    Check the connected Network at the top right corner, it should now be: **Smart Chain**. If it is not, then change it to Smart Chain.

&#x20; ![](/files/PKkXfXke2lhzj4pGSBOE)

**9.    Proceed to “Add PLASTIK token to Binance Smart Chain”**


---

# 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://plastiks.gitbook.io/plastiks-docs/marketplace/guides/getting-started/configure-metamask-with-binance-smart-chain.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.
