# Create a New Wallet

### Before You Start

Before creating a new account, make sure that:

* your Titan 2.0 is powered on
* you have installed the official ELLIPAL App on your phone
* you are ready to write down and store your seed phrase offline

{% hint style="warning" %}
**Important:** Never take a screenshot of your seed phrase and never share it with anyone.
{% endhint %}

***

### Part 1: Create a New Account on Titan 2.0

<figure><img src="/files/cSSmoiv7lROcgY6b00c1" alt=""><figcaption></figcaption></figure>

Follow the steps below to create a new wallet on Titan 2.0:

1. Tap **Create account**
2. Enter an account name and password
3. Tap **Back up seed phrase**
4. Read the warnings, then tap **Back up now**
5. Write down the seed phrase and tap **Next**
6. Tap the words in the correct order to verify the seed phrase
7. Tap **Verify seed phrase**
8. Select the coins you want to add
9. Tap **Next** to show the QR code

### Part 2: Connect Titan 2.0 to the ELLIPAL App

<figure><img src="/files/8w7rIivwGzAeohUucb8Z" alt=""><figcaption></figcaption></figure>

Follow the steps below to connect Titan 2.0 to the ELLIPAL App:

1. Tap **Cold Wallet**
2. Tap **Titan 2.0/Mini**
3. Tap **Connect Titan**
4. Scan the QR code shown on Titan 2.0
5. Wait for the wallet to connect successfully

{% hint style="info" %}

### Notes

* Write down your seed phrase carefully and keep it in a safe offline place.
* Do not store your seed phrase on your phone, computer, or cloud storage.
* Make sure the QR code on Titan 2.0 is fully scanned in the ELLIPAL App.
* After the connection is completed, you can view and manage your assets in the app.
  {% endhint %}

***

### FAQ

<details>

<summary><strong>Why do I need to back up the seed phrase?</strong></summary>

The seed phrase is the only backup of your wallet. If your Titan is lost or reset, you need the seed phrase to recover your assets.

</details>

<details>

<summary><strong>Is the wallet in the app different from the wallet on Titan 2.0?</strong></summary>

No. They work together as one wallet. The Titan 2.0 stores your private keys offline, and the app is used to view and manage your assets.

</details>

<details>

<summary><strong>What should I do if the app cannot scan the QR code?</strong></summary>

Make sure the QR code is clearly displayed on Titan 2.0, increase screen brightness if needed, and try scanning again in a well-lit environment.

</details>


---

# 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://support.ellipal.com/docs/getting-started/titan-2.0/create-a-new-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.
