Advanced automation toolkit for decentralized exchange operations on BNB Chain. Features launch scanner, mirror executor, route manager, and liquidity simulator. Fully on-chain implementation with no third-party APIs, CLI-driven workflow, and enterprise-grade safety controls.
- if you have any question for developer of this project, contact via telegram or whatsApp - +44 7832607596
- Launch Scanner: Rapid acquisition of newly deployed tokens with configurable slippage and deadline management
- Mirror Executor: Real-time replication of monitored wallet activities with proportional sizing and exposure caps
- Route Manager: Batch execution of swap routes with multicall support and precise timing controls
- Liquidity Simulator: Automated buy/sell cycles with rate limiting for market testing and liquidity generation
- Alert System: Optional Telegram notifications for critical operations
- Safety Features: Configurable limits, simulation mode, and MEV-resistant settings
Load target list from parameters → Estimate output via DEX router → Apply slippage tolerance → Execute WRAPPED_NATIVE→TOKEN swap → Report transaction → Optional alert notification.
Monitor pending transactions → Filter by watched wallets → Detect DEX router interactions → Execute proportional position entry → Send alert notification.
Parse route sequence → Execute each route operation (acquisition phase, extensible for multicalls) → Apply deadline and slippage constraints.
Interval-based loop → Execute small acquisition → Approve if necessary → Liquidate partial/complete position → Repeat with rate limiting.
- Node.js >= 18.17
- BNB Chain RPC endpoint
- Funded wallet with private key
npm installCopy settings.env.template to .env and configure with your values. PancakeSwap V2 and WBNB mainnet addresses are pre-configured. For Telegram notifications:
ALERT_BOT_TOKEN=123:ABC
ALERT_CHAT_IDENTIFIER=123456789
Parameter files (use provided templates):
scanner.parameters.jsonmirror.parameters.jsonroutes.parameters.jsonliquidity.parameters.json
npm run build
# Launch Scanner
node build/cli.js launch-scan -p scanner.parameters.json --simulate
# Mirror Executor
node build/cli.js mirror-trade -p mirror.parameters.json
# Route Manager
node build/cli.js manage-routes -p routes.parameters.json
# Liquidity Simulator
node build/cli.js simulate-liquidity -p liquidity.parameters.json- Always test with
--simulateflag before live deployment - Start with conservative position sizes and gradually increase
- Verify all token and router contract addresses
- Launch Scanner: 300–800 basis points slippage is typical for volatile launches
- Mirror Executor: Set per-operation caps and monitor overall daily exposure
- Contact: Professional trading solutions inquiry channel
- Email: Technical support for enterprise deployments
- Never commit credentials to version control
- Use dedicated hot wallet with limited funds
- Verify all smart contract addresses before operations
- Always begin with simulation mode and minimal position sizes
- Enable proper monitoring and alerting systems
- Configurable gas price strategies
- Multi-wallet support for distributed execution
- Custom slippage curves based on liquidity depth
- Integration with multiple DEX protocols
- Comprehensive transaction analytics and reporting
MIT License - See LICENSE file for details
Disclaimer: This software is provided for educational and research purposes. Users are solely responsible for compliance with applicable laws and regulations. Trading cryptocurrencies carries substantial risk of loss.