Blockchain Papers

Follow blockchain research across journals, conferences, and preprint repositories.

246 papersLast indexed Aug 31, 2026
Search papers

Paper index

246 results · page 1 of 11

Clear filters
Jul 29, 2026·Research Square
0 cites
Drift-Aware Incremental Clustering for Cryptocurrency Rug-Pull Detection: An Empirical Comparison Against Periodic-Retrain Baselines on Real Ethereum Data

Jean Chrysostome NDAYISABYE

Abstract Cryptocurrency rug pulls, in which token developers withdraw liquidity or otherwise abandon a project after attracting investment, remain a persistent and costly form of decentralized finance (DeFi) fraud. Prior detection approaches, whether feature-engineered supervised classifiers or temporal graph learning models, are typically trained and periodically retrained on labeled data, without an explicit, continuously operating mechanism to detect when the underlying decision boundary has drifted between retraining cycles. Malware threat intelligence has separately developed and validated concept-drift-aware incremental clustering specifically to address this class of problem for evolving malware families. This paper adapts that methodology to the cryptocurrency rug-pull domain and evaluates it empirically against a periodically retrained supervised baseline on a real, temporally-hygienic dataset of 633 labeled Ethereum token projects. Using a strict chronological warm-start, validation, and held-out test split explicitly designed to avoid the hyperparameter-tuning leakage identified and corrected during this study we find that the periodic-retrain baseline achieves marginally higher F1-score (mean 0.891, std 0.008) than the drift-aware clustering approach (mean 0.873, std 0.014) across five independent chronological splits, and is substantially more stable, exhibiting far lower variance in precision across time periods (std 0.015 versus 0.064 for clustering). The clustering approach's principal advantage is a markedly lower false-positive rate in several splits, at the cost of reduced and less stable recall. These findings offer a specific, mechanistically grounded, and negative-leaning result for the transfer of drift-aware clustering from malware detection to on-chain fraud detection under this feature set, and motivate concrete directions richer behavioral features, principled hyperparameter search, and comparison against temporal graph learning baselines for future work.

Open access
Advanced Malware Detection Techniques
Data Stream Mining Techniques
Anomaly Detection Techniques and Applications
Original source
Jun 20, 2026·Data Mining and Knowledge Discovery
1 cites
Dynamic instance weighting for online learning in multi-cryptocurrency price and trend forecasting

Antonio Pellicani, Gianvito Pio, Sašo Džeroski, Michelangelo Ceci

Abstract The cryptocurrency market represents a significant innovation in the financial ecosystem, built upon cryptographic principles to ensure secure and transparent transactions. Cryptocurrencies experienced a global adoption, driven by their decentralized nature that enables borderless transactions without third-party intermediaries. The price of cryptocurrencies is characterized by a significant volatility, that introduces both opportunities and challenges. In this context, the development of accurate methods for the forecasting of price variation, able to work in real-time on data streams, has become vital for various stakeholders. In this paper, we propose a novel approach, called LEMON, for the online prediction of the price variation of cryptocurrencies, that leverages possible temporal correlations among them. Our approach stems from the empirical evidence that cryptocurrencies tend to form groups characterized by similar trends, a behavior often attributed to shared market dynamics and common external factors. Through the analysis of temporal correlations, LEMON dynamically identifies these groups, that are then exploited to learn multiple multi-target tree-based models, specifically designed for processing continuous data streams. LEMON also introduces a novel adaptive non-parametric weighting scheme, that automatically adjusts the importance of each instance based on the observed data distribution in real-time, improving the forecasting of the price variation. Our experiments, performed on 16 datasets related to 16 cryptocurrencies, demonstrate that LEMON outperforms state-of-the-art approaches in two distinct prediction tasks: forecasting the closing price variation (regression) and predicting the market trend direction (classification), making it an effective tool to support stakeholders requiring accurate real-time predictions.

Open access
Data Stream Mining Techniques
Blockchain Technology Applications and Security
Stock Market Forecasting Methods
Original source
Jun 15, 2026·International Journal of Creative and Open Research in Engineering and Management
0 cites
A Streaming Data Collection and Analysis for Bitcoin Using LSTM Algorithm

A. B. Hajira Be A. B. Hajira Be, S.Bhuvaneshwari S.Bhuvaneshwari, Sankari.S Sankari.S

