> For the complete documentation index, see [llms.txt](https://docs.gamecredits.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gamecredits.org/general/adding-game-to-metamask.md).

# Adding GAME to MetaMask

**Adding GAME to MetaMask On Ethereum Mainnet (Layer 1)**

**Step 1: Click Add Token**

Go to your MetaMask extension in your browser and click “Add Token.”

![](/files/-MX9-gP7PJJx8N_lieWV)

**Step 2: Search For The GAME Token**

Search for “GAME Credits” in the search bar and select it, click Next, then click Add Tokens.

![](/files/-MX9-gP8wCRTnof9lmMg)

* GAME will now be listed as a visible token in MetaMask

![](/files/-MX9-gP99mgyFO7XCj3d)

**Adding GAME to MetaMask On The Matic Blockchain (Layer 2)**

**Requirements:**

1. Metamask wallet
2. Matic mainnet RPC configured in MetaMask (see setup article [here](https://docs.gamecredits.org/general/adding-polygon-matic-network-to-metamask))

**Step 1: Select Matic Network And Click Add Token**

* Go to your MetaMask extension, select the Matic network in the network dropdown at the top of MetaMask, and click ‘Add Token’

![](/files/-MX9-gPA3MxEinsgFTCn)

**Step 2: Add A Custom Token**

* Click “Custom Token” then paste the GAME-MATIC contract address “0x8d1566569d5b695d44a9a234540f68D393cDC40D” into the “Token Contract Address” field. The remaining fields will auto populate.

![](/files/-MX9-gPBpsEuvpcwVTWv)

* Click “Next” then “Add Tokens”

![](/files/-MX9-gPCzn_EaP4rmNL3)

* GAME will now be visible in MetaMask on the Matic Network.
  * It is important to note that the tokens that are visible for you are dependent on the network you have selected in the network dropdown. The GAME contract for the sidechain will **not** have the GAME logo. The GAME contract for ethereum mainnet will have the GAME logo.

![](/files/-MX9-gPD4XNqhSpbTFwN)


---

# 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://docs.gamecredits.org/general/adding-game-to-metamask.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.
