Skip to content

Trading Bot

A Telegram and Discord bot for managing positions and running swaps manually. It sits on top of the same execution layer used by the scrapers, so swaps go through the same path regardless of whether they were triggered automatically or by hand.

What you can do

  • Check wallet balances (SOL, BNB, tokens)
  • Buy and sell tokens by CA on Solana or BSC
  • Set autosell targets and cancel them
  • View open positions and recent transaction history
  • Trigger quick sells on existing positions
  • Restart or manage the scraper processes remotely

Chains

Both Solana and BSC are supported. The bot detects which chain a CA belongs to and routes accordingly.

On Solana, swaps go through the configured processor with priority fees. MEV protection is optional and can be toggled per trade.

On BSC, swaps go through the custom BSC execution path with live price checks and slippage control.

Price gate

Before executing a buy (on both chains), a price check runs against the current market cap and liquidity. If the token doesn't meet the configured thresholds, the buy is skipped and you're notified.

Notifications

Every executed swap sends a confirmation back to Telegram with the transaction signature, amount in/out, and a timestamp. Failed swaps are also reported with the reason.