# Wallet Management

{% hint style="info" %}

### **DBot TG Bot supports wallet management**

{% endhint %}

Click: wallet on the homepage, or enter /wallet to manage your wallet: support transferring SOL, setting the default wallet, renaming/deleting the wallet, generating a new wallet, and importing an existing wallet

<figure><img src="/files/C5U528xKm4sKdKAyeErH" alt="" width="454"><figcaption></figcaption></figure>

* **Tips for generating a new wallet**

<figure><img src="/files/RMoLXXlKHsx5Ji6CKvLW" alt="" width="452"><figcaption></figcaption></figure>

{% hint style="info" %}

* Please save the private key offline, don't share it with anyone, and don't save it in plain text format on a device connected to the Internet (Please keep only a small amount of funds in the wallet).To ensure security, please click "Delete" or manually delete this message after saving the private key. Once deleted, the content of this message will no longer be retrievable.

* In terms of security, **DBot adopts the most stringent control mode of single import + unattended access,** that is, the user's private key is imported once, and the system design does not have any export port. At the same time, all private key operations can only be performed through the Bot program, and there is no possibility of manual contact in the system design.

* However, security is an infinite proposition. Please allocate wallet funds reasonably according to your own situation. It is recommended to use small amounts and rotate them regularly. **It is recommended that wallets used solely for transactions should not participate in any web plug-in interactions. At the same time, please keep your account properly. It is recommended to enable 2FA and not install any high-authority browser plug-ins.**
  {% endhint %}

* For more details about Safety, please refer to [**Safety Tips**](/faq/safety-tips.md)

{% hint style="info" %}

### **DBot TG Bot supports setting Parallel Acount**

{% endhint %}

On the wallet list page, you will find a counter showing the number of parallel accounts under each wallet, along with a button to create new ones.

* For more details about **Parallel Acount**, please refer to  [**Parallel Acount**](/dex-trading-bot/parallel-account.md)

<figure><img src="/files/HAImjscn0Dmv3T5KhXSZ" alt="" width="476"><figcaption></figcaption></figure>


---

# 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://guide-en.dbotx.com/telegram-bot/telegram-bot-for-personal/wallet-management.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.
