Blockchain Papers

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

52,753 papersLast indexed Aug 30, 2026
Search papers

Paper index

52,753 results · page 279 of 2,199

Clear filters
Oct 19, 2025·Zenodo (CERN European Organization for Nuclear Research)
0 cites
爱的证明:治理 AI 和人类文明的共识机制

ZHAOHUI ZHOU, WENHUI DENG

本文提出了面向 AI 与 Web3 时代的全新治理共识——“爱的证明(Proof of Love, PoL)”。作者认为,爱——作为共情、互惠与创造性合作的伦理力量——是当代技术文明所缺失的核心原则。论文融合区块链治理、去中心化激励机制与伦理哲学,探讨如何以“爱”作为文明共治的新基石,让人类与 AI 在共享价值创造中实现共生。该研究跨越哲学、经济学与系统设计,旨在重新定义智能、治理与文明的意义。 This paper proposes Proof of Love (PoL) as a new ethical and governance consensus for the age of AI and Web3. It argues that love—understood as empathy, reciprocity, and creative cooperation—is the missing principle in current technological civilization. By integrating blockchain governance, decentralized incentives, and ethical philosophy, the study outlines how PoL can serve as a foundation for a new “Love-based Civilization,” where human and AI co-govern through shared value creation. The work bridges philosophy, economics, and systems design, aiming to redefine the meaning of intelligence, governance, and civilization itself.

Open access
Original source
Oct 19, 2025·arXiv (Cornell University)
1 cites
Verifiable Fine-Tuning for LLMs: Zero-Knowledge Training Proofs Bound to Data Provenance and Policy

Hasan Akgul, Daniel Borg, Arta Berisha, Amina Rahimova · 6 authors

Large language models are often adapted through parameter efficient fine tuning, but current release practices provide weak assurances about what data were used and how updates were computed. We present Verifiable Fine Tuning, a protocol and system that produces succinct zero knowledge proofs that a released model was obtained from a public initialization under a declared training program and an auditable dataset commitment. The approach combines five elements. First, commitments that bind data sources, preprocessing, licenses, and per epoch quota counters to a manifest. Second, a verifiable sampler that supports public replayable and private index hiding batch selection. Third, update circuits restricted to parameter efficient fine tuning that enforce AdamW style optimizer semantics and proof friendly approximations with explicit error budgets. Fourth, recursive aggregation that folds per step proofs into per epoch and end to end certificates with millisecond verification. Fifth, provenance binding and optional trusted execution property cards that attest code identity and constants. On English and bilingual instruction mixtures, the method maintains utility within tight budgets while achieving practical proof performance. Policy quotas are enforced with zero violations, and private sampling windows show no measurable index leakage. Federated experiments demonstrate that the system composes with probabilistic audits and bandwidth constraints. These results indicate that end to end verifiable fine tuning is feasible today for real parameter efficient pipelines, closing a critical trust gap for regulated and decentralized deployments.

Open access
2 source records
Scientific Computing and Data Management
Machine Learning in Materials Science
Adversarial Robustness in Machine Learning
Original source
Oct 18, 2025·IEEE Access, 2025
0 cites
DESTinE Block: Private Blockchain Based Data Storage Framework for Power System

Khandaker Akramul Haque, Katherine R. Davis

This paper presents DESTinE Block, a blockchain-based data storage framework designed for power systems and optimized for resource-constrained environments, including grid-edge devices such as single-board computers. The proposed architecture leverages the InterPlanetary File System (IPFS) for storing large files while maintaining secure and traceable metadata on a custom blockchain named DESTinE Block. The metadata, comprising the IPFS Content Identifier (CID), uploader identity, administrator verification, and timestamp; is immutably recorded on-chain to ensure authenticity and integrity. DESTinE Block adopts a dual-blockchain abstraction, where the blockchain remains unaware of the IPFS storage layer to enhance security and limit the exposure of sensitive file data. The consensus mechanism is based on Proof of Authority (PoA), where both an administrator and an uploader with distinct cryptographic key pairs are required to create a block collaboratively. Each block contains verified signatures of both parties and is designed to be computationally efficient, enabling deployment on devices like the Raspberry Pi 5. The framework was tested on both an x86-based device and an ARM64-based Raspberry Pi, demonstrating its potential for secure, decentralized logging and measurement storage in smart grid applications. Moreover, DESTinE Block is compared with a similar framework based on Multichain. The results indicate that DESTinE Block provides a promising solution for tamper-evident data retention in distributed power system infrastructure while maintaining minimal hardware requirements.

Open access
cs.CR
Original source
Oct 18, 2025·International Journal of Research and Innovation in Applied Science
0 cites
Differential Privacy and Federated Learning for Secure Predictive Modeling in Healthcare Finance

