# 3. Web Wallet Tutorial

## 3.1 Wallet Registration

After creating the wallet, the following will be generated for you.

Please keep it in a safe place.

* * **Mnemonic phrase**: This is based on a BIP39 character sets list - this phrase gives you the right to use the wallet, but it is not recommended to use it frequently. It is recommended that you only use mnemonic phrases as a backup.
  * **Private key**: Gives you access to the wallet and should not be used regularly. It is recommended that you only use the private key as a backup.

### (1) Create a Wallet

Click “Create Wallet” to start the process

![图片](/files/-M0DTM5GwiFsqmXFaDWF)

### (2) Fill in your information

Please enter the following information to create a wallet:

① Username

② Password

(The password must be a minimum of 9 characters, including both uppercase and lowercase letters, and must comprise of both characters and numbers)

![图片](/files/-M0DTM5Hnzw1gEHDS4ab)

### (3) Backup account information

Backup wallet mnemonic phrase and private keys

① Click on the mnemonic phrase or private key

② Record it in a safe place, do not take photos or directly copy them.

![图片](/files/-M0DTM5IBe4QR4P-C8aT)

## 3.2 Asset Management

### (1) Initiate a transaction

Transfer tokens/assets to another wallet address

① Click on the corresponding token

② Click the “Send” button

③ Enter the address you would like to send the tokens to, the number of tokens to transfer, and your wallet password

![图片](/files/-M0DTM5Jmxx6X0uNzO0B)![图片](/files/-M0DTM5KFc164TOVWYSZ)![图片](/files/-M0DTM5Lyuy7DgdNHr86)

### (2) Add Token

Add other tokens to your wallet token list

① Click the green '+' button

② Select the token you want to add

③ Return to the main page to see that the token has been added to the list

![图片](/files/-M0DTM5M5lFGvrwpWbV7)![图片](/files/-M0DTM5NiYGQpj15qGPM)

## 3.3 Other Operations

### (1) Switch wallet

Click the button in the upper right corner and select the wallet you want

![图片](/files/-M0DTM5OXG4pLg1Q_U90)

### (2) Modify, delete, backup wallet

① Click the "Settings" button at the bottom

② Click "Wallet Detail"

③ From here you can modify the wallet name, backup the wallet, change the password, or delete the wallet

![图片](/files/-M0DTM5P3MqOr_mbbTDq)![图片](/files/-M0DTM5QwXbhEo-dVflk)


---

# 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://aelf-io.gitbook.io/aelf-web-wallet-en/3.-web-wallet-tutorial.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.
