> 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/all-about-usdfyn/setup-metamask/guide-to-using-the-metamask-in-app-browser-on-mobile.md).

# Guide to Using the MetaMask In-app Browser on Mobile

Mobile device users are required to use the MetaMask in-app browser in order to connect to their wallet to the [Affyn marketplace](https://marketplace.affyn.com/) website. MetaMask **will not work** with other browsers such as Chrome or Safari on a mobile device.

## How to use the MetaMask In-app Browser

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

**Step 1:** Open the MetaMask mobile application. If you do not have a MetaMask account, you can refer to [this guide](https://docs.affyn.com/en/all-about-usdfyn/setup-metamask/how-to-create-a-metamask-wallet) to create one.

<figure><img src="/files/mACca4YEywUyMNJLUr7v" alt=""><figcaption><p>MetaMask</p></figcaption></figure>

**Step 2:** Check that you are connected to the **Polygon Mainnet**. If you need help to set up Polygon Mainnet, you can refer to [this guide](https://docs.affyn.com/en/all-about-usdfyn/setup-metamask/how-to-set-up-polygon-network-on-metamask).

![](/files/R5tMZeToL97BviE15saO)

**Step 3:** Select the `Browser` icon

<div align="left"><figure><img src="/files/NFFAOXAtzca9DqYGXkZF" alt="" width="300"><figcaption></figcaption></figure></div>

**Step 4:** Select `Search or Type URL`

![](/files/m07PWEoRWidxfZiFPalR)

**Step 5:** Enter <https://marketplace.affyn.com/> and search

![](/files/Z13tdtlgbttNy9o9xxCS)

**Step 6:** Congratulations! You have successfully arrived at the Affyn Marketplace using your mobile MetaMask in-app browser.

![](/files/caBxSuToQXdDIeWwBf4t)


---

# 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/all-about-usdfyn/setup-metamask/guide-to-using-the-metamask-in-app-browser-on-mobile.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.
