Skip to content

tensor-hq/simple-nft-wash-trade-detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple wash trade detection

Author: richardwu.

Presented by: Tensor - fastest NFT marketplace and aggregator on Solana

Under notebooks/wash-trade-detection.ipynb, you'll find an analysis of Solana NFT sales from 2022/09 to 2023/03 and simple heuristics to detect wash trading and suspicious trades.

Data

You must download the marketplace dump file (1.5GB compressed) to data/ from Shadow Drive:

wget https://download.sdrive.app/file/b00d1afaee62e8c9acf171d5d20e6ce5 -O 20230301_marketplace_txs_w_rarity.csv.gz
# Check shasum
shasum 20230301_marketplace_txs_w_rarity.csv.gz
# > fcb1e67626874e1b3bd0d5b902b52d4f29c585b6  /Users/richardwu/Downloads/20230301_marketplace_txs_w_rarity.csv.gz
# Unzip + move to data folder.
gunzip 20230301_marketplace_txs_w_rarity.csv.gz
mv 20230301_marketplace_txs_w_rarity.csv data/

About

A simple algo for detecting NFT wash trades on Solana.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published