Cryptocurrency markets have gained significant global attention due to their decentralized nature and high financial value. Among various cryptocurrencies, Bitcoin is the most widely traded and exhibits highly volatile price behavior. Accurate analysis and prediction of Bitcoin price trends are challenging because the market is influenced by rapid trading activities, large data streams, and complex temporal patterns. This paper presents a streaming data collection and analysis system for Bitcoin using the Long Short-Term Memory (LSTM) deep learning algorithm. The proposed system continuously collects real-time Bitcoin market data from online cryptocurrency exchanges through streaming APIs. The collected data is then preprocessed and analyzed using an LSTM-based predictive model capable of learning long-term dependencies in time-series data. The LSTM network processes sequential historical price data to forecast future market trends and provide analytical insights into Bitcoin price movements. The system integrates data acquisition, preprocessing, deep learning-based prediction, and visualization modules to create an efficient cryptocurrency analysis framework. The proposed approach focuses on improving prediction accuracy by combining real-time streaming data with advanced neural network models. This system can assist researchers, financial analysts, and investors in understanding cryptocurrency market behavior and making informed trading decisions. The proposed design demonstrates the feasibility of integrating streaming data technologies with deep learning models for real-time financial market analysis. Keywords— Cryptocurrency, Bitcoin, Streaming Data, LSTM Algorithm, Deep Learning, Time-Series Prediction, Financial Data Analysis.

Open access
Stock Market Forecasting Methods
Blockchain Technology Applications and Security
Data Stream Mining Techniques
Original source
May 28, 2026·Zenodo (CERN European Organization for Nuclear Research)
0 cites
The SS-138 Protocol: A Deterministic Ingress Architecture for Distributed Data Drift Isolation

SquirrelSniper138

THE SS138 PROTOCOL: A DETERMINISTIC INGRESS ARCHITECTURE FOR DISTRIBUTED DATA DRIFT ISOLATION Abstract — This paper introduces the SS138 protocol, an invariant edge gateway architecture designed to isolate and eliminate calculation variance, packet time-series anomalies, and systemic tracking drift before data reaches downstream processing components. The architecture provides an application-layer structural filter, mapping incoming data vectors onto a fixed coordinate system bound by a multi-phase temporal macro framework. By evaluating metrics across structured phase intervals, the protocol achieves deterministic input sanitization and real-time entropy tracking with minimum algorithmic overhead, reducing the attack surface and protecting downstream distributed ledgers from processing failures or data propagation errors. Owner and Developer SquirrelSniper138 from YouTube

Open access
2 source records
Data Stream Mining Techniques
Distributed systems and fault tolerance
Internet Traffic Analysis and Secure E-voting
Original source
Mar 28, 2026·Computational Economics
1 cites
Regime-Aware Adaptive Forecasting Framework for Bitcoin Prices Using Probabilistic Generative Models

Simona-Vasilica Oprea, Adela BÂRA

Abstract This research presents a regime-aware hybrid forecasting framework for the Bitcoin market’s nonlinear, nonstationary and regime-switching behavior. The architecture integrates econometric models, neural forecasting and meta-learning, unified under a regime-detection mechanism using probabilistic inference. Central to the approach is a Hidden Markov Model (HMM) trained on log returns, which infers latent market regimes, bull, bear and sideways, based on statistical characteristics rather than arbitrary thresholds. Each detected regime triggers a specialized forecasting model: ARIMAX for volatile bear markets, SARIMAX for cyclical sideways periods and NeuralProphet for nonlinear bullish dynamics. These models leverage historical returns (Jan. 2012-Jun. 2025) and external signals, including technical indicators (RSI, MACD, Bollinger bands) and volatility metrics. A meta-learning layer, implemented via XGBoost, dynamically selects the optimal model at each time step based on the regime. This enables real-time adaptation to evolving market conditions. Predictions are made on log returns and translated into price forecasts through exponentiation. The framework’s performance is evaluated using R 2 , Mean Absolute Error (MAE) and Root Mean Squared Error (RMSE). The regime-aware model outperforms the no-regime model significantly across all metrics, especially in error reduction (MAE cut by ~ 56%) and higher explanatory power (R² increased from 0.82 to 0.91). Ablation results confirm the structural validity of the proposed framework, with the regime–model assignment (ARIMAX for bear, SARIMAX for sideways, NeuralProphet for bull) achieving the lowest forecasting error (MAE = 736, R 2 = 0.93) at the yearly level and outperforming alternative configurations. The inferred regimes exhibit economically meaningful persistence (average durations 14.8–22.4 days) and transition stability (diagonal probabilities 0.91–0.94). The meta-learning component shows coherent and interpretable behavior, with regime labels and recent model errors explaining nearly 70% of decision weight and regime-consistent model selection exceeding 80%. These forecasting gains translate into tangible economic benefits: in a six-month backtest, the proposed strategy delivers the highest return (19%), lowest drawdown (19%) and highest Sharpe ratio (1.01), outperforming all benchmarks.

Open access
Stock Market Forecasting Methods
Blockchain Technology Applications and Security
Data Stream Mining Techniques
Original source
Mar 18, 2026·AI and Machine Learning in Digital Finance: Fraud Detection, Secure Payments, and Stock Market Forecasting
0 cites
Next-Generation Financial Fraud Detection Using AI, DL, and Graph Analytics

N Sudha, A Lakshmisri

The accelerating digitization of financial services has transformed global economic ecosystems while simultaneously amplifying the scale, speed, and structural complexity of financial fraud. Real-time payments, open banking infrastructures, fintech platforms, and decentralized finance environments have expanded transactional connectivity, creating highly dynamic and interconnected risk landscapes. Conventional rule-based and standalone machine learning systems demonstrate limited effectiveness against adaptive adversaries, coordinated fraud rings, synthetic identity schemes, and cross-platform laundering networks. Advanced detection strategies require intelligent architectures capable of modeling temporal behavior, relational dependencies, and large-scale streaming data within production-grade environments. This chapter presents a comprehensive framework for next-generation financial fraud detection integrating Artificial Intelligence, Deep Learning, and Graph Analytics. The discussion synthesizes supervised, unsupervised, and semi-supervised learning approaches with sequential deep learning architectures, transformer-based models, and graph neural networks for network-aware inference. Emphasis is placed on hierarchical multi-stage detection systems, cloud-native deployment strategies, adversarial robustness, privacy-preserving computation, and real-world validation methodologies. Critical challenges such as extreme class imbalance, concept drift, scalability of graph processing, explainability under regulatory constraints, and cross-institution collaboration are systematically examined. A unified hybrid AI–graph intelligence architecture is articulated to address both transactional anomalies and coordinated fraud ecosystems. The chapter contributes a structured taxonomy of modern financial fraud, an integrated modeling perspective combining temporal and structural intelligence, and a deployment-oriented evaluation framework aligned with real-world financial operations. By bridging theoretical advancements with production-grade implementation considerations, this work establishes a rigorous foundation for scalable, interpretable, and resilient fraud detection systems within evolving digital financial infrastructures.

Open access
Imbalanced Data Classification Techniques
Financial Distress and Bankruptcy Prediction
Data Stream Mining Techniques
Original source
Dec 30, 2025·SINDH UNIVERSITY RESEARCH JOURNAL -SCIENCE SERIES
0 cites
Hybrid Deep Learning Model for Bitcoin and Ethereum Price Prediction using Sentiment Analysis

Sattar

Cryptocurrencies have upended the financial industry since they provide decentralized and peer-to-peer transactions. However, due to market volatility and the numerous non-linear relationships between price dynamics and human mood, forecasting Bitcoin values is a difficult task. The deep learning architecture shown in this work combines sentiment confidence scores derived from cryptocurrency-related tweets utilizing Transformer-based natural language processing with historical price indicators. The model incorporates Convolutional Neural Networks (CNN) to detect local time-series patterns and Long Short-Term Memory (LSTM) networks to produce long-term dependencies. We apply this architecture, involving sequence-based preprocessing and normalization, to Bitcoin and Ethereum to ensure robustness. Evaluations in comparison to baseline models Sentiment fusion dramatically increases predicting accuracy, especially during times of market turbulence, according to CNN-LSTM without sentiment, vanilla LSTM, and ARIMA. Our research helps develop scalable, sentiment-aware financial forecasting algorithms that better reflect the behavior of real markets.

Open access
Stock Market Forecasting Methods
Blockchain Technology Applications and Security
Data Stream Mining Techniques
Original source
Dec 13, 2025·Applied Soft Computing
2 cites
Identification of Bitcoin volatility drivers using statistical and machine learning methods

Piotr Fiszeder, Witold Orzeszko, Radosław Pietrzyk, Grzegorz Dudek

This study advances the understanding of Bitcoin volatility forecasting by analysing an extensive set of 62 explanatory variables, including cryptocurrency market behaviour, Google search trends, financial indices, and economic indicators. We employ Bayesian Model Averaging (BMA), Least Absolute Shrinkage and Selection Operator (LASSO), and Random Forest (RF) methods to assess variable importance and forecast accuracy. Our research demonstrates that LASSO and RF models incorporating exogenous variables significantly improve both daily and weekly Bitcoin variance forecasts compared to models using only lagged Bitcoin volatilities. Key factors influencing Bitcoin volatility include lagged realised variances, trading volume, and Google search intensity. The study reveals that the impact of these variables on Bitcoin volatility is time-varying, reflecting its evolving relationship with broader economic indicators and market sentiment. Our findings contribute to the literature by providing a comprehensive analysis of Bitcoin volatility drivers, evaluating the effectiveness of variable transformations, and comparing the performance of advanced forecasting methods in handling the cryptocurrency's extreme volatility. These insights are valuable for researchers, investors, portfolio managers, and policymakers navigating the dynamic cryptocurrency market.

Open access
Stock Market Forecasting Methods
Blockchain Technology Applications and Security
Data Stream Mining Techniques
Original source
Oct 13, 2025·Revista Ingenio global.
1 cites
Modelado de series temporales en criptomonedas con ARIMA: Un análisis empírico aplicado a Bitcoin y Ethereum

Fabricio Marcillo, Melissa Quiñonez, Patricio Neptali Vaca Escobar, Graciela Trujillo

El estudio analizó el comportamiento de las criptomonedas Bitcoin y Ethereum durante el año 2024 mediante la construcción de un modelo estadístico ARIMA (AutoRegressive Integrated Moving Average). La investigación utilizó un enfoque cuantitativo que se dividió en cuatro etapas: recopilación y limpieza de datos históricos, verificación de la estabilidad de los datos, identificación y estimación de los mejores parámetros usando criterios de información, y validación mediante medidas de precisión y análisis de residuos. Los resultados demostraron que el modelo ARIMA fue útil en el pronóstico de valores en mercados estables, destacando su trayectoria en el análisis de datos financieros. Además, los valores bajos de RMSE y MAPE validaron que el modelo tiene la capacidad de realizar pronósticos precisos en escenarios con alta frecuencia. En particular, el MAPE de Bitcoin fue 2,25 % y el de Ethereum 2,85 % durante la etapa de prueba, demostrando que los valores pronosticados tuvieron una ligera desviación con respecto a los reales. No obstante, el modelo puede verse afectado en periodos de alta volatilidad, como en las burbujas especulativas o en los desplomes bursátiles, ya que no tiene la capacidad de adaptarse dinámicamente a cambios súbitos en los parámetros; sin embargo, su utilidad puede mejorar al combinar modelos híbridos con ARIMA.

Open access
Blockchain Technology Applications and Security
Data Stream Mining Techniques
Stock Market Forecasting Methods
Original source
Oct 8, 2025·Entropy
2 cites
Balanced-BiEGCN: A Bidirectional EvolveGCN with a Class-Balanced Learning Network for Dynamic Anomaly Detection in Bitcoin

Bo Xiao, Wei Yin

Bitcoin transaction anomaly detection is essential for maintaining financial market stability. A significant challenge is capturing the dynamically evolving transaction patterns within transaction networks. Dynamic graph models are effective for characterizing the temporal evolution of transaction systems. However, current methods struggle to mine long-range temporal dependencies and address the class imbalance caused by the scarcity of abnormal samples. To address these issues, we propose a novel approach, the Bidirectional EvolveGCN with Class-Balanced Learning Network (Balanced-BiEGCN), for Bitcoin transaction anomaly detection. This model integrates two key components: (1) a bidirectional temporal feature fusion mechanism (Bi-EvolveGCN) that enhances the capture of long-range temporal dependencies and (2) a Sample Class Transformation (CSCT) classifier that generates difficult-to-distinguish abnormal samples to balance the positive and negative class distribution. The generation of these samples is guided by two loss functions: the adjacency distance adaptive loss function and the symmetric space adjustment loss function, which optimize the spatial distribution and confusion of abnormal samples. Experimental results on the Elliptic dataset demonstrate that Balanced-BiEGCN outperforms existing baseline methods in anomaly detection.

Open access
Anomaly Detection Techniques and Applications
Data Stream Mining Techniques
Network Security and Intrusion Detection
Original source
Sep 19, 2025·International Journal of Service Science Management Engineering and Technology
0 cites
WELL-AI Platform

Inas Al Khatib, Malick Ndiaye

Bad medical debt negatively impacts individuals' physical and mental well-being, can discourage future care-seeking, and is increasingly viewed as a social determinant of health. Addressing this issue by linking the healthcare sector with humanitarian efforts presents a significant global challenge, requiring innovative solutions. This paper aims to synthesize existing literature on the topic. Using the Scopus database, a systematic review of literature was conducted from 1990 to 2024, employing the PRISMA framework. Thematic analysis was applied to organize and interpret the findings. Reviewing 958 papers, including 318 key sources, revealed a pressing need for a SMART blockchain healthcare platform. Such a platform would securely connect beneficiaries with philanthropists, facilitate data sharing, and align donor requirements with beneficiary criteria. Employing decentralized autonomous organization frameworks and smart contracts ensures transparency, efficiency, and accountability through automated and secure processes.

Open access
Blockchain Technology Applications and Security
IoT and Edge/Fog Computing
Data Stream Mining Techniques
Original source
Sep 1, 2025·Journal of Current Research in Blockchain.
1 cites
Analysis of Gas Fee Patterns in Blockchain Transactions - A Case Study on Ethereum Smart Contracts

