> For the complete documentation index, see [llms.txt](https://docs.alkatrade.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.alkatrade.xyz/how-to-use/wallet-create.md).

# Wallet Create

1. ## Create a new wallet

First, use the /menu command.

The BOT interface will display a table as shown in the image.

Click the **New Wallet** button, and your new wallet will be created immediately.

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

2. ## Manage your wallet

Using command /**Wallet**, all your created or imported wallets will appear as shown in the image.

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

Continue clicking on the wallet you want to configure to proceed with the setup:

All your wallet balance, or tokens you've purchased, will be displayed here.

-> Click **Edit Name** to name your wallet.\
-> Click Show **Secret Key** to display your Private Key in (WIF) format.

-> Click **Delete** to permanently delete the wallet (Note: This action cannot be recovered).

<figure><img src="/files/09Uzm4m9pda2GpOjiXf2" alt=""><figcaption></figcaption></figure>

3. ## Import an existing wallet address.

In the /Wallet section, you will find an Import Wallet button.

Click here if you want to import and trade using your wallet.

Then enter your seed phrase (Note: Only match the BIP39 format).

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


---

# 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://docs.alkatrade.xyz/how-to-use/wallet-create.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.
