# Wallet Generation

This is how the wallet menu will look when you open it without a wallet.&#x20;

<figure><img src="/files/SxAv7hFjiZuKibCtlwTt" alt="" width="375"><figcaption><p>Wallet Menu without an existing wallet</p></figcaption></figure>

If you have an existing wallet which you would like to import (*note: we always suggest that you create a new wallet for the trading bot when starting to use it*), you can do so using the ‘Import Wallet’ button and pasting your seed phrase or private key, it’s that simple!

***

If you want to generate a new wallet, click on the ‘Generate Wallet’ button, which will show you a success message similar to the following:

<figure><img src="/files/2Z7K21G6lKa8TfaXSqLf" alt="" width="563"><figcaption><p>Seed Phrase upon wallet generation</p></figcaption></figure>

As the message says, it is essential that you store the seed phrase in a secure location where no one else can access it. If a malicious party acquires access to your seed phrase, they will surely drain your funds, so keep it somewhere safe and for your eyes only!


---

# 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://seiyan-token.gitbook.io/seiyan-token/seiyan-tech/telegram-trading-bot/wallet-generation.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.
