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

# MetaMask

This visual guide will walk you through connecting to Polymarket with MetaMask.&#x20;

## Visual Guide

1\) Go to [Polymarket.com](https://polymarket.com/), click `Sign Up`, and select the MetaMask option

![](/files/Vp2P9TsSMQmkq3HBVEoo)

2\) Sign the transaction

![](/files/uMgsEOba4WtmCLGspGl8)

3\) Generate your proxy wallet. Proxy wallets allow you to make transactions without owning $MATIC and approving every market, saving you time and money. [Learn more](/faq/connecting-to-polymarket.md#what-is-a-proxy-wallet)

![](/files/ErXQPG5Dbqp2xwk2IJVp)

4\) Sign the transaction to activate your proxy wallet&#x20;

![](/files/10OZ2hshBoa9J1H2Z3VD)

5\) Send USDC to your proxy wallet from either the Ethereum or Polygon blockchain.

* [Ethereum tutorial](/getting-started/depositing-usdc/from-a-wallet/metamask-deposits.md)
* [Polygon tutorial](/getting-started/depositing-usdc/from-an-exchange.md)

## Related Articles

* [What is a proxy wallet? ](/faq/connecting-to-polymarket.md#what-is-a-proxy-wallet)


---

# 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://legacy-docs.polymarket.com/getting-started/connecting/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.
