Humanode Docs
  • Quick Start
  • Overview
  • Concepts
    • Bioauth
    • Smart Contracts
    • Node
    • Validator
  • Chains
  • Help & Support
    • Troubleshooting
    • FAQ
    • Discord
  • Node
    • About
    • System Requirements
    • Setup
    • CLI
      • Dev Mode
    • JSON-RPC
    • Tools & Services
  • Humanode Launcher
    • About
    • Launcher Installation
    • Workspace Creation
      • Remote
      • Local
        • Linux / macOS
        • Windows
    • Node Installation
    • Node Configuration
    • Running the node
    • Stopping the node
  • Humanode Distribution
    • About
    • Preparation
    • Node Installation
      • Manual Installation
    • Running the node
  • Validators
    • About
    • Becoming a validator
    • Checking validator status
  • Tools & Services
    • Polkadot.js apps
    • Polkadot.js extension
      • Wallet Setup
    • EVM Playground
    • Subscan
    • Exchanges
    • Oracles
    • Testnet Faucets
    • Substrate API Sidecar
    • Humanode Truffle Box
    • Humanode Token Claim
  • Bioauth
    • About Bioauth
    • Enrolling
    • Authenticating
    • Robonode
  • EVM & Solidity Smart Contracts
    • EVM Compatibility
    • Precompiles
    • Architecture
    • HMND/eHMND swap
    • EVM Dev Mode & Keys
    • Sample contract: ERC20 token
    • EVM Playground
    • Humanode Truffle Box
Powered by GitBook
On this page
  1. EVM & Solidity Smart Contracts

HMND/eHMND swap

How the HMND/eHMND swap works

PreviousArchitectureNextEVM Dev Mode & Keys

Last updated 1 year ago

If you want to actually swap HMND/eHMND and not learn how it works under the hood - please go to .

Check this guide below. It has a fair amount of low-level info and details that explain how to perform the swap in both native to EVM and EVM to native accounts.

To swap the funds from the native account to an EVM account use the Currency Swap pallet.

To swap the funds from the EVM account to a native account use the .

The user interface for the HMND/eHMND swap is provided as part of the EVM Playground.

HMND/eHMND swap
Currency Swap precompile
Technical HMND/eHMND swap guide