Trading + Bundling

Undetecable Bundling

Basic Trading

  • Commands:

    • /buy <amount> <token_address> - Buy tokens

    • /sell <amount> <token_address> - Sell tokens

Example:

/buy 1.5 9eXC6W3ZKnkNnCr9iENExRLJDYfPGLbc4m6qfJzJpump

πŸ’° BUY ORDER EXECUTED
Token: $SYMBOL
Amount: 1.5 SOL
Tokens Received: 1,234,567 SYMBOL
Price: $0.00123 per token
Slippage: 2.1%
TX: abc123...xyz789

Bundle Trading

  • Commands:

    • /bundle <amount> <token_address> <wallet_indices> - Bundle buy across multiple wallets

    • /bundle-sell <amount> <token_address> [wallet_indices] - Bundle sell from multiple wallets

    • /bundle-sell all - Bundle sell all tokens across all wallets

Example:

/bundle 0.5 9eXC6...pump 1,2,3

🎯 BUNDLE BUY INITIATED
Token: $SYMBOL
Amount per wallet: 0.5 SOL
Wallets: 3 (indices 1,2,3)
Total: 1.5 SOL

βœ… Wallet 1: Success - 123,456 tokens
βœ… Wallet 2: Success - 123,789 tokens  
βœ… Wallet 3: Success - 123,234 tokens

Total tokens: 370,479 SYMBOL

Last updated