> For the complete documentation index, see [llms.txt](https://info-en.stem-ru.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://info-en.stem-ru.com/how-to-add-a-token-to-metamask.md).

# How to add a token to  MetaMask

If you don't have a MetaMask wallet yet , you can install it through the official website [metamask.io](https://metamask.io/)

Next, after opening it, you need to add the BSC network (BEP-20) to the wallet. You can read how to do this in the article:

{% embed url="<https://docs.binance.org/smart-chain/wallet/metamask.html#connect-your-metamask-with-binance-smart-chain>" %}

After you have added the BSC network (BEP-20), open your wallet, scroll down. You will see the "Import tokens" button

![](/files/n7lXw1WlGvjPJmDxgniD)

Next, you will need to add its number in the "Token contract address" field: **0x26734add0650719ea29087fe5cc0aab81b4f237d**

![](/files/myRw2RHDQOPBJMp0SH0U)

After you have inserted the contract address, the token symbol will appear automatically. Click **"Add Custom Token"** and then **"Import Tokens"**, after which the token will appear in your wallet.

![](/files/pOTESlNIpxUbUnO1Zt4u)

Now you can copy the wallet address and specify it as a recipient on the website stemx.me when creating a withdrawal request.

![](/files/oMjlhxo4ZeLlPMHJwvRk)


---

# 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://info-en.stem-ru.com/how-to-add-a-token-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.
