> For the complete documentation index, see [llms.txt](https://devbot.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://devbot.gitbook.io/docs/bot-overview/manage-wallets.md).

# Manage Wallets

## Overview

To manage your wallets, simply click on `Menu > Wallets`. You will likely see only one wallet, which is the default one that was automatically created by the bot for you. You can either click on a specific wallet to manage it or create a new one.

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

## Creating a new wallet

{% hint style="warning" %}
You can only create a new wallet if you've deployed at least one token each on your other wallets.
{% endhint %}

To create a new wallet, simply click the `New Wallet` button. You now have a brand new wallet that you can use to deploy. The only thing left to do is set it as your current main wallet as explained below and fund it.

## Select and set as main wallet

To manage a specific wallet, click on the address. You will see an overview of your balances and deployed tokens. Click on `Set as Main Wallet` to tell the bot to use that wallet when deploying your next token.

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

## Withdraw

{% hint style="warning" %}
You're only able to withdraw from wallets with a balance greater than 0. If you expect some balance on a chain that is not listed, make sure to [enable it in the settings](/docs/bot-overview/chain-settings.md).
{% endhint %}

To withdraw your entire balance from DEVbot, click on the `Withdraw` button of the chain you want to withdraw from. You will be prompted to post an address. This is the address where the funds will be sent, so make sure it's correct and yours! DEVbot can't recover funds that got sent to the wrong address. Hit `Confirm ✅` and wait for the funds to arrive.

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

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

## Export Private Key

{% hint style="warning" %}
DO NOT SHARE THIS PRIVATE KEY WITH ANYONE! Also, remember to set a password to your Telegram app or smartphone. Anyone with this private key can transfer all your funds.
{% endhint %}

To reveal your private key, click the corresponding button on the wallet you want to export. You are now able to back it up safely on a piece of paper and [import it into your browser wallet like Metamask](https://support.metamask.io/hc/en-us/articles/360015489331-How-to-import-an-account#h_01G01W07NV7Q94M7P1EBD5BYM4).

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

{% hint style="danger" %}
The Private keys are stored AES-256 encrypted, one of the industry's top encryption standards. Still, we recommend you to fund your DEVbot wallet only right before deploying a token and managing it. **Do not transfer more than you can afford to lose!**
{% endhint %}


---

# 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://devbot.gitbook.io/docs/bot-overview/manage-wallets.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.
