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

# Adding $FROTH To Metamask

$FROTH is an ERC20 token deployed on the Polygon Network. You can view your balance and transfer tokens directly inside Metamask

1. Sign in to metamask and on the
2. Ensure you are on the Polygon network
3. Click Tokens

<div align="left"><figure><img src="/files/93HHJvp0OzilSyr8ttEn" alt="" width="350"><figcaption></figcaption></figure></div>

4. Copy and paste the $FROTH address in to the requested address field. 0x1E796DEBcB656bd71f2f2311443A52EC8c98229F
5. If the address is entered correctly, the rest of the fields will auto fill
6. Click next. You now are able to view and transfer your $FROTH balance as you wish

&#x20;![](/files/WKr0idqXip0M4Df53TQr)

*Note: You can also view your $FROTH balance from directly inside the Muzzle Run app once signed in under the Funds tab.*


---

# 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://guide.muzzle.run/muzzle-run-docs/getting-started/usdfroth/adding-usdfroth-to-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.
