Skip to content

Introduction

Drift Algo is an automated crypto trading bot that runs entirely through Telegram.

It finds new tokens, buys them based on your rules, watches the price, and sells when your exit conditions are met. You set up your strategy once and the bot handles the rest.

What it does

  • Scans for new tokens on BSC, Ethereum, and Base
  • Filters tokens by liquidity, volume, age, and price movement
  • Runs multiple layers of security checks before every trade
  • Buys tokens that pass all your filters
  • Monitors positions and sells based on your exit rules
  • Sends you Telegram notifications for every action

What you control

You configure everything through a step-by-step wizard in Telegram. No coding or technical knowledge needed.

Each chain (BSC, ETH, Base) gets its own independent config. You can run different strategies on different chains.

Built-in safety

The bot is designed to protect you from scam tokens and bad trades. Every token goes through multiple checks before a single trade is placed:

  • Contract verification to confirm the source code is published and not upgradeable
  • Honeypot detection to make sure you can actually sell the token after buying
  • Buy and sell tax simulation on-chain to catch hidden fees
  • LP lock check to verify at least 60% of liquidity is locked or burned
  • Holder concentration check to avoid tokens where a few wallets control the supply
  • Price impact limits to prevent trades that would move the market too much
  • Continuous monitoring that automatically rejects tokens if liquidity drops or data goes stale

These checks run automatically. You do not need to configure them. See Trading Flow for a full breakdown.

Next steps

Head to Quick Start to set up your bot in under 5 minutes.

Drift Algo