---
title: Wallets for Polkadot Hub
description: Comprehensive guide to connecting and managing wallets for Polkadot Hub, covering step-by-step instructions for interacting with the ecosystem.
categories:
- Smart Contracts
- Tooling
url: https://docs.polkadot.com/smart-contracts/integrations/wallets/
word_count: 605
token_estimate: 901
version_hash: sha256:4b9fdefc4693dc024f1ddba4f7afe8469a5ceffdc202a0903ce78794f714a20d
last_updated: '2026-06-04T16:08:37+00:00'
---

# Wallets for Polkadot Hub

## Introduction

Connecting a compatible wallet is the first essential step for interacting with the Polkadot Hub ecosystem. This guide explores wallet options that support both Substrate and Ethereum compatible layers, enabling transactions and smart contract interactions. Whether you're a developer testing on Polkadot Hub or a user accessing the MainNet, understanding wallet configuration is crucial for accessing the full range of Polkadot Hub's capabilities.

## Connect Your Wallet

### MetaMask

[MetaMask](https://metamask.io/) is a popular wallet for interacting with Ethereum-compatible chains. It allows users to connect to test networks that support Ethereum-based smart contracts. However, it's important to emphasize that MetaMask primarily facilitates interactions with smart contracts, giving users access to various chain functionalities. 

To get started with MetaMask, you need to install the [MetaMask extension](https://metamask.io/download/) and add it to the browser. Once you install MetaMask, you can set up a new wallet and securely store your seed phrase. This phrase is crucial for recovery in case you lose access.

For example, to connect to the Polkadot Hub TestNet via MetaMask, you need to follow these steps:

1. Open the MetaMask extension and click on the network dropdown to switch to the Polkadot Hub TestNet.

    ![](/images/smart-contracts/integrations/wallets/wallets-1.webp)

2. Click on the **Custom** tab.

    ![](/images/smart-contracts/integrations/wallets/wallets-2.webp)

3. Click on the **Add a custom network** button.

    ![](/images/smart-contracts/integrations/wallets/wallets-3.webp)

4. Complete the necessary fields, then click the **Save** button (refer to the [Networks](/smart-contracts/connect/#networks-details) section for copy and paste parameters).

    ![](/images/smart-contracts/integrations/wallets/wallets-3.webp)

5. Click on **Polkadot Hub TestNet** to switch the network.

    ![](/images/smart-contracts/integrations/wallets/wallets-4.webp)

The steps in the preceding section can be used to connect to any chain by modifying the network specification and endpoint parameters.



### Talisman

[Talisman](https://talisman.xyz/) is a specialized wallet for the Polkadot ecosystem that supports both Substrate and EVM accounts, making it an excellent choice for Polkadot Hub interactions. Talisman offers a more integrated experience for Polkadot-based chains while still providing Ethereum compatibility.

To use Talisman with Polkadot Hub TestNet:

1. Install the [Talisman extension](https://talisman.xyz/download) and set up your wallet by following the on-screen instructions.

2. Once installed, click on the Talisman icon in your browser extensions and click on the **More** button.

    ![](/images/smart-contracts/integrations/wallets/wallets-5.webp)

3. Click the button **Manage Networks**.

    ![](/images/smart-contracts/integrations/wallets/wallets-6.webp)

4. Click on the **+ Add network** button.

    ![](/images/smart-contracts/integrations/wallets/wallets-7.webp)

5. Fill in the form with the required parameters and click the Save** button.

    ![](/images/smart-contracts/integrations/wallets/wallets-8.webp)

6. After that, you will see the **Polkadot Hub TestNet** in the list.

    ![](/images/smart-contracts/integrations/wallets/wallets-9.webp)

After selecting the network, Talisman will automatically configure the necessary RPC URL and chain ID for you. You can now use Talisman to interact with the Polkadot Hub TestNet.

## Conclusion

Choosing the right wallet for Polkadot Hub interactions depends on your specific requirements and familiarity with different interfaces. MetaMask provides a familiar entry point for developers with Ethereum experience, while Talisman offers deeper integration with Polkadot's unique features and native support for both EVM and Substrate accounts. By properly configuring your wallet connection, you gain access to the full spectrum of Polkadot Hub's capabilities.

!!!info
    Remember to always verify network parameters when connecting to ensure a secure and reliable connection to the Polkadot ecosystem.