Jinnat Ara, Moumita Roy, Samia Hossain Swarnali

The convergence of federated learning (FL) and differential privacy (DP) presents a transformative approach to secure predictive modeling in healthcare finance, where safeguarding sensitive patient and financial data is paramount. Traditional centralized machine learning methods often raise significant privacy concerns due to the necessity of aggregating data from multiple institutions. Federated learning mitigates this by enabling decentralized model training across disparate data sources, such as hospitals, insurance firms, and financial institutions, without exposing raw data. However, FL alone remains vulnerable to inference and reconstruction attacks. To enhance security, differential privacy introduces mathematically rigorous noise mechanisms that obfuscate sensitive information while preserving data utility. This paper explores the synergistic integration of DP and FL for building robust, privacy-preserving predictive models tailored to healthcare finance applications, such as fraud detection, insurance risk scoring, billing optimization, and cost forecasting. We discuss the architectural design, privacy-utility trade-offs, and implementation challenges involved, including issues of scalability, model accuracy, regulatory compliance (e.g., HIPAA and GDPR), and communication overhead. Furthermore, real-world use cases and simulation results demonstrate the efficacy of DP-FL frameworks in delivering secure and accurate predictive insights without compromising individual or institutional privacy. The study concludes by highlighting open research directions and recommending best practices for deploying privacy-enhanced federated learning systems in complex, multi-stakeholder healthcare financial ecosystems.

Open access
Privacy-Preserving Technologies in Data
Original source
Oct 18, 2025·ACM Transactions on Reconfigurable Technology and Systems
1 cites
HiFA: A High-Performance and Flexible Acceleration Framework for Large-Size Number Theoretic Transform

Qilin Hu, Haotian Wang, Chubo Liu, Keqin Li · 5 authors

Zero-Knowledge Proofs (ZKP) and Homomorphic Encryption (HE) are crucial for data privacy in applications like cloud, blockchain, and analytics. However, the real-world adoption often faces performance challenges, particularly in the execution of the Number Theoretic Transform (NTT) required for polynomial multiplication involving sizes beyond \(2^{20}\) and large integer widths (e.g., 256 bits). FPGAs offer a promising platform for acceleration, but efficiently implementing large-size NTTs remains difficult due to the limited on-chip resources. The widely adopted four-step NTT method, used to relieve the need for large on-chip memory, introduces performance bottlenecks. Initially, the traditional dataflow NTT architecture may not fully exploit available compute capability, which hinders achieving peak performance. Furthermore, during the matrix transpose phase, the non-sequential access to external High-Bandwidth Memory (HBM) causes inefficiency. To address these challenges, we introduce HiFA, an FPGA-based automatic accelerator framework designed for high-performance and flexible large-size NTT computations. HiFA utilizes a stacked NTT architecture for high parallelism, maximizing HBM throughput. It supports various decomposed polynomial sizes via a novel reordering module. Additionally, a specialized cyclic shuffle module is integrated to optimize data movement during the matrix transpose step, alleviating random memory access delay. HiFA also provides an automatic Design Space Exploration (DSE) framework that identifies optimal four-step decomposition parameters and generates corresponding hardware configurations. Our experiments show that the FPGA implementation of HiFA achieves an average speedup of 2.97× and up to 7.25× improvement in latency over prior state-of-the-art FPGA solutions. Compared to prior GPU-based methods, HiFA achieves an average energy efficiency gain of 2.24×.

Open access
Algorithms and Data Compression
Chaos-based Image/Signal Encryption
Parallel Computing and Optimization Techniques
Original source
Oct 18, 2025·Machine Learning with Applications
1 cites
A machine learning approach to vulnerability detection combining software metrics and topic modelling: Evidence from smart contracts

Giacomo Ibba, Rumyana Neykova, Marco Ortu, Roberto Tonelli · 6 authors

This paper introduces a methodology for software vulnerability detection that combines structural and semantic analysis through software metrics and topic modelling. We evaluate the approach using smart contracts as a case study, focusing on their structural properties and the presence of known security vulnerabilities. We identify the most relevant metrics for vulnerability detection, evaluate multiple machine learning classifiers for both binary and multi-label classification, and improve classification performance by integrating topic modelling techniques. Our analysis shows that metrics such as cyclomatic complexity, nesting depth, and function calls are strongly associated with vulnerability presence. Using these metrics, the Random Forest classifier achieved strong performance in binary classification (AUC: 0.982, accuracy: 0.977, F1-score: 0.808) and multi-label classification (AUC: 0.951, accuracy: 0.729, F1-score: 0.839). The addition of topic modelling using Non-Negative Matrix Factorization further improved results, increasing the F1-score to 0.881. The evaluation is conducted on Ethereum smart contracts written in Solidity.

