Analysis updated 2026-05-18
Continuously monitor several EVM chains for freshly deployed tokens, NFT mints, and DEX pools.
Filter and score early-stage crypto projects using on-chain activity plus official Twitter and website evidence.
Run a local dashboard to review discovered projects, queue health, and worker status without exposing data externally.
| faskety/onchain-alpha-radar | 0c33/agentic-ai | adennng/stock_strategy_lab | |
|---|---|---|---|
| Stars | 14 | 14 | 14 |
| Language | Python | Python | Python |
| Setup difficulty | hard | hard | hard |
| Complexity | 4/5 | 4/5 | 4/5 |
| Audience | developer | developer | researcher |
Figures from each repo's GitHub metadata at analysis time.
Requires Etherscan V2 API access and running multiple background workers across chains.
On-Chain Alpha Radar is a local-first tool for spotting new crypto projects while they are still just raw activity on a blockchain, before they show up on listing sites or trading dashboards. It watches Ethereum, Base, and BNB Smart Chain for fresh tokens, NFT mints, new trading pools, staking or claim contracts, and other early-stage contract activity, then records anything that looks meaningful. Once a contract is flagged, the system pulls metadata from Etherscan to understand what kind of contract it is, then checks for an official Twitter or X account and website to confirm the project is a real, identifiable effort rather than noise. Only contracts with matching official-looking accounts or websites can earn a medium or high score, which helps separate genuine early projects from random chatter and scanner bot posts. Everything is scored and stored locally in SQLite, so nothing depends on an outside server. The system is built to survive interruptions. It tracks exactly which blocks on each chain have already been scanned, so if a scan is stopped or a computer restarts, it picks up from where it left off instead of losing progress or missing blocks. The work is split into separate roles: a scanner that watches for new activity, a classifier that filters out low-value contracts, and an enricher that looks up social and website evidence and updates scores. A local dashboard, run through your own browser at a fixed address, shows chain activity, how many candidates are waiting for review, worker health, and score breakdowns. Settings like API keys are managed through the dashboard and stored in a local configuration file that stays out of version control. The project can be run as a single one-time scan, continuously in the background, or across multiple chains in sequence. It is written in Python and controlled through PowerShell scripts, and is aimed at someone who wants to independently monitor early on-chain activity without relying on third-party alpha or listing services. The full README is longer than what was shown.
A local-first tool that scans Ethereum, Base, and BNB Smart Chain for brand-new tokens, mints, and contracts, then scores and stores the promising ones on your own machine.
Mainly Python. The stack also includes Python, SQLite, PowerShell.
No license information is provided in the source material.
Setup difficulty is rated hard, with roughly 1h+ to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.