A Simple Telegram bot for everyone who keeps missing the ALPHA SIGNALS while trading!
Problem Crypto traders constantly face information overload. New tokens launch every hour, conversations explode on X, and by the time retail investors notice, the alpha is already gone. Most traders either miss opportunities or can’t stay awake 24/7 to catch them.
Solution Our project solves this by combining real-time token data with social signals:
Impact This means traders get a personalized alpha feed, backed by both on-chain data and social buzz, with the ability to act instantly through automated trading. Instead of chasing trends late, they stay ahead of the market.
We built the project with a focus on speed, automation, and modularity. The core stack is Node.js with TypeScript, which allowed us to structure the code cleanly while moving fast.
Data & Scheduling: We used cron jobs to continuously fetch both token data and social mentions on a set interval, making sure our signals stay real-time without overloading APIs.
On-chain & Trading: For wallet interactions and trade execution, we used ethers.js. We integrated with Uniswap v4 hooks to simulate and execute trades efficiently, which was crucial for enabling automated alpha trading.
Storage Layer: We used MongoDB as temporary storage for caching token metadata, influencer mentions, and user-defined filters. This lightweight approach gave us flexibility without needing heavy infrastructure.
RPC & Data Access: We relied on Alchemy RPC for reliable on-chain queries and trade execution. It provided the stability and speed we needed during development.
User Interface: For user interaction, we built a Telegram bot. This allowed us to deliver alpha signals directly into users’ chats and let them control filters or enable auto-trading from an interface they already use daily.

