# Wallets

### Initial Wallet Creation

When you click 'Start' a wallet will automatically be generated for you, please ensure you're in a safe private place before revealing your private key. Ensure this key is saved in a safe place.

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

### Managing Wallets

You are able to manage all your wallets within the bot settings, our trading bot supports creation of new wallets, importing of wallets and switching between them for a seamless trading experience.\
\
To access your wallet settings you can navigate to:

> Type /start -> Settings -> Wallet

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

Within this screen you have are able to generate a new wallet, import an existing wallet, change the currently used wallet or reveal private key.

**Generating New Wallet**

After clicking 'Generate new wallet' you will be greeted by the screen below, reveal your private key and keep this in a ssafe place.

![](/files/LEZKsBVxwNceP3yenrS4)

{% hint style="info" %}
It's important to note your new wallet won't automatically be used as default you will need to go back to the wallet settings and select 'In use' to use this wallet
{% endhint %}

**Import Existing Wallet**

After clicking 'Import existing wallet' you will be greeted by the following screen

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

Here you can import a private key of a wallet you already use, enter the private key and you will be be able to use this wallet.

{% hint style="info" %}
Whilst we take all efforts to ensure all private keys are SAFU you should consider your bots wallet as a hot wallet and only keep funds in it that you're willing to lose
{% endhint %}


---

# 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.closed.fun/telegram-bot-user-guide/settings/wallets.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.
