# Steps to set up a compatible crypto wallet

To manage your WOW, it’s important to select a wallet that is web3 compatible, supports the Arbitrum network and is non custodial/self custodial,  i.e. where the user holds the private keys to their wallet and so the wallet is fully under the control of the owner.&#x20;

In all cases the user must record the seed words, if setting up a new wallet, or have the seed words to hand, if restoring wallet from another device etc.

## Compatible wallets include

**MetaMask:** This is a popular, user-friendly browser extension and mobile app wallet that supports multiple networks, including Arbitrum.

**Trust Wallet:** A versatile mobile wallet with built-in browser access for decentralized applications (dApps). It supports the Arbitrum network.

**Ledger:** Use the Ledger hardware wallet in standalone mode or combine the security of a hardware wallet with MetaMask, Trust Wallet or similar.  Ledger can be configured to work with the Arbitrum network

**Trezor:** Trezor offers secure offline storage for digital assets. It can also be paired with MetaMask or other compatible software wallets to provide additional security.

Download your chosen Web3 wallet and either create a new seed phrase or import an existing one.

## **Configure your wallet**

#### Step 1: Install wallet

**Download wallet:** Download your chosen wallet from from the official website and install it as an extension in your browser.

**Create an account:** Set up your wallet by creating a new account or import an existing one using your seed phrase.

#### Step 2: Open wallet

**Access MetaMask:** Click on the MetaMask extension icon in your browser’s toolbar to open your MetaMask wallet.

<figure><img src="/files/QNzsEXZfXDsl8pzHmxZO" alt="" width="179"><figcaption></figcaption></figure>

#### Step 3: Connect hardware wallet (if using)

Connect your hardware wallet and follow the steps to connect.

{% hint style="info" %}
“Remember to write down and store the seed words/phrase safely offline if setting up a new wallet, or if importing/restoring an existing wallet that these seed words/phrases continue to be safely stored offline.
{% endhint %}

{% content-ref url="/pages/MCmRkLLfkBY6ODaBUDZ8" %}
[Connecting your wallet](/getting-started/connecting-your-wallet.md)
{% endcontent-ref %}


---

# 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.wealthofwisdom.io/getting-started/steps-to-set-up-a-compatible-crypto-wallet.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.