Open access
Software Engineering Research
Advanced Malware Detection Techniques
Information and Cyber Security
Original source
Oct 18, 2025·Digital Finance
3 cites
The (mis)use of cryptocurrencies by criminal organizations: a systematic literature review

Gioia Arnone, Giovanni Scire’, Enzo Bivona

Abstract This study explores the intersection between cryptocurrencies and criminal organizations through a systematic literature review. By examining peer-reviewed academic publications, the research identifies the mechanisms by which criminal groups leverage digital currencies for illicit activities such as money laundering, fraud, and extortion. A structured PRISMA-based methodology was adopted, employing well-defined inclusion, and exclusion criteria to ensure transparency and replicability. The study reveals critical trends in the misuse of cryptocurrencies, the technological challenges faced by regulators, and the limitations of current enforcement frameworks. The originality of this research lies in synthesizing existing academic insights while identifying key gaps in the literature. The findings highlight the urgent need for tailored regulatory responses and greater cross-border cooperation, contributing to both academic understanding and policymaking. The practical implications include recommendations for policy adaptation and future research pathways to mitigate cryptocurrency-enabled criminal behavior.

Open access
Cybercrime and Law Enforcement Studies
Blockchain Technology Applications and Security
Crime, Illicit Activities, and Governance
Original source
Oct 18, 2025·The Asian Bulletin of Big Data Management
0 cites
Influential Nodes Detection in Ethereum Blockchain Network Using Machine Learning

Nazia Azim, Khair Ul Burria, Muhammad Zain Asghar, Zeeshan Raza · 6 authors

Ethereum blockchain is the market leading platform for decentralized applications and smart contracts that have powered the new age of financial ecosystem. In order to improve security and performance, identify influential nodes, and understand network dynamics on Ethereum it is critical to identify influential nodes in Ethereum. This study explore machine learning techniques for discovery of these nodes using graph based algorithms, centrality measures and clustering methods. It studies the impact of a node in terms of frequency of usage, connectivity and computational power for a node. Finally, this study compare performance of proposed methodology combining supervised learning and graph neural networks to their traditional counterparts and demonstrate approach outperforms existing methods. The study demonstrate that highly influential nodes engage in unique patterns of behavior, which are detectable and categorizable. This study contribute to understanding of the network structure of Ethereum, along with a scalable approach to monitoring and optimising blockchain ecosystems. Moreover the study discuss the implications for network robustness, fraud detection and protocol enhancements, and demonstrate the promise of machine learning for blockchain analytics.

Open access
Brain Tumor Detection and Classification
Original source
Oct 17, 2025·Distributed Ledger Technologies Research and Practice
1 cites
Towards a Decentralized and Privacy-Preserving Quality of Experience System for 6G Networks

Rodrigo Dutra Garcia, Gowri Ramachandran, Christian Esteve Rothenberg, Daniel Macêdo Batista · 5 authors

The transition to 6G networks is expected to support a broader range of user-centric applications. As these applications expand, Quality of Experience (QoE) has emerged as a key metric for evaluating user satisfaction. However, the use of centralized systems lacks transparency and limits users’ ability to govern their data usage. It also introduces challenges in managing QoE data while preserving privacy. At the same time, verification mechanisms are needed that allow regulators to evaluate compliance without exposing confidential business information. To address this, we propose a decentralized, privacy-preserving QoE system that integrates blockchain with fully homomorphic encryption (FHE). This design enables transparent evaluations between users and service providers by supporting computations directly on encrypted data, ensuring that all information remains protected throughout the process. Users contribute QoE metrics through a decentralized infrastructure and retain control over their data. Regulators can monitor compliance without accessing raw data, and service providers can use encrypted QoE data to perform privacy-preserving computations via smart contracts without relying on a central authority. We developed a proof-of-concept integrating FHE smart contracts compatible with Ethereum Virtual Machine (EVM) blockchains and evaluated their performance using a video streaming dataset. Our results show that encryption and FHE operations consistently occur within milliseconds when tested in a local environment. We also evaluated these operations on a public blockchain testnet. In this setting, our system adds a millisecond-scale delay while supporting privacy-preserving computations directly on encrypted user data.

Open access
Image and Video Quality Assessment
Telecommunications and Broadcasting Technologies
Advanced Wireless Communication Technologies
Original source
Oct 17, 2025·Islamic Law and Social Issues in Society
0 cites
Digital Nikah and Smart Contracts: Legal Reconstruction of Islamic Marriage in the Blockchain Era

Tri Gunawan, Muchimah Muchimah, Dewi Nita Utami, Panggih Abdiguno · 5 authors

