# Create Wallet

1️⃣ **Automatic Wallet Creation**\
A wallet is automatically generated when you start using Sorosbot.

2️⃣ **Generate Additional Wallets**\
You can create multiple wallets by clicking "Create Wallet" in the menu.

* When you click "Create Wallet" the system will create a new trading wallet for you and provide its wallet address and private key.
* **Important:** The private key of the newly generated wallet will be automatically deleted after a certain period. Please save it promptly.

💡 We recommend backing up your newly generated wallet using wallets like **Metamask**. Once funded, the new wallet can be used for trading.

⛔️ **Important Reminder:**

* Keep your private key secure.
* Ensure your private key is stored safely to avoid any loss of access to your wallet.


---

# 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://soros-bot.gitbook.io/sorosbot-docs/quick-setup-guide/publish-your-docs/create-wallet.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.
