# (Testnet) Add tHEMI to MetaMask

{% hint style="info" %}
📜 **TL;DR:**

* **tHEMI** is the governance token for the Hemi Network's testnet phase.
* tHEMI tokens are used for **payouts to PoP miners** as a means of acknowledging their contribution to the network's security and functionality. In the future, these incentives will expand to individuals running Sequencers, Publishers, and Challengers.
* View your tHEMI balance and transactions directly in MetaMask.
* The tHEMI token contract address is `0x4200000000000000000000000000000000000042.`
  {% endhint %}

***

## 🌐Overview

tHEMI is the testnet governance token for the Hemi Network. Initially, tHEMI tokens are used for payouts to PoP miners to acknowledge their contribution to the network's security and functionality.

Looking ahead, **tHEMI will play a broader role in rewarding other network participants**, including Sequencers, Publishers, and Challengers, who contribute to the network's resilience and growth. tHEMI is set to become the preferred gas token on the network, offering fee discounts and enhancing user transaction efficiency.

***

## 📚 Tutorial

## Video

{% embed url="<https://vimeo.com/1030116566?share=copy>" %}

### 1. Open MetaMask

![](/files/Fatbdj3i2aMeaaXbN4pB)

***

### 2. Access Token Selection

* Navigate to `Tokens`
* `Import Tokens`

<img src="/files/L4QZ0oOanRrpJAS86MCR" alt="" width="357">

***

### 3. **Enter the Contract Address**

* Type in the tHEMI token contract address `0x4200000000000000000000000000000000000042` into the `Token Contract Address` field.

<figure><img src="/files/2aAFyp4vImTxWjhpwaVH" alt="" width="352"><figcaption></figcaption></figure>

* If the address is recognized, MetaMask will automatically populate the `Token Symbol` and `Decimals of Precision` fields.

***

### 4. Import

* Confirm the accuracy of the provided information, click on `Add Custom Token`, and then select `Import Tokens`.

Your tHEMI tokens should now be visible in your MetaMask wallet. You can view your balance and conduct transactions directly within the wallet interface.


---

# Agent Instructions: 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:

```
GET https://docs.hemi.xyz/how-to-tutorials/using-hemi/pop-mining/setup-part-1/add-themi-to-metamask.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
