# How to : Create or Import your Wallet

## Creating or Importing Your DOGE Wallet

After successfully installing the DogeLabs Wallet extension, you can either create a new wallet (<mark style="color:red;">**2**</mark>) or import an existing one (<mark style="color:red;">**3**</mark>). **This section will first cover how to create a new wallet**. If you already have a DOGE wallet, simply click on "I already have a wallet" and follow the instructions.

### Creating a New Wallet

#### 1. Initiate Wallet Creation

* Click on **"Create new wallet"** as shown in the image below.

<figure><img src="/files/Qe8uYB0o6LLKMMQmbK50" alt="" width="352"><figcaption></figcaption></figure>

#### 2. Set a Strong Password

* Create a secure password for your account. This password is used to locally unlock access to your account and is not stored online. It's crucial to keep this password safe and secure, ideally stored offline. It's as important as your seed phrase.
* Once you've set your password, click on **"Continue"**.

<figure><img src="/files/V9W2VZ4SCQrfZBdNAFQ5" alt="" width="352"><figcaption></figcaption></figure>

{% hint style="info" %}
*<mark style="color:blue;">Note: The password is case sensitive.</mark>*
{% endhint %}

#### 3. Secure Your Secret Recovery Phrase

* Carefully note down your secret recovery phrase, also known as the "Secret Recovery Phrase." This phrase is the key to your wallet, and losing it can mean losing access to your funds.
* After writing down your seed phrase securely, check the box **"I have saved my Secret Recovery Phrase"** and click on **"Continue"**.

<figure><img src="/files/U0FYMrtl7aGDph56PK2c" alt="" width="352"><figcaption></figcaption></figure>

{% hint style="danger" %} <mark style="color:red;">Warning : Never share your seed phrase, if someone ask for it... It's a scammer, 100%.</mark>
{% endhint %}

#### 4. Finalizing the Setup

* Simply click on **"Continue"**. There's no need to fill in the "Custom HdPath" and "Phrase" fields.

<figure><img src="/files/btapGI5yBsEuJge9uPvP" alt="" width="352"><figcaption></figcaption></figure>

### *Congratulations, you now have your DOGE Wallet set up!*

<figure><img src="/files/xd5aNtdrmobVy45iPds8" alt="" width="352"><figcaption></figcaption></figure>

{% hint style="info" %}
*<mark style="color:blue;">Note : You can click on the adress as shown above to have your full adress copied directly to your keyboard, just paste it anywhere if needed.</mark>*
{% endhint %}

### (Optional) Importing an Existing Wallet

If you already have a DOGE wallet:

* Click on **"I already have a wallet"**.
* Follow the prompts to import your existing seed phrase.

<mark style="color:red;">**By completing these steps, you're now ready to engage with the DRC-20 marketplace using your newly created or imported DOGE Wallet.**</mark>


---

# 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.doginals.academy/eng/beginner-guide/how-to-create-or-import-your-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.
