πŸ”„Data Ingestion and Preprocessing Module

  • Blockchain Scraper: Constantly monitors and extracts transaction data from the Ethereum blockchain, focusing on EVM wallet activities.

  • Data Preprocessor: Cleans and structures the raw data, identifying relevant features such as transaction amounts, timestamps, wallet addresses, and token types. It also tags transactions with preliminary labels based on simple heuristics (e.g., high-frequency trading activity might suggest a "Bot" or "Sniper" category).

Last updated