# Add Bean to MetaMask

If you have Beans in your wallet but they do not appear under “Assets” in MetaMask, you can add the Bean ERC-20 token contract as a [custom token](https://metamask.zendesk.com/hc/en-us/articles/360015489031-How-to-add-unlisted-tokens-custom-tokens-in-MetaMask) so that MetaMask will recognize your Bean holdings. Note that MetaMask will only show your [Circulating Beans](/almanac/protocol/asset-states.md)—your balances within Beanstalk can be seen on the [Balances](https://app.bean.money/#/balances) page.

1. At the bottom of the “Assets” tab in MetaMask, select “import tokens”.
2. Select the “Custom Token” tab.
3. Under “Token Contract Address”, enter “0xBEA0005B8599265D41256905A9B3073D397812E4”. “Token Symbol” will automatically be filled with “BEAN”.
4. Select “Add Custom Token”.
5. Select “Import Tokens”.


---

# Agent Instructions: 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://docs.bean.money/almanac/guides/getting-started/add-bean-to-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.