The digital era is transforming the institution of marriage, as online ceremonies without official registration create an urgent legal crisis involving fasād al-nasab (distortion of lineage), violations of women’s rights, and a lack of legal certainty. This paper aims to reconstruct Islamic marriage law by integrating blockchain-based smart contracts, assessing the validity of al-‘aqd al-raqmī (digital contract) through the lenses of fiqh al-mu‘āmalāt, legal pluralism, and smart legal contract theory. Employing a qualitative-descriptive methodology, primary data were drawn from Islamic legal texts, fatwas, state regulations, and blockchain technical documentation—collected via literature review and document analysis from authoritative sources such as Tarjih Muhammadiyah fatwas, Patricia Pixie (2024), and Blockchain Council reports (2024). Data were analyzed using a tri-theoretical framework—Wahbah al-Zuhaili’s transactional jurisprudence, Sally Falk Moore’s theory of legal pluralism, and Kevin Werbach’s smart legal contract theory—synthesized within the concept of tadākhul al-anṣāṭ al-qānūniyyah (overlapping legal systems). Findings indicate that digital marriage can be ṣaḥīḥ (valid) under Islamic law if it fulfills shurūṭ al-ṣiḥḥah (conditions of validity), and that blockchain can serve as a sijill al-‘adl (register of justice) due to its immutability (lā yuqbal al-ta‘dīl); however, without state recognition, such unions remain ghayr saḥīḥ qānūniyyan (legally invalid). Limitations include reliance on secondary data and the absence of standardized sharī‘ah-compliant digital identity protocols. Future research should pilot-test this model and examine al-mas’ūliyyah al-shar‘iyyah (Islamic legal liability) in cases of coding errors.

Open access
Marriage and Family Dynamics
Islamic Finance and Communication
Legal Studies and Policies
Original source
Oct 17, 2025
0 cites
Research on a Server-Side Core Chain (SSC) Architecture Based on Consortium Blockchain

Zhengwei Jing, Kun Zhu, Ying Gan

This paper investigates performance bottlenecks of consortium blockchains under high-throughput and low-latency requirements, focusing on excessive storage burden on full nodes and redundant computation in transaction validation. Based on consortium blockchain, a novel architecture named Server-Side Core Chain (SSC) is proposed. In this architecture, the core functions of blockchain ledger data storage and smart contract execution are delegated from decentralized consensus nodes to a server cluster jointly managed and trusted by consortium members. The consensus node layer is restructured into a lightweight ``Consensus and Audit Network,” dedicated to transaction ordering and state commitment verification. This paper elaborates on the design principles, operational workflow, and security model of the SSC architecture. Theoretical analysis and prototype experiments demonstrate that the architecture significantly enhances the transaction processing capacity of consortium blockchains (experimental results show a throughput improvement of more than 18 times), greatly reduces the entry barriers and operational costs for member nodes (storage overhead reduced by over 99%), and ensures the verifiability of off-chain computations and data privacy through cryptographic commitments and zero-knowledge proofs [1]. The SSC architecture offers a new solution for deploying consortium blockchains in large-scale applications, including finance, supply chain management, and e-government.

Open access
Blockchain Technology Applications and Security
Cloud Computing and Resource Management
Big Data and Digital Economy
Original source
Oct 17, 2025·Journal of Data Science and Intelligent Systems
0 cites
Implementation of Smart Contracts in Digital Education Systems

Ashis Kumar Samanta

The Blockchain is an emerging technology that is used in various applications for data security and trustworthiness. In the case of a public Blockchain, the data cannot be edited or deleted. In the case of a consortium and private Blockchain, the data can be edited or deleted based on the assigned permission, and the data privacy can be maintained. Blockchain's smart contract provides security to stored data, but it is vulnerable to various security threats. Smart contracts still suffer from different variabilities like distributed denial of service attacks (DDoS), 51% vulnerability attacks, double-spending problems, and mining Pool attacks. The smart contract, run on a Blockchain framework, is the logical contract between two or more anonymous people without involving a third party. Hyperledger and Ethereum are two important frameworks that support the development of smart contracts using Blockchain technology. This paper has tried to analyze the security issues of smart contracts developed on the Ethereum framework. An application of class scheduling management and student attendance management has been designed to validate and generate a smart contract. Received: 31 May 2025 | Revised: 4 August 2025 | Accepted: 29 August 2025 Conflicts of Interest The author declares that he has no conflicts of interest to this work. Data Availability Statement The data used in this article are virtual data to implement and to establish the algorithm. It is available in GitHub at https://github.com/ashisgitup/e-learning-Blockchain.git. Author Contribution Statement Ashis Kumar Samanta: Conceptualization, Methodology, Software, Validation, Formal analysis, Investigation, Resources, Data curation, Writing — original draft, Writing — review & editing, Visualization, Project administration.

