Skip to content

ylytdeng/washwatch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WashWatch

Weekly wash trading intelligence brief. Monitors cryptocurrency exchanges and DeFi protocols for wash trading, fake volume, and market manipulation signals.

Live: https://joshua-deng.github.io/washwatch/

How It Works

  1. Data Collection — Weekly GitHub Actions fetches wash trading and market manipulation signals from CPW Tracker API across multiple entity/topic combinations
  2. AI AnalysisGitHub Models generates a risk assessment and key findings summary
  3. Dashboard — Static site deployed to GitHub Pages displays signals with severity classification, trend tracking, and detection methodology

What Makes This Different

Unlike general cybersecurity monitors, WashWatch focuses exclusively on market integrity:

  • Multi-query coverage — Queries wash trading, market manipulation, and fake volume separately for comprehensive signal capture
  • Severity classification — Automated triage of signals into critical/high/medium/low
  • AI-powered analysis — Weekly risk level assessment with actionable key findings
  • Historical trackingdata/history.json accumulates weekly snapshots for trend analysis over time
  • Detection methodology — Explains the statistical methods (Benford's Law, volume-volatility correlation, time-of-trade CV analysis) used in professional wash trading detection

Setup

  1. Clone this repo
  2. Subscribe to CPW API Basic plan (100 free requests/month)
  3. Add RAPIDAPI_KEY to repository Settings → Secrets → Actions
  4. Enable GitHub Pages (Settings → Pages → Source: GitHub Actions)
  5. Workflow runs weekly on Sundays, or trigger manually via Actions tab

Detection Methods Reference

Method Metric Suspicious Threshold
Volume-Volatility Correlation Pearson r between volume and price volatility r < 0.4 sustained
Benford's Law (K-S Test) First-digit distribution vs expected test value > 1.36/√n
Time-of-Trade CV Coefficient of variation of trade counts per second/minute CV < 0.5
Buy/Sell Ratio Proportion of buy to sell market orders Outside 0.4-0.6

Built With

About

Weekly Wash Trading Intelligence Brief - AI-powered market manipulation detection

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors