> For the complete documentation index, see [llms.txt](https://docs.undergroundmoods.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.undergroundmoods.com/how-to/setup-web-3.0-account/step-1-create-avalanche-wallet.md).

# Step 1 - Create Avalanche wallet

First of all, you have to click on [Avalanche Wallet: Store Your Avalanche Assets (avax.network)](https://wallet.avax.network/) which is the official link of Avalanche wallet website.&#x20;

Then, you will have to choose “**Create a new wallet**”

![](/files/fvYa4N6Lhw5sVi6w9T58)

2\. Then, you will **generate** a **key phrase** which is the most important part of this tutorial.

![](/files/f9DrrMbrWEJT9YzbJcvY)

![](/files/LTdYob8RUHGkSOOSx9bA)

Registering these 24 words is the **most important** step when creating a wallet. **Take your time and double check it**.

*Remember DO NOT share this to anyone and DO NOT save it as an image in your phone or PC.*

3\. Then, you have to confirm you safely wrote your key phrase and click on “**Access Wallet**”.

![](/files/ka1OoyeGH4O7CpSMxTQO)

4\. The next step is a security step, Avalanche checks if you have registered your Mnemonic Phrase. You must **fill** in all the **blanks** with the correct words (example below with number 9).​

![](/files/DWLuTfHVwQnTlVFhjFuZ)

![](/files/xV5FcMxVyF2ZqrRqj3eO)

5\. Congratulations, you have now access to your Avalanche wallet clicking “**Access Wallet”**.

![](/files/9D5hhHWhftNQA4PMeqqN)

Anytime when accessing your wallet, this will be your first page. You will notice the X (exchange), C (contracts) and P (platform) letters on the top right corner. That’s the **three chains** which exist on Avalanche’s default subnet. Depending on the exchange you bought AVAX, you’ll need to sen*d* AVAX to this wallet via X-Chain or C-Chain address.

![](/files/6iKUQuHMeXGnboIE33H6)


---

# 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://docs.undergroundmoods.com/how-to/setup-web-3.0-account/step-1-create-avalanche-wallet.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.
