# Wallet Setup

***

### Create a New Wallet

1. From the **Main Menu**, tap **Wallet Menu**.
2. Select **Create Wallet +**.
3. Enter a name for your wallet (no spaces allowed).
4. PenguBot will confirm creation with the wallet name, address, and active chain.
   * Example:

     ```
     Your wallet newWallet has been created successfully.
     Address: 12121203sdnslkdfslndnanddsjvzsdbkzdjfnsd
     Chain: Abstract
     ```
5. Your new wallet will appear as the active wallet. Fund it to begin trading.

***

### Switch Wallets

* Use **Switch Wallet** in the Wallet Menu to change between wallets on the same chain.
* You can also type:

  ```
  switch to wallet_name
  ```

  PenguBot will automatically change your active wallet.

***

#### Delete Wallet

1. In **Wallet Menu**, tap **Delete Wallet 🗑️**.
2. A warning message will appear reminding you that deleted wallets cannot be recovered.

   > “By deleting a wallet, you permanently lose access. Be sure to export and back up your private key first.”
3. Select the wallet you want to delete or **cancel** to opt out.
4. Confirm deletion when prompted.\
   Example flow:

   ```
   Are you sure you wish to delete the wallet testWallet?
   [Yes] [No]
   ```
5. Once confirmed, PenguBot responds:

   ```
   Wallet testWallet has been deleted successfully.
   ```

***

### Check Active Wallet

* Select **Active Wallet** to view the current wallet’s name, address, and balance.
* You’ll also see a reminder on how to switch wallets using AI commands.

***

### Export Private Key

* Tap **Export Private Key 🔑** to reveal your key for external wallet import.
* Always write your private key down manually and store it securely offline. Never share or store it in your clipboard.


---

# 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.pengubot.ai/wallet-setup.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.