Adi Suryaputra Paramitha

Gas fees play a crucial role in Ethereum blockchain transactions, directly affecting the cost and efficiency of decentralized applications. This study analyzes gas fee patterns across transaction types, temporal trends, and anomalous behaviors using a dataset of 1,000 Ethereum transactions. The results reveal that the average gas price was 120.5 Gwei, with a standard deviation of 45.2 Gwei, highlighting significant variability. Smart contract functions exhibited varying gas usage, with mint operations consuming the highest average gas (1,500,000 units) compared to approve (1,200,000 units) and transfer (800,000 units). A positive correlation (r = 0.65) was observed between gas price and value transferred, suggesting that higher-value transactions often incur elevated gas fees. Temporal analysis showed predictable patterns, with peak gas prices occurring between 13:00 - 17:00 UTC during high network activity and lower prices between 02:00 - 06:00 UTC. Additionally, anomaly detection identified 15 outlier transactions, including one with an unusually high gas price of 500 Gwei, reflecting network congestion or prioritization strategies. These findings provide actionable insights for optimizing transaction costs and improving smart contract efficiency. Future research could explore layer-2 scaling solutions, alternative fee mechanisms, and machine learning approaches for gas price prediction. This study contributes to a deeper understanding of Ethereum’s gas fee dynamics, offering valuable guidance for developers, users, and researchers in the blockchain ecosystem.

Open access
Blockchain Technology Applications and Security
Data Stream Mining Techniques
Cloud Computing and Resource Management
Original source
Aug 24, 2025·Water
4 cites
Blockchain-Enabled Water Quality Monitoring: A Comprehensive Review of Digital Innovations and Challenges

Thi Thanh Thuy, Minh‐Ky Nguyen, Thuyet D. Bui, Hoang Phan Hải Yen · 10 authors

This paper explores how blockchain technology, widely known as the backbone of cryptocurrencies, can be harnessed to address limitations of traditional water quality monitoring (WQM) systems. Blockchain offers a decentralized, tamper-proof ledger that enables secure, transparent, and traceable data management across distributed networks. When applied to water quality monitoring, blockchain facilitates real-time data acquisition, enhances data integrity, and enables smart contracts for automated regulatory compliance and alerts. These features not only improve the accuracy and efficiency of WQM systems but also build public trust in the reported data. Key insights from current research and pilot applications highlight blockchain’s capacity to integrate with IoT devices for real-time sensing, support adaptive water governance, and empower local stakeholders through decentralized control and transparent access to information. The implications for policy and practice are significant: blockchain-based WQM can support stronger regulatory enforcement, encourage cross-sector collaboration, and provide a robust digital foundation for sustainable water management in smart cities and rural areas alike. As such, this review paper positions blockchain as a transformative tool in the digital transition toward more resilient and equitable water management systems.

Open access
Blockchain Technology Applications and Security
Data Stream Mining Techniques
Internet of Things and AI
Original source
Aug 13, 2025·Decision Analytics Journal
2 cites
PharmChain: A data-driven scenario-based drug traceability and regulation blockchain framework

Amrendra Singh Yadav, Vincent Charles, Tatiana Gherman, Vinay Kumar · 6 authors

The manufacturing and distribution of counterfeit tablets, especially in developing countries, is an urgent and increasingly critical global problem. Falsified medicinal products may contain incorrect ingredients and doses. One of the reasons for drug counterfeiting is the imperfect supply chain system in the pharmaceutical industry. Medicinal products are moved between manufacturers, suppliers, wholesalers, retailers, and pharmaceutical firms before meeting consumers. This study proposes PharmChain, a scenario-oriented drug traceability and regulation blockchain framework that reconstructs the entire service infrastructure by splitting the service provider into three separate service components and ensuring the authenticity and privacy of traceability details. PharmChain can track medication development via patient supply in the pharmaceutical industry. An Ethereum-based blockchain stores the transactions, and only trusted parties can access the data through the chain. We create and test our smart contract code in the Remix environment. We present detailed cost and security analyses incurred by supply chain stakeholders. We also use cost analysis to assess the performance of the proposed solution and demonstrate its affordability. • Introduce PharmChain, a data-driven scenario-based drug traceability and regulation blockchain framework. • Ensure authenticity and privacy of traceability data, enhancing security. • Validate smart contract code rigorously in the Remix environment. • Show the feasibility and affordability of PharmChain through detailed analytics. • Alleviate counterfeit tablet distribution, which poses a pressing and escalating global challenge.

Open access
Blockchain Technology Applications and Security
Pharmaceutical Quality and Counterfeiting
Data Stream Mining Techniques
Original source
Jul 30, 2025·Lahore Garrison University Research Journal of Computer Science and Information Technology
1 cites
A HYBRID DEEP LEARNING MODEL FOR ACCURATE BITCOIN PRICE FORECASTING