Open access
Digital Transformation in Law
Security, Politics, and Digital Transformation
Original source
Oct 17, 2025·Applied Sciences
2 cites
BMIT: A Blockchain-Based Medical Insurance Transaction System

J.W. Fei, Li Ling

The Blockchain-Based Medical Insurance Transaction System (BMIT) developed in this study addresses key issues in traditional medical insurance—information silos, data tampering, and privacy breaches—through innovative blockchain architectural design and technical infrastructure reconstruction. Built on a consortium blockchain architecture with FISCO BCOS (Financial Blockchain Shenzhen Consortium Blockchain Open Source Platform) as the underlying platform, the system leverages FISCO BCOS’s distributed ledger, granular access control, and efficient consensus algorithms to enable multi-stakeholder on-chain collaboration. Four node roles and data protocols are defined: hospitals (on-chain data providers) generate 3D coordinate hashes of medical data via an algorithmically enhanced Bloom Filter for on-chain certification; patients control data access via blockchain private keys and unique parameters; insurance companies verify eligibility/claims using on-chain Bloom filters; the blockchain network stores encrypted key data (public keys, Bloom filter coordinates, and timestamps) to ensure immutability and traceability. A 3D-enhanced Bloom filter—tailored for on-chain use with user-specific hash functions and key control—stores only 3D coordinates (not raw data), cutting storage costs for 100 records to 1.27 KB and reducing the error rate to near zero (1.77% lower than traditional schemes for 10,000 entries). Three core smart contracts (identity registration, medical information certification, and automated verification) enable the automation of on-chain processes. Performance tests conducted on a 4-node consortium chain indicate a transaction throughput of 736 TPS (Transactions Per Second) and a per-operation latency of 181.7 ms, which meets the requirements of large-scale commercial applications. BMIT’s three-layer design (“underlying blockchain + enhanced Bloom filter + smart contracts”) delivers a balanced, efficient blockchain medical insurance prototype, offering a reusable technical framework for industry digital transformation.

Open access
Blockchain Technology Applications and Security
Original source
Oct 17, 2025·Applied Sciences
2 cites
Machine Learning Analytics for Blockchain-Based Financial Markets: A Confidence-Threshold Framework for Cryptocurrency Price Direction Prediction

Alexandr Kuznetsov, Олексій Костенко, K.O. Klymenko, Zoriana Hbur · 5 authors

Blockchain-based cryptocurrency markets present unique analytical challenges due to their decentralized nature, continuous operation, and extreme volatility. Traditional price prediction models often struggle with the binary trade execution problem in these markets. This study introduces a confidence-based classification framework that separates directional prediction from execution decisions in cryptocurrency trading. We develop a neural network system that processes multi-scale market data, combining daily macroeconomic indicators with a high-frequency order book microstructure. The model trains exclusively on directional movements (up versus down) and uses prediction confidence levels to determine trade execution. We evaluate the framework across 11 major cryptocurrency pairs over 12 months. Experimental results demonstrate 82.68% direction accuracy on executed trades with 151.11-basis point average net profit per trade at 11.99% market coverage. Order book features dominate predictive importance (81.3% of selected features), validating the critical role of blockchain microstructure data for short-term price prediction. The confidence-based execution strategy achieves superior risk-adjusted returns compared to traditional classification approaches while providing natural risk management capabilities through selective trade execution. These findings contribute to blockchain technology applications in financial markets by demonstrating how a decentralized market microstructure can be leveraged for systematic trading strategies. The methodology offers practical implementation guidelines for cryptocurrency algorithmic trading while advancing the understanding of machine learning applications in blockchain-based financial systems.

Open access
Blockchain Technology Applications and Security
Stock Market Forecasting Methods
Complex Systems and Time Series Analysis
Original source
Oct 17, 2025·Springer proceedings in business and economics
0 cites
Communicating Virtual Fashion: A Case Study of the Virtual Collection ‘Neo-Ex’

Marie Ledendal

Abstract New technologies, such as 3D digital rendering, immersive platforms, non-fungible tokens (NFTs) and AI, are creating new opportunities within the fashion industry, including virtual fashion. This chapter discusses how fashion brands communicate virtual products, by analysing the Neo-Ex campaign from Carlings. The study takes its point of departure in the key questions: What arguments are employed to market the garments, and how do fashion brands create a demand for these novel products, as well as attempting to construct a consumer understanding of what this new phenomenon is. Using a multimodal method and a document study, the study analyses campaign material, films, images, and articles, through the lens of brands as cultural intermediaries. Three themes emerged: virtual fashion as a concept for identity construction that advocates creativity , attitude , futurism , and early adopters , as well as communicating that virtual fashion is sustainability conscious. The main contribution is identifying the following three tactics for communicating virtual fashion: utilising emerging technologies for identity construction; educating the consumer; and using sustainability to validating its existence . While the first two tactics focus on building consumer awareness and acceptance, the third highlights sustainability as a rationale to legitimise virtual products.

Open access
Fashion and Cultural Textiles
Cultural Industries and Urban Development
Art History and Market Analysis
Original source
Oct 17, 2025·Cluster Computing
2 cites
Ensemble multi-label machine learning solidity smart contract vulnerability detection model

Rashed Alnuman, Tayyab Sajid, Wesam Almobaideen, Qusai Hasan

Abstract Blockchain technology has revolutionized digital financial transactions and asset ownership by enabling decentralized and automated operations through smart contracts. Solidity smart contracts, used in the Ethereum blockchain network, facilitate secure and trustless execution of agreements. However, like any code, smart contracts are prone to vulnerabilities. Considering the assets and value of currency these smart contracts handle, their exploitation leads to severe financial losses and loss of operations. Such exploits have resulted in billions of dollars in stolen or locked assets. In this paper, we present an ensemble multilabel classifier model approach for the automated detection of vulnerabilities in Solidity smart contracts using a real smart contract dataset, with a detailed methodological process that includes processing the dataset. The proposed model stack achieves excellent results with F1 scores ranging from 82.0% to 99.9% for each vulnerability dataset. The proposed model is also compared with common static analyzer tools and models proposed in the literature following a similar approach. Moreover, we package the models into a web application, demonstrating deployment and functionality.

Open access
Blockchain Technology Applications and Security
Currency Recognition and Detection
Original source
Oct 17, 2025·Distributed Ledger Technologies Research and Practice
1 cites
Comprehensive Evaluation of Adversarial Perturbations against ML-Based Ethereum Phishing Detection Systems

Ahod Alghuried, Ali Alkinoon, Abdulaziz Alghamdi, Soohyeon Choi · 7 authors

Machine Learning (ML) models are increasingly deployed to detect fraudulent activities in Ethereum, where phishing and scamming attacks pose serious security risks. Despite their promise, these models remain susceptible to adversarial manipulations. In this article, we present a comprehensive evaluation of ML-based Ethereum phishing detectors under a spectrum of adversarial perturbations. Our study examines multiple classifiers, including Random Forest, Decision Tree, K-Nearest Neighbors, Graph Neural Networks, and XGBoost, against rule-based, gradient-based, and black-box adversarial attacks. We conduct detailed feature-level analyses to identify transaction attributes most vulnerable to manipulation, and we evaluate the comparative robustness of classifiers under both targeted and untargeted attack scenarios. To strengthen model resilience, we assess mitigation techniques such as adversarial training and randomized smoothing, demonstrating their effectiveness in improving robustness without significant performance degradation.

Open access
2 source records
Adversarial Robustness in Machine Learning
Advanced Malware Detection Techniques
Network Security and Intrusion Detection
Original source
Oct 17, 2025·Finance Research Open
5 cites
The dynamic relationship between bitcoin, greenest cryptocurrencies and climate policy uncertainty: Evidence from a wavelet coherence analysis

Abdulkadri Toyin Alabi

• Wavelet coherence reveals Bitcoin’s persistent link with climate policy uncertainty • Green cryptos show context-dependent coherence with climate policy uncertainty • Partial decoupling of green cryptos from Bitcoin emerges at medium-term scales • Twofold framework uncovers time-scale responses of crypto to policy uncertainty • Emphasizes need for stable climate regulations to curb crypto market volatility As global climate policy uncertainty (CPU) intensifies, understanding its intersection with emerging financial technologies becomes increasingly urgent. This study, therefore, investigates the dynamic relationship between CPU and the cryptocurrency market, focusing on Bitcoin and eight leading green cryptocurrencies (Algorand, Cardano, EOS, Hedera, IOTA, Nano, Stellar, and Tezos) using a wavelet coherence analysis. Specifically, the study employs a twofold framework: first, assessing the responsiveness of Bitcoin and green cryptocurrencies to climate policy uncertainty across time scales; second, examining Bitcoin's interaction with green cryptocurrencies to determine their potential stabilizing or decoupling effects amid regulatory uncertainty. The analysis spans from November 2017 to March 2025, capturing multiple phases of regulatory evolution and market transformation. The findings reveal that Bitcoin exhibits a structurally embedded and persistent coherence with CPU, especially over longer investment horizons. This persistent linkage highlights Bitcoin’s role in exacerbating regulatory volatility due to its significant environmental footprint. Conversely, green cryptocurrencies demonstrate more sporadic and context-dependent coherence, often aligning with major climate policy announcements or periods of regulatory scrutiny. While positioned as sustainable alternatives, these assets remain influenced by Bitcoin’s dominance and broader market sentiment, particularly at medium-term investment scales. The partial synchronization observed across key periods suggests an incomplete decoupling from both CPU and Bitcoin. These results highlight the importance of clear and stable climate regulations to reduce market uncertainty and support innovation in sustainable blockchain technologies.

