> For the complete documentation index, see [llms.txt](https://docs.heartgames.io/heartcoin-whitepaper-v1.0/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.heartgames.io/heartcoin-whitepaper-v1.0/faq/how-to-add-htc-to-metamask-on-the-polygon-matic-network.md).

# How to add HTC to Metamask on the Polygon (MATIC) Network?

If you do not have an **HTC** token in your wallet you can add them manually. Please note, all tokens need to be added through the **Polygon Mainnet.**

Here are 4 steps to add **HTC** to MetaMask on the Polygon (MATIC) Network:

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

1. Go to MetaMask and ensure that you are using the Polygon Mainnet (MATIC)
2. Select "Import Tokens", and search 'HTC'.
3. If you cannot add the token automatically use “Custom Token”:

&#x20; **Token Contract Address:** 0xDdF7A0F6b5b7446aABB79c72235a8fa9b72AB28B

&#x20; **Token Symbol:** HTC(added automatically)

&#x20;  **Decimal of Precision:** 18(added automatically)

Wait a few seconds for the automatic values to fill up or input them manually.

&#x20; 4\.  Press “Add Custom Token”.

Now you can see HTC in your wallet.

You can also add HTC form the swap tab in the in-game coin shop:

![](/files/XbcW5OBJAkRyWy7dinqE)

1. Press on "Add HTC tokens in MetaMask".
2. Approve by pressing "Add Token" in the MetaMask pop-up.

Now you can use your HTC tokens in-game.


---

# 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.heartgames.io/heartcoin-whitepaper-v1.0/faq/how-to-add-htc-to-metamask-on-the-polygon-matic-network.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.
