> For the complete documentation index, see [llms.txt](https://blocks-1.gitbook.io/blocks/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://blocks-1.gitbook.io/blocks/faq/how-do-i-setup-metamask-with-blocks.md).

# How do I Setup MetaMask with BLOCKS?

Please go to <https://metamask.io/> and download the MetaMask browser extension. Once you've downloaded the wallet, click "Add Token". Next, Click on "Custom Token". Paste the below contract address into the field that says "Token Contract Address". 0x8a6d4c8735371ebaf8874fbd518b56edd66024eb Click 'Next' and BLOCKS has been added to your wallet.

Please see [here](/blocks/wallet/contract-address.md) for more 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://blocks-1.gitbook.io/blocks/faq/how-do-i-setup-metamask-with-blocks.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.
