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

# MSDC METASTAKE CHAIN

## WATCH THIS VIDEO ON HOW TO CREATE MSDC WALLET ON

METAMASK OR TRUST WALLET

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

## Connecting MetaMask to METASTAKECHAIN

### Installing and setting up MetaMask <a href="#installing-and-setting-up-metamask" id="installing-and-setting-up-metamask"></a>

MetaMask can be downloaded on Chrome and Firefox, or on iOS and Android if you’re a mobile user. For the purposes of this tutorial, we’ll use the Firefox version, but the instructions will be more or less the same for every platform.

Firstly, you’ll want to head over to the MetaMask [Download page](https://metamask.io/download.html). From there, select whichever platform you’re using, and follow the steps to install it on your device. Easy!

Next, follow along with the setup specified by the app. Go ahead and click Create a Wallet. Write down the backup [seed phrase](https://academy.binance.com/en/glossary/seed-phrase) somewhere secret (preferably not on an Internet-connected device). Without this phrase, your funds can’t be recovered if your device is damaged or lost. Confirm that you’ve written them down on the next page.

And that’s it! You should now see your wallet, ready to send and receive funds.

<br>

![The freshly-initialized MetaMask wallet.](https://image.binance.vision/editor-uploads/a32d9dafa7f746b881f38e0486144227.png)

*The freshly-initialized MetaMask wallet.*

<br>

### Configuring the wallet <a href="#configuring-the-wallet" id="configuring-the-wallet"></a>

You might notice straight away that we’re still dealing with an [Ethereum](https://academy.binance.com/en/articles/what-is-ethereum) wallet. At best, this won’t work with METASTAKE Chain DApps. At worst, **you could lose funds by sending them to addresses you can’t actually use**.

Let’s change that. We want to access the **Settings** to point the wallet towards METASTAKE Chain nodes.

<br>

![Select Settings from the dropdown menu.](https://image.binance.vision/editor-uploads/47eadf5a6e684e199f8b178dd8c0dc89.png)

*Select Settings from the dropdown menu.*

<br>

On the Settings page, we want to locate the Networks menu.

<br>

![The Networks menu.](https://image.binance.vision/editor-uploads/13dfcf5d5d8d4427b7e657bbbdb575c4.png)

*The Networks menu.*

<br>

We want to click **Add Network** in the top-right corner to **manually add the METASTAKE Chain** one – it doesn’t come packaged with MetaMask. It’s important to note that there are two networks we can use here: the testnet or the mainnet. Below are the parameters to fill in for each.

#### Mainnet (This is the one you are probably looking for) <a href="#mainnet-this-is-the-one-you-are-probably-looking-for" id="mainnet-this-is-the-one-you-are-probably-looking-for"></a>

**Network Name:** METASTAKE CHAIN

**New RPC URL:** <https://mainnet-rpc.metastakescan.com>

**ChainID:** 29767

**Symbol:** MSDC

**Block Explorer URL:** <https://metastakescan.com>

#### YOU CAN FOLLOW THIS IMAGE BELOW TO START YOUR MSDC METAMASK WALLET: <a href="#undefined" id="undefined"></a>

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

#### &#x20;<a href="#undefined" id="undefined"></a>

#### &#x20;<a href="#undefined" id="undefined"></a>

#### &#x20;FOR TEST NET: <a href="#undefined" id="undefined"></a>

#### Testnet <a href="#testnet" id="testnet"></a>

**Network Name:** METASTAKE CHAIN - Testnet

**New RPC URL:** <https://testnet-rpc.metastakescan.com>

**ChainID:** 43676

**Symbol:** MSDC

**Block Explorer URL:** <https://testnet-explorer.metastakescan.com>

<br>

Once you **Save** the Network and return to the main view, you’ll notice two things: the network has automatically been set to the one you just entered, and the units are no longer denominated in ETH, but in MSDC.

<br>

<br>

<details>

<summary>2% BURNING for BUY/SELL In Pancakeswap</summary>

</details>


---

# 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://metastake.gitbook.io/metastake/metastake-chain-connect/msdc-metastake-chain.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.
