Wallet UI
Wallet Operations Guide
FUND
Funds sub wallets with SOL
- Required before running bundler - Uses FUNDER_PRIVATE_KEY from .ENV
BALANCE
Balance check utility
- Checks SOL & Token balances - Covers all Sub Wallets, Dev & Funder wallets
TRANSFER TOKENS
Token transfer utility
- Moves tokens from sub wallets - Destination address specified via prompt
REFUND SOL
SOL recovery
- Returns all SOL from sub wallets - Sends to Funder Wallet
CLOSE TOKEN ACCTS
Account cleanup
- Closes all sub wallet token accounts - Reclaims rent fees in SOL
WALLET WARMUP
Activity simulation
- Buys & sells recent tokens - Random amounts (0.01-0.05 SOL) - Generates human-like wallet activity
BURN DEV SUPPLY
Token burn utility
- Prompts for burn percentage (0-100) - Burns from dev holdings
WALLET CLEANUP
Failed transaction recovery
- Attempts to sell remaining tokens - Targets failed WALLET WARMUP transactions - Note: Semi-deprecated, update pending
IMPORT WALLETS
External wallet integration
- Supports up to 20 wallets - Accepts BASE58 Private Keys - Compatible with bullX/photon wallets - Writes to wallets.txt
Claim Dev Rewards
Creator Fee Claim
Claims creator fee's from Pump on the current dev wallet in ENV file.
RETURN TO MAIN MENU
Navigation
Returns to main interface
Important Notes:
Always FUND wallets before running the bundler
Keep track of wallet balances regularly
Use WALLET CLEANUP after WARMUP if needed
Last updated