Github Open Source
Last updated
Last updated
Access the full source code of Sylphia on GitHub. Our repository includes the codebase for the Chrome extension, documentation for setup and usage, and details on how to contribute. If you're interested in improving the project or exploring the technical details, feel free to fork the repository, submit issues, or make pull requests.
Goal: Detect potential wash-trading or artificial bot-generated activity.
How it works:
Fetches 24h token stats via DexScreener:
txCount
β total trades in 24 hours
volume
β total volume in USD
priceChange
β % price movement in 24h
Heuristic Formula:
Interpretation: Many small, repetitive trades with minimal price change = likely bots or wash volume.
###2. πΈοΈ Sybil Map Scanner Goal: Detect abnormal wallet clusters (multi-account or Sybil activity).
How it works: Uses txCount as a heuristic baseline.
Flags risk levels based on unusual transaction frequency to simulate clustering.
Heuristic Formula:
Interpretation: High transaction counts may indicate clustered wallets acting together.
###3. π Whale Clustering AI Goal: Detect significant activity by high-volume wallets (βwhalesβ).
How it works: Analyzes trade count and volume to estimate whale accumulation or volatility.
**Heuristic Formula **: