Managing fragmented wallet balances on the TRON network can feel like operating a conveyor belt with no automation — fast-moving, repetitive, and error-prone. If your operation involves regularly consolidating TRX or TRC-20 tokens across dozens or thousands of wallets, the need for sweeping automation is no longer optional — it's foundational.
That’s where BTAS PRO enters the conversation.
## What is BTAS PRO?
BTAS PRO (short for Batch-Tron-Auto-Sweep Professional) is a CLI-based tool designed for TRON professionals who need to automate token collection across large wallet sets — with scale, reliability, and minimal interaction.
Built for both TRX and TRC-20 tokens, BTAS PRO provides real-time monitoring, intelligent balance detection, automated fee handling, and continuous cycling of sweep operations — all from a command line interface.
## Who is it built for?
Crypto funds and custodians managing multiple TRON wallets
Developers overseeing batch airdrops or staking payouts
Token operators needing TRC-20 approval + transfer automation
Anyone tired of cobbling together manual scripts that don’t scale
## Key Highlights
✔️ TRX and TRC-20 sweeping
✔️ Up to 2,250 wallets per batch (RPC-efficient)
✔️ Energy-aware funding logic for TRC-20 transfers
✔️ Fully obfuscated, production-ready CLI
✔️ TESTNET & MAINNET supported
Once installed, it runs continuously with detailed logs and an interactive mode for sweep control.
## Configuration: Minimal & Clear
Instead of complex deployments, BTAS PRO uses a simple .env config system. You set:
Your destination wallet and private key
API key (optional, for higher rate limits)
Sweep mode and pause intervals
Token contract address for TRC-20 mode
Example .env snippet:
FULL_HOST=https://api.trongrid.io
DESTINATION_ADDRESS=...
DESTINATION_PRIVATE_KEY=...
CYCLE_PAUSE_MS=60000
It also accepts a wallets.txt file with all private keys — one per line. The tool auto-derives addresses and manages approvals and transfers behind the scenes.
Sweep Modes
$ node btaspro.js
____ _____ _ ____ ____ ____ ___
| __ )_ _|/ \ / ___| | _ \| _ \ / _ \
| _ \ | | / _ \ \___ \ | |_) | |_) | | | |
| |_) || |/ ___ \ ___) | | __/| _ <| |_| |
|____/ |_/_/ \_\____/ |_| |_| \_\\___/
----------------------------------
BatchTronAutoSweep PRO Version: 1.4
----------------------------------
Developed by Fahd El Haraka ©
Telegram: @thisiswhosthis
Website: https://btaspro.com
GitHub: https://github.com/ELHARAKA
----------------------------------
Select sweep mode:
1 - Sweep TRX
2 - Sweep TRC-20
3 - Quit
Enter choice (1–3):
TRX Sweep Mode: Collects native TRX across all wallets, calculates fee buffers, and transfers cleanly.
TRC-20 Sweep Mode: For tokens like USDT/USDC — performs approve() + transferFrom() while managing TRX top-ups automatically per wallet.
Real-Time Feedback
Once running, the CLI displays:
$ node btaspro.js
____ _____ _ ____ ____ ____ ___
| __ )_ _|/ \ / ___| | _ \| _ \ / _ \
| _ \ | | / _ \ \___ \ | |_) | |_) | | | |
| |_) || |/ ___ \ ___) | | __/| _ <| |_| |
|____/ |_/_/ \_\____/ |_| |_| \_\\___/
----------------------------------
BatchTronAutoSweep PRO Version: 1.4
----------------------------------
Developed by Fahd El Haraka ©
Telegram: @thisiswhosthis
Website: https://btaspro.com
GitHub: https://github.com/ELHARAKA
----------------------------------
🌀 Sweep started at 8:51:20 PM
📈 Monitoring: 936,281 wallets
⌛ Uptime: 00:00:44 - Running...
💰 Collected: 44.135151 USDT
✅ Success TXs: 4
❌ Failed TXs: 0
Current sweep session uptime
Cumulative amount collected
Success/failure counts
Log output to sweep.log for auditing
It’s built to run quietly in the background, but gives full visibility when needed.
## Obfuscation for Protection
The CLI logic is obfuscated intentionally to prevent reverse engineering or unauthorized redistribution. You still retain full control via .env and your own wallet/private key data — the obfuscation is for business protection, not feature limitation.
## Source Access (Under NDA)
For companies and integrators who require full transparency, we offer lifetime source access under a strict non-disclosure agreement (NDA). This includes:
Access to full un-obfuscated source code
Rights to audit and integrate internally
Lifetime updates
No redistribution or resale rights
Priority support via Telegram and email
💼 Interested in source access? Contact us through https://btaspro.com to initiate an NDA-based review process.
## Final Thoughts
BTAS PRO isn’t trying to be flashy. It’s for teams that just need it to work — reliably, silently, and at scale. With support for both testnet and mainnet, energy handling, and minimal setup, it’s the kind of CLI utility that becomes an invisible but critical part of your TRON infrastructure.
💡 Want to try the CLI version? You can license and access it securely at: https://btaspro.com
Top comments (0)
Some comments may only be visible to logged-in visitors. Sign in to view all comments.