Wallet UI

Wallet Operations Guide

Operation
Description
Key Details
  1. FUND

Funds sub wallets with SOL

- Required before running bundler - Uses FUNDER_PRIVATE_KEY from .ENV

  1. BALANCE

Balance check utility

- Checks SOL & Token balances - Covers all Sub Wallets, Dev & Funder wallets

  1. TRANSFER TOKENS

Token transfer utility

- Moves tokens from sub wallets - Destination address specified via prompt

  1. REFUND SOL

SOL recovery

- Returns all SOL from sub wallets - Sends to Funder Wallet

  1. CLOSE TOKEN ACCTS

Account cleanup

- Closes all sub wallet token accounts - Reclaims rent fees in SOL

  1. WALLET WARMUP

Activity simulation

- Buys & sells recent tokens - Random amounts (0.01-0.05 SOL) - Generates human-like wallet activity

  1. BURN DEV SUPPLY

Token burn utility

- Prompts for burn percentage (0-100) - Burns from dev holdings

  1. WALLET CLEANUP

Failed transaction recovery

- Attempts to sell remaining tokens - Targets failed WALLET WARMUP transactions - Note: Semi-deprecated, update pending

  1. IMPORT WALLETS

External wallet integration

- Supports up to 20 wallets - Accepts BASE58 Private Keys - Compatible with bullX/photon wallets - Writes to wallets.txt

  1. Claim Dev Rewards

Creator Fee Claim

Claims creator fee's from Pump on the current dev wallet in ENV file.

  1. 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