> For the complete documentation index, see [llms.txt](https://whitepaper.moonfit.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.moonfit.xyz/getting-started/create-a-subwallet-account.md).

# Create A SubWallet Account

{% embed url="<https://www.youtube.com/watch?t=15s&v=fGjdZ_uILeo>" %}

### **Create a new Account (wallet)**

**Step 1:** Open SubWallet extension and click **Get started**. Then click on the **Create new account** button.

![1.1](/files/hMDuNsDOmXeQtW19j9Ga)

![1.2](/files/hRy0Wk2tvu0Yq29PIj97)

**Step 2:** The system will automatically generate a 12-word mnemonic seed for your account. Please note that this is the key to your wallet. If someone has the key, they have *<mark style="color:red;">complete access</mark>* to it. Make sure that you *<mark style="color:red;">backup</mark>* and keep your mnemonic seed in a *<mark style="color:red;">secure location</mark>***.** Choose the EVM account type, then tick **I have saved my mnemonic seed safely** before hitting **Next step**.&#x20;

![](/files/XwGblgpglC3OJiWd0y7X)

{% hint style="danger" %}
**WARNING:** DO NOT share your mnemonic seed (secret recovery phrase) with anyone! SubWallet will never ask for your mnemonic seed (secret recovery phrase), even in a customer support scenario. You can not change or edit your mnemonic seed (secret recovery phrase).
{% endhint %}

**Step 3:** Set a password. You can change the name of your account later (read on for instructions). Then click on **Add the account with the generated seed**. Your account is ready to go.

## Choose a Network <a href="#choose-a-network" id="choose-a-network"></a>

**Step 1**: On SubWallet Extension, click on the drop-down list at the top. You can either scroll down the list to pick your desired network or type the network's name on the **Search** bar. Apart from the first four relay chains, all other networks are listed in alphabetical order.

![](/files/BgdBwzw4WvW2hDyYNqPq)

**Step 2**: Click on the **Copy** icon to copy the wallet address for your selected network. To acquire EVM addresses, select your EVM account and click on the **Copy** icon to copy the wallet address for your preferred network.

![](/files/A3eFytJzioCGBoB5Nbdx)

<br>


---

# 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://whitepaper.moonfit.xyz/getting-started/create-a-subwallet-account.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.
