# Wallet setup

To send transactions on Alpen, we need an Alpen-compatible wallet. Generally speaking, any wallet that supports adding a custom EVM network will work. For this tutorial, we are going to use [Frame](https://frame.sh/), a desktop-native EVM wallet.

{% hint style="info" %}
This tutorial assumes you are using a desktop or laptop computer. You can also use any mobile wallet that supports adding a custom EVM network.
{% endhint %}

## Step 1. Install the Frame desktop app <a href="#step-1-install-the-frame-desktop-app" id="step-1-install-the-frame-desktop-app"></a>

Go to [https://frame.sh](https://frame.sh/) then download and install the Frame desktop app for your operating system.

<figure><img src="https://1097457339-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FCc2D0C9hcNip6uXmGHKO%2Fuploads%2Fgit-blob-34d46111767c20afdf70f0e9c577cf11de770073%2Fsf_0.png?alt=media" alt="Install Frame desktop app" width="800"><figcaption></figcaption></figure>

## Step 2. Install the Frame Companion browser extension <a href="#step-2-install-the-frame-companion-browser-extension" id="step-2-install-the-frame-companion-browser-extension"></a>

Scroll down on [https://frame.sh](https://frame.sh/) until you see the "Companion Extension" section. Click the button for the extension that works with your browser. The extension works with Chromium-based browsers and Firefox-based browsers.

<figure><img src="https://1097457339-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FCc2D0C9hcNip6uXmGHKO%2Fuploads%2Fgit-blob-62fd518f5f69cdcf6b7911ab5fb73151572fb62f%2Fsf_1.png?alt=media" alt="Install Frame extension" width="600"><figcaption></figcaption></figure>

## Step 3. Generate your Alpen address <a href="#step-3-generate-your-strata-address" id="step-3-generate-your-strata-address"></a>

To generate your Alpen address, you will need to either have an existing testnet seed phrase on hand or you can connect one of the supported hardware wallets. For this guide we will enter a seed phrase that we generated using [this BIP39 tool](https://iancoleman.io/bip39/). If you also use a web tool like this to generate your seed phrase, for the security of your funds, we recommend only using that seed phrase on testnet, never on mainnet.

{% hint style="info" %}
If you want to use a Ledger device, you should connect it to Frame using the Ledger Ethereum app.
{% endhint %}

Click "Add New Account".

<figure><img src="https://1097457339-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FCc2D0C9hcNip6uXmGHKO%2Fuploads%2Fgit-blob-b8faa73b254edd745455eda1074435c773368a16%2Fsf_2.png?alt=media" alt="Add new account" width="600"><figcaption></figcaption></figure>

Then click "Seed Phrase", enter your seed phrase, and choose a password to protect the wallet.

<figure><img src="https://1097457339-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FCc2D0C9hcNip6uXmGHKO%2Fuploads%2Fgit-blob-b8eb58110f4f3922917630c2720f031a17422fa8%2Fsf_3.png?alt=media" alt="Enter seed phrase" width="400"><figcaption></figcaption></figure>

Your Alpen address is now ready to use. You can click the address (starting with `0x…`) to copy it to your computer's clipboard if needed.

<figure><img src="https://1097457339-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FCc2D0C9hcNip6uXmGHKO%2Fuploads%2Fgit-blob-dc9079e2b10896d58e32c0ea2722e237a48cacd6%2Fsf_4.png?alt=media" alt="Copy address" width="400"><figcaption></figcaption></figure>

### Step 4. Add the Alpen chain to your wallet <a href="#step-4-add-the-strata-chain-to-your-wallet" id="step-4-add-the-strata-chain-to-your-wallet"></a>

Open the menu then click "Chains".

<figure><img src="https://1097457339-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FCc2D0C9hcNip6uXmGHKO%2Fuploads%2Fgit-blob-f3b6fafb1ba613be9ced9a52a89f692cd91d9348%2Fsf_5.png?alt=media" alt="Chains" width="600"><figcaption></figcaption></figure>

Then click "Add New Chain".

<figure><img src="https://1097457339-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FCc2D0C9hcNip6uXmGHKO%2Fuploads%2Fgit-blob-7cb36aa0f397ca78414cc219a0159ea27097ed9f%2Fsf_6.png?alt=media" alt="Add new chain" width="400"><figcaption></figcaption></figure>

Enter the Alpen chain details from the [Get started](https://docs.alpenlabs.io/get-started#network-details) document, then toggle the "Testnet" switch "on" (on = green) and click "Add chain".

<figure><img src="https://1097457339-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FCc2D0C9hcNip6uXmGHKO%2Fuploads%2Fgit-blob-bc39554e6bbe1e04d57c259355261b6e3dd2ee6e%2Fsf_7.png?alt=media" alt="Add chain" width="400"><figcaption></figcaption></figure>

Now your wallet is set up to send and receive transactions on Alpen.
