# Wallet Management

Proper wallet management is key for successful trading. This guide explains how to set up and manage your trading wallets across different chains.

## 🛡️ Wallet Basics

Wallets are used for a certain chain/network so that you can manage your funds and assign bots to a wallet without mixing up the networks. There are stable wallets that can be used to swap to USD, and a "Exit Everything" button to exit all trades and swap everything to USD - good to have in times of shaky markets.

* **Wallet (Virtual)**: Paper Trading
  * 10 SOL initial balance
  * Simulated trading only
* **Wallet 1**: SOL
  * For trading on Solana (PumpFun and Raydium)
* **Wallet 2**: ETH
  * For trading on Ethereum & Base
* **Wallet 3**: BNB
  * For trading on Binance Smart Chain (Four.Meme)
* **Wallet 4:** Hype / USDC
  * For trading on HyperEVM (HYPE) & HyperLiquid (USDC)
  * HyperLiquid Spot requires USDC, not Hype.
* **Wallet 5:** Stable Vault (Multi Chain)
  * Not used by any trading bot, can hold USDT, USDC and DAI
  * Transfer here to secure profits or when markets are shaky
  * Can be transferred/swapped to any chain/wallet/token from within the bot

<figure><img src="/files/rjbM5gn5X0gOwtm22fWK" alt="" width="375"><figcaption></figcaption></figure>

## Initialize Wallets

### Wallet Setup Wizard

1. Navigate to "Manage Wallets"
2. Follow the wallet setup wizard

### Security: Enable 2FA

* Enable 2FA Verification: Requires a two-factor authentication code for withdrawals and transfers. Protects your funds in case your Telegram account is being compromised, hacked or lost. Backup the 2FA recovery code offline in a secure location
* If you can't access your Telegram account anymore, no big deal. Restore your trading bot accounts and wallets: Create a new Telegram account and restore your old trade accounts and wallets with your 2FA recovery code.
* [Read more: Security](/getting-started/security.md)

## Take Profit

**Move Profits to your Stablecoin Vault**

It's important to secure profits, for this purpose you have your Stablecoin wallets which are not used by any trading bot, you can quickly move funds to/from trading bots.

## Deposits

**Add funds across all chains**

* We recommend you deposit the correct native token that is being used for trading, e.g. SOL for Solana or BNB for Binance Smart Chain.
* If you send funds on the wrong network, we got you, the deposit is moved automatically to your Stablecoin wallet.

## Withdrawals

**Remove funds anytime**

* Select withdrawal wallet and amount
* Verify with 2FA authentication
* Done

## Troubleshooting

### Common Issues

* **Transaction Delays**
  * Check the network status
  * Verify current gas/fees
  * Contact support
* **Balance Discrepancies**
  * Review swap transactions
  * Check pending operations
  * Contact support if needed

## 🆘 Need Help?

If you need help or you have questions, don't hesitate to contact us:

* 💬 [24/7 Telegram Support](/support/contact.md)
* 👥 [Community (Private Group)](/member-only/private-group.md)


---

# 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.pumpfarmer.pro/trading/wallet-management.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.
