Assign each wallet a score (0–1000) based on Aave transaction behavior.
- Start at 400
- +7 per deposit
- +4 per repay
- –2 per borrow
- –60 per liquidation
- Clamped between 0 and 1000
python main.py
### Dataset Link
Due to GitHub file size limits, the main dataset (`user_transactions.json`) is hosted on Google Drive:
[Click here to download the dataset](https://drive.google.com/file/d/1vvgNBpF5cbHWAgcMfs0mSIRIQEEwSIgl/view?usp=sharing)