Adnan Sagheer, Ali Raza, Muhammad Rizwan Rashid Rana, Faiza Kiran

The highly stochastic, nonlinear, and volatile nature of Bitcoin prices poses significant challenges for accurate forecasting using traditional statistical models. To address this, we propose a hybrid deep learning architecture that combines the strengths of Convolutional Neural Networks (CNNs) for spatial feature extraction with Recurrent Neural Networks (RNNs), specifically Long Short-Term Memory (LSTM) and Gated Recurrent Units (GRU), for capturing long-term temporal dependencies. This integrated framework effectively models both spatial and temporal patterns from historical Bitcoin price data. The model was trained and evaluated using real-world Bitcoin datasets.Experimental results demonstrate that the proposed CNN+LSTM model outperforms traditional machine learning and standalone deep learning approaches. Specifically, it achieves a Root Mean Square Error (RMSE) of 245.76, a Mean Absolute Error (MAE) of 11.45, a Mean Absolute Percentage Error (MAPE) of 15.68%, an R² score of 0.92, and a Mean Bias Error (MBE) of 6.94. These results highlight the effectiveness and reliability of the proposed hybrid model in enhancing the accuracy and stability of financial time series forecasting, providing valuable insights for traders, investors, and financial analysts.

Open access
2 source records
Stock Market Forecasting Methods
Data Stream Mining Techniques
Currency Recognition and Detection
Original source
Jul 1, 2025·EPJ Data Science
0 cites
Bitcoin transaction behavior modes exploration based on balance data

Yu Zhang, Yafei Li, Jufang Zhang, Claudio J. Tessone

When analyzing the balance distribution of Bitcoin users, we found that it follows a log-normal pattern based on a rigorous Uniformly-Most-Powerful-Unbiased test. Drawing parallels from the successful application of Gibrat’s law in explaining city size and word frequency distributions, we tested whether a similar principle could account for the log-normal distribution in Bitcoin balances. However, our calculations revealed that the exponent parameters in both the drift and variance terms deviate slightly from 1 when applying Geometric-Brownian-Motion on the Bitcoin balance, which means that Bitcoin users’ balance distribution cannot be explained only by the proportional growth rule alone. During this exploration, Bitcoin users’ behaviors are also investigated. We discovered an intriguing phenomenon: Bitcoin users tend to fall into two distinct categories based on their transaction behavior, which we refer to as “poor” and “wealthy” users. Poor users who initially purchase only a small amount of Bitcoin tend to buy more Bitcoins first and then sell out all their holdings over time. The certainty of selling all their coins is higher and higher with time. In contrast, wealthy users who acquire a large amount of Bitcoin from the start tend to sell off their holdings over time. The speed at which they sell their Bitcoins is lower and lower over time. The wealthier the user, the larger the proportion of their balance and the higher the certainty they tend to sell their holdings. This research provided a new perspective to explore Bitcoin users’ behaviors which may apply to other finance markets.

Open access
Blockchain Technology Applications and Security
Data Stream Mining Techniques
Network Security and Intrusion Detection
Original source
Jun 25, 2025·Proceedings of the 2025 7th Blockchain and Internet of Things Conference
0 cites
Design of Attendance Ledger using Hyperledger Framework

Karthika Veeramani, Suresh Jaganathan, Venkatavara Prasad D

Attendance systems that exist currently are time consuming and vulnerable to modification.The attendance system proposed here is efficient and immutable, using facial recognition for marking and blockchain technology (BT) to secure attendance data.Though facial recognition for marking attendance has overtaken other biometric methods for its convenience, the program to mark attendance is not free from modification by some third party.The novel idea of using permissioned blockchain technology as the solution helps create an immutable privately-owned ledger in a distributed manner for storing attendance data where the code to automate the process of the attendance system is also immutable.

Open access
Blockchain Technology Applications and Security
IoT and Edge/Fog Computing
Data Stream Mining Techniques
Original source
Jun 11, 2025·ACM Transactions on Internet Technology
0 cites
Discovering NFT Rug Pulls: Matching Behavior Patterns Using Graph Isomorphism Networks

Trishie Sharma, Sandeep K. Shukla

Amid the surge of Non-Fungible Tokens (NFTs) in blockchain, this study introduces a meticulous methodology focusing on transaction behaviors to unveil rug pulls — a critical issue impacting financial security and trust in the NFT landscape. Using a Graph Isomorphism Network (GIN) model with 6 behavioral patterns obtained from transaction sequences, we create a “Rug Pull Pattern Matcher” model. We provide a comprehensive analysis by applying the model on two datasets — creator’s transactions from 50 reputable NFT projects and 32 reported rug pulls. Our work utilizes automated labeling to categorize addresses and our analysis reveals several interconnected NFT creator activities. We present an in-depth mapping of fund flows and creator interactions exposing suspicious behaviors like artificial inflation and intricate network collaborations among creators. The results of our proposed model demonstrate the efficacy of our methodology with 75.4% accuracy and 85.9% precision on the dataset of reported rug pulls. This work provides comparative analyses of genuine and malicious creator networks to elucidate their structural differences, helping to identify genuine and potentially fraudulent NFT activities.

Open access
Blockchain Technology Applications and Security
Data Stream Mining Techniques
Advanced Malware Detection Techniques
Original source
Jun 5, 2025·2025 Crypto Valley Conference (CVC)
0 cites
Short Paper: Requirements and Benefits of a DAO Tokenomics Framework

Florian Spychiger, Sabrina Wollenschläger, Matthias Hafner, Nicolas Oderbolz

Decentralized autonomous organizations (DAOs) have gained popularity over the last few years. Many projects use a DAO for community-based decisions and use a token to enable governance processes and foster participation. The setup of these tokens varies from DAO to DAO. While there are some general tokenomics frameworks, there is no DAO-specific framework including designs of multiple tokens. In this short paper, we aim at exploring the development of such DAO tokenomics framework. To unravel requirements and benefits of such a framework, we conduct interviews with six experts from the Swiss blockchain ecosystem. Switzerland is at the forefront of blockchain development and therefore well suited to serve as an exploration ground. Our results show that a DAO tokenomics framework needs to provide clear guidance while still being flexible to diverse project needs. It may bring along economic gains coupled with a risk reduction and an innovation boost for Switzerland. These benefits could be generalized to other jurisdictions making the development of a DAO tokenomics framework worthwhile.

Open access
Data Stream Mining Techniques
Scientific Computing and Data Management
Blockchain Technology Applications and Security
Original source
Jun 1, 2025·Security and Privacy
0 cites
Mitigating Malicious Activities in Blockchain Mining: The Role of Reputation‐Based Protocol

Naga Sravanthi Puppala

ABSTRACT The rise of mining pools in Blockchain networks has improved reward distribution but introduced critical challenges related to centralization and malicious miner activity, which threaten the integrity of decentralized consensus. Addressing this gap, this paper proposes the Reputation‐based Consensus Protocol (RCP), a novel framework designed to enhance trust and security in mining pools by incorporating a transparent and dynamic reputation system. Unlike traditional consensus algorithms like Proof of Work (PoW) and Proof of Stake (PoS), which do not differentiate between trustworthy and malicious participants, RCP evaluates miners based on a multi‐dimensional scoring mechanism, including historical reputation, willingness reputation, and indirect feedback reputation. This targeted approach allows the network to prioritize reputable miners for block creation, thereby mitigating attacks and improving consensus reliability. By integrating RCP with modular Blockchain frameworks such as Hyperledger, this protocol not only strengthens miner accountability but also sets the foundation for more secure and trustworthy decentralized networks. The proposed model has the potential to redefine mining pool operations and significantly contribute to the evolution of secure Blockchain consensus protocols.

Open access
Blockchain Technology Applications and Security
Data Stream Mining Techniques
Original source
May 28, 2025·Internet of Things
4 cites
Zero-knowledge machine learning models for blockchain peer-to-peer energy trading

Caixiang Fan, Amirhossein Sohrabbeig, Petr Musı́lek

Blockchain-based peer-to-peer energy trading enables individuals to directly share renewable energy using Internet of Things technologies. However, it faces significant challenges related to privacy, scalability, and the integration of advanced artificial intelligence. To address these issues, this article proposes zkPET, a secure and intelligent peer-to-peer energy trading framework. zkPET integrates machine learning and blockchain with advanced cryptographic techniques of zero-knowledge machine learning to protect user data while enabling intelligent decision making. In the zkPET framework, the computationally intensive operations of various machine learning models are executed off-chain, and only succinct cryptographic proofs of these computations are uploaded to the blockchain for verification and recording. In addition, a time-series clustering approach is incorporated into federated learning to enhance both inference accuracy and the efficiency of proof generation. Experimental validation using the zero-knowledge proof tool EZKL and a real-world electricity dataset demonstrates the feasibility and effectiveness of zkPET. The results underscore its potential to significantly improve privacy, scalability, and computational efficiency in decentralized energy trading, contributing to the advancement of secure and intelligent energy markets.

Open access
Blockchain Technology Applications and Security
Privacy-Preserving Technologies in Data
Data Stream Mining Techniques
Original source
May 8, 2025·Blockchain: Research and Applications
10 cites
Enhancing blockchain consensus mechanisms: A comprehensive survey on machine learning applications and optimizations

