← All stories
● Covered by 1 source · 1 reportLow impact1 neutral

Open-source tool detects crypto pump/dump regimes using Binance and Bybit data

🔄 Updated 1h ago
New to BrevFeed? We gather this story from every outlet covering it into one summary — ranked by real-world impact, not just the latest headline — so you never miss what matters. What is BrevFeed? →

Key points

  • Detects crypto pump/dump regimes from Binance and Bybit data.
  • Utilizes public market statistics and kline archives.
  • Alerts users through Telegram and offers a web review interface.
  • Requires Node.js 20+, pnpm 9+, and pm2 for production.
  • Does not require exchange API keys.

Crypto Pump/Dump Detection Tool Released

A new open-source TypeScript pnpm monorepo has been made available, designed to identify pump and dump regimes in cryptocurrency markets. The tool processes 1-minute and 5-minute market statistics and bulk kline archives obtained from Binance and Bybit. It operates without requiring exchange API keys, relying instead on public bulk archives and REST endpoints from these platforms.

Functionality and Alerts

The system is configured to detect pump and dump events and subsequently send alerts via Telegram. Users can subscribe to these alerts through a Telegram bot. Additionally, the project includes a web interface for manual review of detected pump events, allowing users to browse and filter events by status, category, exchange, symbol, and date. This review process is intended to build a human-labeled dataset.

Technical Requirements and Setup

To run the detector, users need Node.js 20+, pnpm 9+, and pm2 for process management in a production environment. Setup involves configuring a database, a Telegram bot token, and a classifier Telegram chat ID. The system can download several days of historical candle data, which can take hours depending on network and disk performance. Production runs are managed by pm2, which keeps the processes alive and restarts them as needed.

Contribution and Improvement

The project is actively seeking machine learning contributors. The manual review interface plays a role in this, as it allows for the creation of a human-labeled dataset from detected pump events. This dataset is crucial for evaluating and enhancing the screener's detection algorithms, fostering continuous improvement of the system's accuracy.

✨ This summary was generated by AI from the outlets' reporting listed below. It is not independently verified and may contain errors — check the original sources. How BrevFeed works →

The daily brief

One email each morning: the day's tech stories, clustered across outlets and summarized. No account needed.

One email a day. Unsubscribe in one click, any time.

Today's brief

Spend a few minutes, get the whole day. Every topic's top stories in one hands-free rundown — listen, watch, or read the transcript.

~11 min · 9 stories · Aug 16

▶ Play today's brief Listen on Spotify

New every morning, and the back catalogue is archived by date.

Reporting from

An open-source TypeScript pnpm monorepo has been released that detects cryptocurrency pump and dump schemes using public market data from Binance and Bybit. The tool alerts users via Telegram and includes a web interface for reviewing detected events, aiming to create a human-labeled dataset for improving detection accuracy.