# Wallet

<figure><img src="/files/6gP6VNcCf0BnHoTAeqjr" alt=""><figcaption></figcaption></figure>

## Wallet list <a href="#wallet-list" id="wallet-list"></a>

All the wallets will be shown in <img src="/files/7GUklMCvyo1DvxxhE0dJ" alt="" data-size="line"> wallet list.

{% hint style="info" %}
If it is a Ledger wallet, you can identify the wallet by the presence of the <img src="/files/yJ4gRRnQQXgG3x3SznTA" alt="" data-size="line">
{% endhint %}

## New Wallet <a href="#new-wallet" id="new-wallet"></a>

### Generate <a href="#generate" id="generate"></a>

1. Click upper left ![](/files/7GUklMCvyo1DvxxhE0dJ) to open wallet list
2. Click the upper area ![](/files/Sm475ccsKsPUah7PPU5L) to new wallet page
3. Click **Generate**
4. Verification
   1. Password: Enter your password to authorize the generation
   2. Biometric authentication:
      1. Facial recognition: hold your device in portrait orientation, then glance at it.
      2. Fingerprint recognition: place your finger on fingerprint scanner

{% hint style="info" %}
Mobile - Long press the **Generate**

Desktop - Right click the **Generate**
{% endhint %}

### Import <a href="#import" id="import"></a>

1. Click upper left ![](/files/7GUklMCvyo1DvxxhE0dJ) to open wallet list
2. Click the upper area ![](/files/Sm475ccsKsPUah7PPU5L) to new wallet page
3. Click **Import**
4. Enter your mnemonic words
5. Enter your password to authorize the import

### Link Ledger device <a href="#link-ledger-device" id="link-ledger-device"></a>

1. Click upper left ![](/files/7GUklMCvyo1DvxxhE0dJ) to open wallet list
2. Click the upper area ![](/files/Sm475ccsKsPUah7PPU5L) to new wallet page
3. Click **Link Now**
4. Connect and unlocked your Ledger device
5. Click **Link**

### Wallet name <a href="#wallet-name" id="wallet-name"></a>

By default, we use "New Wallet" as the name for each new wallet. You can easily change the name by editing the input text field.

### Custom network wallet <a href="#custom-network-wallet" id="custom-network-wallet"></a>

{% hint style="info" %}
Before adding the custom network wallet, you need to [Settings](/core-concepts/wallets/sync2/user-guide/settings.md#add-node) beforehand
{% endhint %}

1. Click upper left ![](/files/7GUklMCvyo1DvxxhE0dJ) to open wallet list
2. Click the upper area ![](/files/Sm475ccsKsPUah7PPU5L) to open the new wallet page
3. Click upper right ![](/files/5aNIeIKgH7G0iley6MH8)
4. Select **Private**
5. Click **Import** / **Generate**

## Backup wallet <a href="#backup-wallet" id="backup-wallet"></a>

The mnemonic words store all the information that is needed at any point in time to recover your wallet. The mnemonic words should be **stored in a secure place**. It ensures you have had a backup in a scenario where your device breaks down or becomes unusable due to any reason. In such cases, all you need is your mnemonic words to recover the wallet.

1. Click **Backup Now** on the banner
2. Backup manually
   1. Click on upper right ![](/files/5aNIeIKgH7G0iley6MH8)
   2. Click **Backup**

{% hint style="info" %}

* Once you've backed up the wallet or wallet is imported, the backup banner won't be shown, you can try to back up manually
* Ledger wallet mnemonic words are managed by Ledger itself. therefore, you will not be able to back up your device via Sync2
  {% endhint %}

## Rename wallet <a href="#rename-wallet" id="rename-wallet"></a>

Wallet name is the identifier to help you easily tell the wallet.

1. Click upper right ![](/files/5aNIeIKgH7G0iley6MH8)
2. Click upper right ![](/files/5aNIeIKgH7G0iley6MH8)
3. Click **Rename**
4. Enter the name of your wallet
5. Click **Confirm**

## Delete wallet <a href="#delete-wallet" id="delete-wallet"></a>

1. Click upper right ![](/files/5aNIeIKgH7G0iley6MH8)
2. Click **Delete**
3. Follow the instructions to continue the deletion
4. Click **Delete**
5. Enter your password to authorize the deletion

## Create new address <a href="#create-new-address" id="create-new-address"></a>

1. Click upper right ![](/files/5aNIeIKgH7G0iley6MH8)
2. Click **New Address**

{% hint style="info" %}
A user is limited to a maximum of 10 addresses.
{% endhint %}

## Address <a href="#address" id="address"></a>

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

### Add assets <a href="#add-assets" id="add-assets"></a>

1. Click middle right ![](/files/aA8ToSK3vPM679BrPHj8)
2. Choose the token from the token list
3. Toggle on to enable

### Transfer history <a href="#transfer-history" id="transfer-history"></a>

1. Click the asset you would like to check the history
2. Click ![](/files/U3L4fEmQABuS7Fme8IKR) to check the details

### Send asset <a href="#send-asset" id="send-asset"></a>

1. Click the asset you would like to send
2. Click ![](/files/2ruDj4LVS2ViSbwc6WGT) to send asset

### Receive asset <a href="#receive-asset" id="receive-asset"></a>

1. At the upper right
2. Click ![](/files/TOXE6rPm0AFkjwyH1JyO) to view the QR Code or copy address


---

# 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.vechain.org/core-concepts/wallets/sync2/user-guide/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.
