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

# MetaMask

You can add BOB to Metamask through a 3rd party resource like Polygonscan or Coingecko, or add manually through the MetaMask wallet.

## **Polygonscan**

{% hint style="info" %}
Go to BOB token page to get started. <https://polygonscan.com/token/0xB0B195aEFA3650A6908f15CdaC7D92F8a5791B0B>
{% endhint %}

{% @arcade/embed flowId="csJ3ZIsXaGdhaWHmkxCM" url="<https://app.arcade.software/share/csJ3ZIsXaGdhaWHmkxCM>" %}

## CoinGecko

{% hint style="info" %}
Start on the BOB page on CoinGecko at <https://www.coingecko.com/en/coins/bob>
{% endhint %}

{% @arcade/embed flowId="AOoHBuZYW6vTPwdnieM6" url="<https://app.arcade.software/share/AOoHBuZYW6vTPwdnieM6>" %}

## Add Manually to MetaMask

{% hint style="info" %}
BOB contract address on all chains: `0xB0B195aEFA3650A6908f15CdaC7D92F8a5791B0B`
{% endhint %}

{% @arcade/embed flowId="B0hvhOFcFsJ4g210aeow" url="<https://app.arcade.software/share/B0hvhOFcFsJ4g210aeow>" %}

## Add Manually with MetaMask (written instruction)

1. Open Metamask, connect to the Polygon network, go to the Assets tab, and click Import tokens.\
   ![](https://lh3.googleusercontent.com/6uB_H5tGiWDV2kfs_OO7_VMYzqCzOJEfqIYzDDgtUBfiIfDwPxwdtIzO1qhnR9d5rk66JdWGNVh45Vv53Y4pgUui_PQy_W1EsHc1L-ror18K7uXXZBJPPZT3Ube1FAgMDTB9FthlLYB31GU_FD20JuJYN5NUkKiyT_3syqt51-_LvTWdoKiBR_NsdA)
2. Enter the token contract address for BOB: `0xB0B195aEFA3650A6908f15CdaC7D92F8a5791B0B`\
   \
   The name and decimals should populate automatically. Click Add custom token.\ <img src="https://lh6.googleusercontent.com/kJL7LmMjewP6vGkkF1RSzZDi8xT1O8BHwgCrCxKPPMDLjyN2m4fhinUNFON89R9fkZwy1TCw9kRb69ZBXqqY9PpXqhkaXFT1MrSWIH8o4XtaFNbaPL88EiR4FiHw-jNM8dGBTIs7QvowbViU-PfF0FIqfv84bwG3Z_2Ft5yJwQCUaqccfRA_R2Fvjg" alt="" data-size="original"><br>
3. Click Import tokens to confirm.\
   ![](https://lh6.googleusercontent.com/pDE66Eh3IJleYNB2Zp1Y9B-vfBG_Io-Ae7KFGB3BiubkazNH3Up_HoOo_ZIFa7SL15d2HX1St0cOHRlTUl7pyJ3lWjYrf9S8fm3lt_RbAKha_H3KSRMPYuL6MBmWp6xyVAS0IBy_Smopu2cczCAof7FsB5dyhLi0tP71Iv4M3WEVolboMDOrrYMJ-Q) <br>
4. You should now see BOB in your list of assets.\
   ![](https://lh6.googleusercontent.com/hhMhjlKAwjdeNGm4POpJj9d1AgUiGQqm61c5Q7seqPXn9OtYBOfzf-DAb1AVErRiHmR79obXk9aOsxq0IMfwCcjns1ZWQNSB62OvNChwsWsEpf2HIga6B0tdgtjZK5VnHoqfqQXHCcUDfVqt2P7o1MM1D4BaelA4KwJcecLWS41NrY3gKZ1sOtT4zA)<br>


---

# 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://bob-docs.zkbob.com/bob-info/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.
