> For the complete documentation index, see [llms.txt](https://docs.affyn.com/en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.affyn.com/en/getting-started/create-affyn-account/bind-your-wallet.md).

# Bind Your Wallet

{% hint style="warning" %}
Mobile device users are required to use the MetaMask in-app browser in order to connect to their wallet. MetaMask will not work with other browsers such as Chrome or Safari on a mobile device.

[Guide to using the MetaMask in-app browser](https://docs.affyn.com/en/all-about-usdfyn/setup-metamask/guide-to-using-the-metamask-in-app-browser-on-mobile)
{% endhint %}

{% hint style="info" %}
Actual UI may differ due to updates.
{% endhint %}

**Step 1:** Open the **MetaMask** app on your phone. For desktop users, skip to Step 3. Check that you are connected to `Polygon Mainnet`. On the top left, select the `Menu` icon

![](/files/wcR862xVmn1wN58Sgl2p)

**Step 2:** Select `Browser`

![](/files/VkUiN35TEIdXqTY5CAQp)

**Step 3:** Go to the [Affyn marketplace](https://marketplace.affyn.com/) and login to your Affyn account

![](/files/LMH0Ag2zkUHgtmbVL13e)

**Step 4:** Click on the profile icon at the top right corner and select `Bind Wallet`

![](/files/4hqOi9CUvgXNBFUT749T)

**Step 5:** Click on `Connect MetaMask wallet`

![](/files/diIlSNNOVnRtrO8nyi6Y)

**Step 6:** You will receive 2 prompts from MetaMask. Select `Next`

![](/files/TWY3oLQyvToMmH0PoRRQ)

**Step 7:** Select `Connect`

![](/files/MsDjBMf5BiON1Nb3XlQX)

**Step 8:** Your wallet is now connected. Select `Bind Wallet`

![](/files/fUCecn79scKex4SlCd6y)

**Step 9:** Read the Important Notice. Select `I agree`

![](/files/Dvi5Ra6EnwEXO1NvAOkN)

**Step 10:** Congratulations! You have successfully bound your MetaMask wallet to your Affyn account

<figure><img src="/files/NSoWprSkw7XSunh1YGJU" alt=""><figcaption></figcaption></figure>


---

# 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://docs.affyn.com/en/getting-started/create-affyn-account/bind-your-wallet.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.
