> For the complete documentation index, see [llms.txt](https://atomwallets.gitbook.io/atomwallets-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://atomwallets.gitbook.io/atomwallets-docs/create-wallet.md).

# Create wallet

After installing Atom Wallets, follow these steps to create your first crypto wallet. The process takes less than a minute.

## Step 1: Allow Notifications

When you open Atom Wallets for the first time, you will see a notification permission dialog. Tap **"Allow"** to receive important transaction notifications.

<figure><img src="/files/0bfc349e354c5a92e384ee36984db641eaf273a7" alt="Notification permission"><figcaption><p>Allow notifications to stay updated on transactions</p></figcaption></figure>

{% hint style="info" %}
We recommend allowing notifications so you get alerted about incoming transactions and security updates.
{% endhint %}

## Step 2: Tap "Create a new wallet"

On the welcome screen, you will see the Atom Wallets logo with the tagline **"Trusted Crypto and Bitcoin wallet"**. You have two options:

* **Create a new wallet** â€” Start fresh with a brand new wallet
* **Add existing wallet** â€” Import a wallet using your seed phrase

Tap **"Create a new wallet"** to continue.

<figure><img src="/files/e418a163786e052f8a3eb5f7dff3c0b332fd523f" alt="Welcome screen"><figcaption><p>Tap "Create a new wallet" to get started</p></figcaption></figure>

## Step 3: Set Your 6-Digit PIN

Enter a **6-digit PIN code** that you will use to unlock the app. Choose a PIN that is easy for you to remember but hard for others to guess.

<figure><img src="/files/653cd2fb0525fd2e49ff402ec4bade0bae0b92fb" alt="Set PIN"><figcaption><p>Enter a 6-digit PIN to secure your wallet</p></figcaption></figure>

<figure><img src="/files/df4ebac75b98850ef2c0c4bdc01c28a098572376" alt="Entering PIN"><figcaption><p>The dots fill in as you enter each digit</p></figcaption></figure>

{% hint style="warning" %}
**Remember your PIN!** You will need it every time you open the app. If you forget your PIN, you may need to reinstall the app and restore your wallet using your seed phrase.
{% endhint %}

## Step 4: Confirm Your PIN

Re-enter the same 6-digit PIN code to confirm it.

<figure><img src="/files/f2463c461e5465c8a7ba0a5ab7b197d3c7ffe048" alt="Confirm PIN"><figcaption><p>Re-enter your PIN to confirm</p></figcaption></figure>

## Step 5: Your Wallet Is Ready!

You will see a success screen with confetti and the message **"Brilliant, your wallet is ready"**.

<figure><img src="/files/43174775b74649dfc81023c7f4f0d881f82226fe" alt="Wallet ready"><figcaption><p>Congratulations! Your wallet is ready to use</p></figcaption></figure>

## Step 6: Explore Your Dashboard

Your wallet dashboard shows your total balance, quick action buttons (Send, Receive, Payout, Energy), and your asset list with live crypto prices.

<figure><img src="/files/48d488a42b8dbb5ca4d97d8704c36965b79484c9" alt="Dashboard"><figcaption><p>The main dashboard showing your balance and quick actions</p></figcaption></figure>

<figure><img src="/files/1dd330c9f08a0d4dedd3cb0167443de37612cd45" alt="Assets"><figcaption><p>Scroll down to see all your crypto assets with live prices</p></figcaption></figure>

## Step 7: The Hub

Tap the **Hub** icon in the bottom navigation to access settings: General Settings, Wallet Settings, Security Settings, and Support.

<figure><img src="/files/6b5891a097498073139f52c9d1379dfdd5d572e3" alt="Hub"><figcaption><p>The Hub gives you access to all settings and features</p></figcaption></figure>

{% hint style="info" %}
**Next step:** Back up your seed phrase immediately! Follow the guide to [Backup Your Seed Phrase](/atomwallets-docs/backup-seed-phrase.md).
{% endhint %}


---

# 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:

```
GET https://atomwallets.gitbook.io/atomwallets-docs/create-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.