Syamsul Rizal, Dong‐Seong Kim

This research examines the incorporation of Artificial Intelligence (AI) in blockchain consensus algorithms, presenting an extensive overview of current improvements and anticipated effects. We conducted a thorough examination of a diverse array of academic sources, encompassing a broad spectrum of AI methodologies, such as machine learning, deep learning, and reinforcement learning, that have been applied to blockchain consensus mechanisms. The study highlights critical areas where AI can bolster blockchain performance, including enhancing effectiveness, dependability, and flexibility. Despite the promising benefits that AI integration offers, it also presents complexities and potential security risks, including data centralization and increased computational power requirements. In this analysis, we review the risks and examine the proposed mitigation strategies from existing studies, such as federated learning to preserve data privacy, secure multi-party computation to protect sensitive data, and decentralized AI marketplaces to distribute AI resources fairly. This study makes a significant contribution to the field by emphasizing the dual potential of AI to both improve and challenge blockchain systems. By advocating for balanced approaches that prioritize decentralization and security, our findings aim to provide direction for future research and practical applications in this multidisciplinary field.

Open access
2 source records
Blockchain Technology Applications and Security
Data Stream Mining Techniques
IoT and Edge/Fog Computing
Original source
Apr 25, 2025·Proceedings of the ACM on software engineering.
5 cites
Why Does My Transaction Fail? A First Look at Failed Transactions on the Solana Blockchain

Xiaoye Zheng, Zhiyuan Wan, David Lo, Difan Xie · 5 authors

Solana is an emerging blockchain platform, recognized for its high throughput and low transaction costs, positioning it as a preferred infrastructure for Decentralized Finance (DeFi), Non-Fungible Tokens (NFTs), and other Web 3.0 applications. In the Solana ecosystem, transaction initiators submit various instructions to interact with a diverse range of Solana smart contracts, among which are decentralized exchanges (DEXs) that utilize automated market makers (AMMs), allowing users to trade cryptocurrencies directly on the blockchain without the need for intermediaries. Despite the high throughput and low transaction costs of Solana, the advantages have exposed Solana to bot spamming for financial exploitation, resulting in the prevalence of failed transactions and network congestion. Prior work on Solana has mainly focused on the evaluation of the performance of the Solana blockchain, particularly scalability and transaction throughput, as well as on the improvement of smart contract security, leaving a gap in understanding the characteristics and implications of failed transactions on Solana. To address this gap, we conducted a large-scale empirical study of failed transactions on Solana, using a curated dataset of over 1.5 billion failed transactions across more than 72 million blocks. Specifically, we first characterized the failed transactions in terms of their initiators, failure-triggering programs, and temporal patterns, and compared their block positions and transaction costs with those of successful transactions. We then categorized the failed transactions by the error messages in their error logs, and investigated how specific programs and transaction initiators are associated with these errors. We find that transaction failure rates on Solana exhibit recurring daily patterns, and demonstrate a strong positive correlation with the volume of failed transactions, with bots on Solana experiencing a high transaction failure rate of 58.43%. We identify ten distinct error types in the error logs of failed transactions, with price or profit not met and invalid status errors accounting for 67.18% of all failed transactions. AMMs primarily experience invalid status errors among failed transactions, while DEX aggregators are more commonly affected by price or profit not met errors. Among transaction initiators, bots encounter a broader range of errors due to their high-frequency trading and complex interactions with smart contracts. In contrast, human users experience a more limited range of errors. Based on our findings, we provide recommendations to mitigate transaction failures on Solana and outline future research directions.

Open access
2 source records
Blockchain Technology Applications and Security
Data Stream Mining Techniques
Cloud Computing and Resource Management
Original source
Apr 25, 2025·Proceedings of the 2025 International Conference on Digital Economy and Information Systems
1 cites
Blockchain Applications in Multiple Domains: Current Status, Challenges and Prospects

Zhe Liu, Rui Pang

Blockchain has been broadly practiced in different markets. It is decentralized, unchangeable, and transparent. Our essay summarizes its practices in three key industries including finance, healthcare, as well as supply chain management. In the former, it benefits efficiency in payment and settlement, preventing greenwashing and optimizing carbon trading. In the middle, it helps in digital health check management, clinical trial transparency, and insurance claim simplification. Blockchain also brings product traceability and multi-party collaboration, while facilitating managing flow. Our work uncovered the common obstacles blockchain practices confronted. Future direction standing on newest research heats and multi-subjects are identified. Hopefully, we can plant theoretical bases and practical guidance in blockchain's coming development and general practices.

Open access
Blockchain Technology Applications and Security
IoT and Edge/Fog Computing
Data Stream Mining Techniques
Original source