# Wallet Manager

The Wallet Manager is one of the core features of BullX. Here is where you can manage all of your deposits and withdrawals, create and group multiple wallets, and more. Using multiple wallets is a powerful tool for organizing your trading and acquiring larger positions in tokens without centralizing too much of the supply.

To create an additional wallet, select “New +” and then “Wallet.” When making additional wallets, you will see that you can download their private keys. Like we said in the Getting Started section, your private keys are extremely important and, for your security, BullX can only give them to you once. Any time you make a new wallet, you should download the keys immediately and save them in a secure place. You can also import them into a standard wallet like Phantom or Solflare so that you can always access your funds. When using multiple wallets, you can take advantage of BullX’s Distribute and Consolidate features to easily move funds.

If you want to trade with a wallet that you already own, you can import the private key directly into BullX and start trading with it. You can also group your wallets for more organization by clicking “New+” and then “Group.” For an old wallet you no longer use, select the three dots on the right side of its row and select “Archive.” You can always recover these wallets by opening the “Archived” folder.<br>

To fund a wallet, simply copy the wallet address and send crypto to it. To withdraw from BullX, you can either import your BullX wallet into a standard wallet and manage the funds there, or you can use BullX’s in-app withdraw feature. If you’ve set up 2FA, BullX will ask for your code before allowing you to add a withdrawal wallet. Once added, you can withdraw from your wallets to your withdrawal wallet at any time.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXdspMDTlkeBqh0Bhq6kJ-qSCt_Ts5dpsc98aMWcc7vEs_MI3A0DcdhDHlr63_W8hJORwViTOy__rRLF6tpQPUWJ24pO8Gn4UgFObvabZ7K3icVa5IHL2b15cpdGk4cZr1vjpnfC?key=E93o1yEIn0JZBHBiSuw080kz" alt=""><figcaption></figcaption></figure>

<br>


---

# 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://bullx.gitbook.io/bullx-neo-docs/wallet-manager.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.
