Token-Analysis
A foundation for building token transaction analysis tools on Solana.
Videos
Description
# Token Analysis
A foundation for building token transaction analysis tools on Solana. Provides comprehensive token analytics with an extensible architecture for custom analysis requirements.
## What It Analyzes
The tool examines token transaction patterns through four core metrics:
### Timing Cluster Analysis (40% weight)
Identifies transactions occurring within suspicious time windows (30s, 1min, 5min). Groups consecutive transactions and scores based on cluster size relative to total transactions. High scores indicate potential bot or bundler coordination.
### Wallet Similarity Detection (30% weight)
Analyzes behavioral patterns across wallets by examining transaction frequency distributions. Calculates coefficient of variation in transaction counts - lower variation suggests coordinated behavior from potentially related wallets.
### Transaction Size Patterns (20% weight)
Detects automated buying through transaction amount analysis. Examines variance in transaction sizes and flags suspiciously similar amounts that suggest preset bot parameters rather than organic trading.
### Token Distribution Concentration (10% weight)
Measures wealth concentration using Gini coefficient calculations. Evaluates how token holdings are distributed among buyers to identify potential accumulation strategies.
Progress During Hackathon
Deployed online. Pitch deck in progress
Tech Stack
Fundraising Status
None