Hemi
DiscordGithub
  • 🏠Main
    • Welcome to the Hemi Docs
    • Getting Started
      • Developer Quickstart
      • Enthusiast Quickstart
      • Miner Quickstart
    • Network Details
  • ⛰️Foundational Topics
    • The Architecture
      • Consensus and Security Protocols
      • Ethereum Rollups
        • Pros & Cons
        • Decentralized Rollups
      • Sequencer Consensus
        • Proof-of-Stake (PoS)
        • PoS-Only Pitfalls
        • PoS Solutions
      • Proof-of-Proof (PoP)
        • Proof-of-Proof Consensus & Bitcoin Finality
        • Proof-of-Proof vs. Merged Mining
        • Running a PoP Mining
      • Tunnels
        • Ethereum Tunnel
        • Bitcoin Tunnel
      • Ethereum Virtual Machine (EVM)
      • Blocks
      • Transactions
      • Gas
    • Nodes & Clients
      • Node Guides
    • Wallet Support
  • πŸ“–How-To Tutorials
    • Using Hemi
      • Wallet Setup
        • EVM Wallet Setup
        • BTC Wallet Setup
          • Switch Bitcoin Networks
      • Tunnel from Ethereum
        • Tunnel ERC20s via Native Tunnel
        • Tunnel ERC20s via 3rd Party
          • Tunnel via Stargate
      • Tunnel from Bitcoin
        • Tunnel BTC via Native Tunnel
        • Tunnel BTC via 3rd Party
      • Stake
      • Developer Tooling
        • Set Up a Safe Wallet
        • Create a Capsule
      • PoP Mining
        • CLI PoP Miner
          • (Testnet) Add tHEMI to MetaMask
          • (Mainnet) Add PoPPoints to Metamask
        • Web PoP Miner (deprecated)
    • Developing on Hemi
      • General
        • HelloWorld.sol
        • Deploy an ERC-20 Token
      • hVM & hBK
        • Using the hBK Demo App
        • Get Bitcoin Balance with Remix
  • βš™οΈBuilding Bitcoin Apps
    • Introduction
    • Hemi Virtual Machine (hVM)
      • Motivation
      • Feature Summary
      • Deploy on hVM
    • Hemi Bitcoin Kit (hBK)
      • Overview
      • hBK Smart Contract
  • βš™οΈTooling
    • viem
    • Contract Addresses
    • Contract Verification
    • Data Indexing
    • Oracles
  • πŸ“Incentives
    • Points
    • Grants
    • Retroactive Funding
    • One-Off Spends
  • ⚑Additional Resources
    • Partners
    • FAQ
    • Official Links
    • Brand Kit
  • πŸ“¨Send Feedback
    • Bug Report
    • Contact Us
Powered by GitBook
On this page
  • 🌐Overview
  • πŸ“š Tutorial
  • Video
  • 1. Open MetaMask
  • 2. Access Token Selection
  • 3. Enter the Contract Address
  • 4. Import

Was this helpful?

Edit on GitHub
Export as PDF
  1. How-To Tutorials
  2. Using Hemi
  3. PoP Mining
  4. CLI PoP Miner

(Testnet) Add tHEMI to MetaMask

PreviousCLI PoP MinerNext(Mainnet) Add PoPPoints to Metamask

Last updated 5 months ago

Was this helpful?

πŸ“œ 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.


🌐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

1. Open MetaMask


2. Access Token Selection

  • Navigate to Tokens

  • Import Tokens


3. Enter the Contract Address

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

  • 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.

πŸ“–