Skip to main content
This guide walks through a $PEAQ transfer between two wallets on the EVM side of the chain.

Prerequisites

  • An EVM wallet. MetaMask is shown here, you can use another.
  • Read the Token Guide first.

Receive $PEAQ

EVM → EVM

  1. Open your MetaMask account and copy your address. This is your public H160 (EVM address standard) address, and another EVM address can send $PEAQ to it. evm-token-transfer-1

Substrate → EVM

To receive tokens from a Substrate wallet, convert your EVM address into an SS58 (Substrate address standard) address with the Address Converter.
  1. On the Address Converter, select the “H160” address format, paste your EVM address into the Address field, and click “Go!”.
  2. The output shows your EVM address in several standards, including SS58. Use the SS58 address to receive $PEAQ from a Substrate wallet.

Send $PEAQ

EVM → EVM

  1. Open your MetaMask wallet and click “Send”.evm-token-transfer-4
  2. Paste the recipient’s EVM address in the “to” field.
  3. Set the amount of $PEAQ to transfer and click “Continue”. evm-token-transfer-5
  4. Review the transaction details, then click “Confirm”.evm-token-transfer-6
  5. The transfer executes and the transaction appears in MetaMask’s “Activity” tab. evm-token-transfer-7

EVM → Substrate

Follow the EVM → Substrate section of the Substrate Token Transfer guide to use Address Unification and transfer $PEAQ from an H160 wallet to an SS58 wallet.