Open access
Market Dynamics and Volatility
Blockchain Technology Applications and Security
Energy, Environment, Economic Growth
Original source
Oct 17, 2025·Discover Computing
1 cites
Enhancing cargo security and transparency: a blockchain-based IoT solution

Sumathi Gokulanathan

The demand for goods transported by Cargo has existed at all predominant times. A large number of shipments are moved daily based on the demand that exists both in the local and the global market. In the current scenario of cargo shipment, the state of freight is usually monitored throughout the shipment process. This is entirely based on the simple temperature-based regulated storage system called cold-chain. Unfortunately, this temperature-based system does not entirely ensure the preservation of cargo shipments. This paper presents the design of a blockchain-powered Decentralized Application (DApp) to monitor Cargo in heavy goods vehicles. It includes implementing the Ropsten test network, which is integrated with a centralized cloud platform. Moreover, details of a complete evaluation of the architecture in terms of its working functionality were added, and its effectiveness in terms of its performance efficiency and real-time operation. To overcome these limitations, alternative solutions, including adopting Layer-2 scaling solutions such as Polygon or transitioning to Proof of Stake (PoS)-based blockchains for faster and more cost-effective transactions, are recommended. Selective use of Blockchain, where only critical violations are recorded, mitigates the issue of high transaction costs. Routine sensor data is efficiently managed using Google Firestore, ensuring optimal cost efficiency. The system currently relies on Infura for blockchain node access, which introduces external dependencies and potential points of failure. To reduce these risks, the adoption of self-hosted Ethereum nodes is recommended for enhanced control and reliability.

Open access
Blockchain Technology Applications and Security
IoT and Edge/Fog Computing
Supply Chain and Inventory Management
Original source
Oct 17, 2025·DOAJ (DOAJ: Directory of Open Access Journals)
0 cites
Reporting Web3: Challenges of Technology Journalism in Serving Informed Publics in Europe

Katja Leifheit, Judith Pies, Hilde Van den Bulck, Alessandro D’Arma · 8 authors

This article presents a quality assessment of Web3 coverage in mainstream media across four European countries—Germany, Spain, the Netherlands, and the United Kingdom—as a starting point for discussing the standards of technology journalism that can meaningfully support an informed public. It begins with an overview of existing research on technology journalism and its role in fostering informed citizenry. This is followed by a mixed-methods content analysis, combining quantitative and qualitative approaches, to examine how the complex topic of Web3 is reported in the four European countries. Insights from journalists and editors contextualize the analysis. The findings highlight three key challenges across all countries: an event-driven rather than process-oriented focus, a narrow thematic scope on the financial applications of Web3 technology (cryptocurrencies), and a relatively limited diversity of sources. The article concludes by exploring how these challenges—and the broader trends in Web3 reporting—shed light on the potential and pitfalls of technology journalism in contemporary societies.

Open access
Media Studies and Communication
Public Relations and Crisis Communication
Social Media and Politics
Original source
Oct 17, 2025·Cluster Computing
2 cites
EdenDID: an edge computing and blockchain-based decentralized identity system for Web3 applications and DePIN

Hongbo Liu, Jiannong Cao, Yinfeng Cao, Dongbin Bai · 6 authors

Abstract Blockchain wallet manages decentralized identities in Web3, which allows users to identify themselves in a verifiable yet anonymous manner by digital signatures. However, native wallet scheme has been proven vulnerable to Sybil attacks in practice, where adversaries can easily create large numbers of controlled wallets at a low cost to undermine Web3 applications. To this end, many solutions are proposed for mitigating Sybil attacks. Nevertheless, they typically rely on either costly specialized biometric hardware or behavior-based heuristics that can be easily bypassed. In this paper, we introduce EdenDID, the first trinity-bound identity management system that uniquely binds human user, wallet address, and physical device into a unified framework. EdenDID combines edge-based video recognition, on-chain transactional activity analysis, and device computational power verification to establish a decentralized Proof-of-Trustworthiness consensus. The system provides compliant users with a trusted, verifiable credential to prove their unique identity. We prototype low-cost Eden Devices and deploy them on a Layer-2 blockchain network. Our experiments demonstrate the low end-to-end latency and robust resistance performance to Sybil attacks. Moreover, we present a case study to show how EdenDID can mitigate virtual-hardware fraud in DePIN, in which EdenDID successfully binds the user, wallet, and device uniquely, thus preventing users from binding multiple wallets or devices.

