STCRLGApr 21, 2022

Sequence-Based Target Coin Prediction for Cryptocurrency Pump-and-Dump

arXiv:2204.12929v225 citationsh-index: 12Has Code
AI Analysis

This work addresses the detection of fraudulent pump-and-dump activities in cryptocurrency markets to protect investors, representing a domain-specific incremental improvement.

The paper tackles the problem of predicting which cryptocurrencies will be targeted in pump-and-dump schemes before they occur, using a sequence-based neural network (SNN) that analyzes historical event patterns from Telegram channels, achieving enhanced prediction accuracy as verified through extensive experiments.

With the proliferation of pump-and-dump schemes (P&Ds) in the cryptocurrency market, it becomes imperative to detect such fraudulent activities in advance to alert potentially susceptible investors. In this paper, we focus on predicting the pump probability of all coins listed in the target exchange before a scheduled pump time, which we refer to as the target coin prediction task. Firstly, we conduct a comprehensive study of the latest 709 P&D events organized in Telegram from Jan. 2019 to Jan. 2022. Our empirical analysis reveals some interesting patterns of P&Ds, such as that pumped coins exhibit intra-channel homogeneity and inter-channel heterogeneity. Here channel refers a form of group in Telegram that is frequently used to coordinate P&D events. This observation inspires us to develop a novel sequence-based neural network, dubbed SNN, which encodes a channel's P&D event history into a sequence representation via the positional attention mechanism to enhance the prediction accuracy. Positional attention helps to extract useful information and alleviates noise, especially when the sequence length is long. Extensive experiments verify the effectiveness and generalizability of proposed methods. Additionally, we release the code and P&D dataset on GitHub: https://github.com/Bayi-Hu/Pump-and-Dump-Detection-on-Cryptocurrency, and regularly update the dataset.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes