# Create a New Wallet

When first loading the Railway Wallet application, you will be prompted to **Create** or **Import** **a wallet**.

## Creating a new wallet

1. **Click** **"Create wallet"**
2. **Create** or **enter a password** *(you will need to enter this password to send every transaction so don't make it too hard to type or remember).*&#x20;

<div data-full-width="true"><figure><img src="/files/WUw5BmQlSlnPUhTX7iGy" alt="" width="368"><figcaption></figcaption></figure></div>

3. Next, **name** **your wallet** and click "Submit". Wallet names can be up to 18 characters.

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

4. By default your newly generated seed phrase is hidden. To **view your seed phrase** click "Click to show". Once you have **securely recorded** *(written down on pen and paper)* your recovery phrase, **click** "Next"

You do NOT need to reveal your seed phrase to copy it.

**WARNING:** *Ensure you have your seed phrase securely stored. Cryptoassets are entirely self-custodial and if you misplace or lose your seed phrase you will lose control of your assets.*

*If this happens, there are no account recovery options. Store your seed phrase offline and securely.*

<figure><img src="/files/0sLKN0idhTosu8HxJbEh" alt=""><figcaption></figcaption></figure>

5. Click "Finish" to **complete** adding your new wallet.

## Success

You've now generated your new wallet and private address! Each wallet has a public (0x) and private (0zk) component, both addresses are derived from the same private key.

To **switch** **between Public or Private balances**, click the button in the upper right.

Any valid 12 or 24-word recovery phrase can be imported and does NOT need to have been generated in Railway Wallet. For example, **a recovery phrase created in MetaMask can be easily imported into Railway Wallet** and vice versa.

### Further Info

*Wallet data is encrypted and securely stored locally in a secure enclave. When using the web app, clearing your browser data will delete your encrypted private key and you will have to re-enter your private key.*

*Railway supports both 12 and 24-word mnemonic recovery phrases (seed phrases). Recovery phrases generated in Railway have 12 words.*


---

# 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://help.railway.xyz/setup/create-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.