Open access
Blockchain Technology Applications and Security
Cryptography and Data Security
Peer-to-Peer Network Technologies
Original source
Oct 16, 2025·arXiv
0 cites
NEMO: Faster Parallel Execution for Highly Contended Blockchain Workloads (Full version)

François Ezard, Can Umut Ileri, Jérémie Decouchant

Following the design of more efficient blockchain consensus algorithms, the execution layer has emerged as the new performance bottleneck of blockchains, especially under high contention. Current parallel execution frameworks either rely on optimistic concurrency control (OCC) or on pessimistic concurrency control (PCC), both of which see their performance decrease when workloads are highly contended, albeit for different reasons. In this work, we present NEMO, a new blockchain execution engine that combines OCC with the object data model to address this challenge. NEMO introduces four core innovations: (i) a greedy commit rule for transactions using only owned objects; (ii) refined handling of dependencies to reduce re-executions; (iii) the use of incomplete but statically derivable read/write hints to guide execution; and (iv) a priority-based scheduler that favors transactions that unblock others. Through simulated execution experiments, we demonstrate that NEMO significantly reduces redundant computation and achieves higher throughput than representative approaches. For example, with 16 workers NEMO's throughput is up to 42% higher than the one of Block-STM, the state-of-the-art OCC approach, and 61% higher than the pessimistic concurrency control baseline used.

Open access
cs.DC
Original source
Oct 16, 2025·arXiv
0 cites
A Framework For Decentralized Micro-credential Verification Towards Higher Qualifications

Abrar Mahbub, Humira Saria, Md. Foysal Hossain, Nafees Mansoor

Student retention is one of the rising problems seen in educational institutions. With the rising cost of education and issues in the education sector, such as curriculum relevance, student engagement, and rapidly changing technological advancements, ensuring the relevance of academic programs in a fast-evolving job market has created a significant concern for educational institutions. With the intent to adapt to such challenges, educational institutions are dealing with alternative solutions for education, in which micro-credentials are at the very center of this, which are short-term academic programs or standalone courses. However, one of the challenges of micro-credentials is a lack of credit transfer among institutions. With the lack of standardization of assessments among educational institutions, it is difficult to transfer micro-credentials to larger qualifications. Regarding such challenges, micro-credentials with blockchain technology can bring significant benefits. Blockchain technology offers a decentralized and immutable platform for securely storing and verifying credentials. This paper presents a prototype model for micro-credential verification. With the policies decided by the educational institution, the learner provides a micro-credential certificate to the system. Upon validation of the certificate by the verifying body, the educational institution will review the assessment criteria and provide exemptions based on the provided criteria. The prototype uses the Hyper-ledger Fabric platform and utilizes off-chain technology, which acts as a middle-man storage platform. With the combination of off-chain and on-chain technologies, congestion on the blockchain is reduced, and transaction speed is improved. In summary, this research proposes a prototype for secure micro-credential verification and a more efficient course exemption process.

Open access
cs.CY
Original source
Oct 16, 2025·arXiv
0 cites
Combinatorial Contract Design: Recent Progress and Emerging Frontiers

Michal Feldman

Contract theory studies how a principal can incentivize agents to exert costly, unobservable effort through performance-based payments. While classical economic models provide elegant characterizations of optimal solutions, modern applications, ranging from online labor markets and healthcare to AI delegation and blockchain protocols, call for an algorithmic perspective. The challenge is no longer only which contracts induce desired behavior, but whether such contracts can be computed efficiently. This viewpoint has given rise to \emph{algorithmic contract design}, paralleling the rise of algorithmic mechanism design two decades ago. This article focuses on \emph{combinatorial contracts}, an emerging frontier within algorithmic contract design, where agents may choose among exponentially many combinations of actions, or where multiple agents must work together as a team, and the challenge lies in selecting the right composition. These models capture a wide variety of real-world contracting environments, from hospitals coordinating physicians across treatment protocols to firms hiring teams of engineers for interdependent tasks. We review three combinatorial settings: (i) a single agent choosing multiple actions, (ii) multiple agents with binary actions, and (iii) multiple agents each selecting multiple actions. For each, we highlight structural insights, algorithmic techniques, and complexity barriers. Results include tractable cases such as gross substitutes reward functions, hardness results, and approximation guarantees under value- and demand-oracle access. By charting these advances, the article maps the emerging landscape of combinatorial contract design, and highlights fundamental open questions and promising directions for future work.

Open access
cs.GT
Original source