> For the complete documentation index, see [llms.txt](https://faqs.thorwallet.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://faqs.thorwallet.org/how-to-guides/getting-started-guide-1.md).

# Getting started Guide

This guide walks you through the process of setting up **Thorwallet** for the first time.

### 📱 Step 1: Create a New Wallet

When you launch Thorwallet for the first time, you'll be prompted with options to either create or import a wallet.

👉 Tap **“Create Wallet”** to generate a brand new, secure wallet.

<figure><img src="/files/9GvCh1lK4UhVb4i1mzBZ" alt="" width="285"><figcaption></figcaption></figure>

{% hint style="info" %}
If you already have an existing wallet (seed phrase or multisig vault with vault shares) , select the "Import Wallet" and follow the flow shown in the app.
{% endhint %}

### 🧑‍💻 Step 2: Set a Secure Passcode

In this step, you'll be prompted to create a **6-digit passcode**.\
This passcode is essential for protecting your wallet — it will be required every time you:

* Open the app
* Approve transactions

<div align="center"><figure><img src="/files/sb6eOHnnDqFI4iDfjus3" alt="" width="286"><figcaption></figcaption></figure> <figure><img src="/files/bjYo71KaUN2CUDlHOKO6" alt="" width="286"><figcaption></figcaption></figure></div>

### 🔧 Step 3: Select the Setup Option

You'll now be presented with different wallet setup options.

👉 Choose the **first option** "Seed Phrase Wallet"

<figure><img src="/files/9jC2cMUMNxb3LG8oely0" alt="" width="286"><figcaption></figcaption></figure>

{% hint style="info" %}
Here, we're selecting the **standard seed phrase wallet** to set up a regular wallet.

👉 To set up a **multisig wallet**, choose the **second option** and refer to the [**Vaults** page](/vaults.md) for setup instructions.
{% endhint %}

### 👨 Step 4: Enable Biometrics (Optional)

On this screen, you can choose to **enable biometric authentication** for added convenience.

If enabled, you’ll be able to use your device’s **biometrics (e.g. Face ID or fingerprint)** or your passcode to:

* Unlock the app
* Approve transactions

<figure><img src="/files/WklyD6uwuMBOsfcbfHb5" alt="" width="285"><figcaption></figcaption></figure>

### 📝 Step 5: Backup Your Seed Phrase

After the wallet is created, you'll see a prompt to secure your account.

👉 Tap the **message shown** to view and back up your **seed phrase**.

🔒 **Important**: Write it down and store it securely offline.\
Do **not** share it — this is your only way to recover your wallet.

<div><figure><img src="/files/QGSCVI7KFRJEWBjJl9Bf" alt="" width="284"><figcaption></figcaption></figure> <figure><img src="/files/m1a5DFMscfcllCzTGANa" alt="" width="285"><figcaption></figcaption></figure></div>

That’s it! You’ve successfully set up your THORWallet.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://faqs.thorwallet.org/how-to-guides/getting-started-guide-1.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
