> For the complete documentation index, see [llms.txt](https://dfsocial.gitbook.io/dfsocial-gaming/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dfsocial.gitbook.io/dfsocial-gaming/get-started/metamask.md).

# Set up MetaMask

{% hint style="success" %}
You will need:

* A **Metamask account** to buy, sell, transfer and store your tokens. You can create it [here](https://metamask.io/).
* Add the BNB Chain network to Metamask.&#x20;
* Add our [$DFSG](https://bscscan.com/token/0x612C49b95c9121107BE3A2FE1fcF1eFC1C4730AD) token

Learn how to do this with our **YouTube tutorial** or find the instructions at the **end** 👇
{% endhint %}

{% embed url="<https://youtu.be/bmYhtpmKzDM>" %}

## Guide to set up your Metamask

* Enter [metamask.io](https://dfsocial.gitbook.io/dfsocial-gaming/get-started/www.metamask.io) and follow the instructions to create your Wallet.
* Click on *"Ethereum Mainnet"* and scroll down to *"Custom RPC" .*
* Enter the information exactly as shown in the picture and text below.&#x20;
* The last step requires to switch to the correct network, click "Binance Smart Chain".

{% hint style="info" %}
**Network Name:** Binance Smart Chain

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

**Chain ID:** 56

**Currency Symbol:** BNB

**Block Explorer URL** (optional)**:** <https://bscscan.com>
{% endhint %}

![](/files/163bpcKtfEWjCfurKxOQ)

## Add $DFSG Token to Metamask

### 1) Automatically

Go to [*BscScan page*](https://bscscan.com/token/0x612C49b95c9121107BE3A2FE1fcF1eFC1C4730AD) > click the button with 3 dots > click on *"Add Token to Web3 Wallet".* Check out the picture below.&#x20;

![](/files/dVa7bp7NUvUIW3YBK7kL)

### 2) Manually

Open your Metamask wallet > Scroll all the way down > click on "*Import tokens*" and enter the following data, and when done click on "Add Custom Token":

* **Token Address**: 0x612C49b95c9121107BE3A2FE1fcF1eFC1C4730AD
* **Token Symbol**: DFSG
* **Decimals**: 18&#x20;

&#x20;

![](/files/V7rA3hC6pgBERCAHPPh6)


---

# 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:

```
GET https://dfsocial.gitbook.io/dfsocial-gaming/get-started/metamask.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.
