# Create / Import Wallet Web3

Creating or importing a wallet involves setting up a new cryptocurrency wallet or adding an existing wallet to a Rocket wallet apps. Here's a description of the process:

<figure><img src="/files/OoUO9Z2igoHwFGJ4ZddT" alt="rocketwallet-create" width="375"><figcaption></figcaption></figure>

### **Creating a Wallet:**

1. **Open the Rocket Wallet Telegram Bot:** Launch the wallet application on your device.
2. **Select "Create Wallet":** Look for the option to create a new wallet within the app's interface. and you will get the <mark style="color:red;">**Seed Pharse**</mark> and <mark style="color:red;">**Private Key**</mark> inside your Profile.
3. **Backup Your Seed Phrase :** The Rocket wallet will generate a seed phrase (also known as a recovery phrase or mnemonic phrase), usually consisting of  12 words. Write down this seed phrase on a piece of paper and store it in a safe place. This phrase can be used to restore access to your wallet if you forget your password or lose access to your device.
4. **Wallet Creation Complete:**  Your wallet is created, and you can start using it to send, receive, and manage cryptocurrencies.

### **Importing a Wallet:**

**a. Connect with Seed Pharse**

<figure><img src="/files/BaDfZjhYmiIM2W5Mvmfv" alt="rocketwallet-seedpharse" width="375"><figcaption><p>Connect with Seed Pharse</p></figcaption></figure>

**b. Connect With Private Key**

<figure><img src="/files/GeioftJtBEXnMXKLOhnl" alt="rocketwallet-privatekey" width="375"><figcaption><p>Connect with Private Key </p></figcaption></figure>

1. **Open the Rocket Wallet Telegram Bot:** Launch the wallet application on your device.
2. **Select "Import Wallet" :** Look for the option to import an existing wallet or recover a wallet using a seed phrase / Private Key.
3. **Enter Seed Phrase / Private Key:** Input the seed phrase / Private key of the existing wallet that you want to import. Make sure you enter it accurately.
4. **Complete Import Process:** Follow any additional instructions provided by the app to complete the import process.
5. **Access Imported Wallet:** Once the import process is complete, you should have access to the imported wallet and its funds within the rocket wallet application.

Whether you're creating a new wallet or importing an existing one, it's crucial to follow security best practices, such as keeping your seed phrase private and secure.

<figure><img src="/files/YZf0pCvXyFLDb220i6PG" alt="rocketwallet-profile" width="288"><figcaption><p>rocketwallet-profile</p></figcaption></figure>

{% hint style="danger" %}
Don't share your secrets with anyone, our team does not have access to your wallet, if you **lose your password seed / private key** we cannot return your wallet.
{% endhint %}


---

# 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.dailiforest.com/rocket-wallet/create-import-wallet-web3.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.
