Blockchain Papers

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

7,397 papersLast indexed Aug 16, 2026
Search papers

Paper index

7,397 results · page 53 of 309

Clear filters
May 30, 2025·arXiv
0 cites
Balancing incentives in committee-based blockchains

Arian Baloochestani, Leander Jehl

Blockchain protocols incentivize participation through monetary rewards, assuming rational actors behave honestly to maximize their gains. However, attackers may attempt to harm others even at personal cost. These denial of profit attacks aim to reduce the rewards of honest participants, potentially forcing them out of the system. While existing work has largely focused on the profitability of attacks, they often neglect the potential harm inflicted on the victim, which can be significant even when the attacker gains little or nothing. This paper introduces a framework to quantify denial of profit attacks by measuring both attacker cost and victim loss. We model these attacks as a game and introduce relevant metrics to quantify these attacks. We then focus on committee-based blockchains and model vote collection as a game. We show that in the vote collection game, disincentivizing one denial of profit attack will make another attack more appealing, and therefore, attacks have to be balanced. We apply our framework to analyze real-world reward mechanisms in Ethereum and Cosmos. Our framework reveals imbalances in Cosmos that can make correct behavior suboptimal in practice. While Ethereum provides stronger protections, our framework shows that it is also not complete, and we propose alternative parameter settings to improve the balance between attacks. Our findings highlight the need for better-balanced reward designs to defend against denial of profit attacks.

Open access
cs.GT
cs.DC
Original source
May 30, 2025·arXiv
0 cites
Verifiable Weighted Secret Sharing

Kareem Shehata, Han Fangqi, Sri AravindaKrishnan Thyagarajan

Traditionally, threshold secret sharing (TSS) schemes assume all parties have equal weight, yet emerging systems like blockchains reveal disparities in party trustworthiness, such as stake or reputation. Weighted Secret Sharing (WSS) addresses this by assigning varying weights to parties, ensuring security even if adversaries control parties with total weight at most a threshold $t$. Current WSS schemes assume honest dealers, resulting in security from only honest-but-curious behaviour but not protection from malicious adversaries for downstream applications. \emph{Verifiable} secret sharing (VSS) is a well-known technique to address this, but existing VSS schemes are either tailored to TSS, or require additional trust assumptions. We propose the first efficient verifiable WSS scheme that tolerates malicious dealers and is compatible with the latest CRT-based WSS~\cite{crypto_w_weights}. Our solution uses Bulletproofs for efficient verification and introduces new privacy-preserving techniques for proving relations between committed values, which may be of independent interest. Evaluation on Ethereum show up to a $100\times$ improvement in communication complexity compared to the current design and $20\times$ improvement compared to unweighted VSS schemes.

Open access
cs.CR
Original source
May 30, 2025·arXiv
0 cites
Transaction Proximity: A Graph-Based Approach to Blockchain Fraud Prevention

Gordon Y. Liao, Ziming Zeng, Mira Belenkiy, Jacob Hirshman

This paper introduces a fraud-deterrent access validation system for public blockchains, leveraging two complementary concepts: "Transaction Proximity", which measures the distance between wallets in the transaction graph, and "Easily Attainable Identities (EAIs)", wallets with direct transaction connections to centralized exchanges. Recognizing the limitations of traditional approaches like blocklisting (reactive, slow) and strict allow listing (privacy-invasive, adoption barriers), we propose a system that analyzes transaction patterns to identify wallets with close connections to centralized exchanges. Our directed graph analysis of the Ethereum blockchain reveals that 56% of large USDC wallets (with a lifetime maximum balance greater than \$10,000) are EAI and 88% are within one transaction hop of an EAI. For transactions exceeding \$2,000, 91% involve at least one EAI. Crucially, an analysis of past exploits shows that 83% of the known exploiter addresses are not EAIs, with 21% being more than five hops away from any regulated exchange. We present three implementation approaches with varying gas cost and privacy tradeoffs, demonstrating that EAI-based access control can potentially prevent most of these incidents while preserving blockchain openness. Importantly, our approach does not restrict access or share personally identifiable information, but it provides information for protocols to implement their own validation or risk scoring systems based on specific needs. This middle-ground solution enables programmatic compliance while maintaining the core values of open blockchain.

Open access
cs.CR
cs.CE
econ.GN
Original source
May 30, 2025·Applied and Computational Engineering
0 cites
Blockchain-Based Provenance and Copyright Protection in Artworks: Toward a Decentralized Collection Management System in Emerging Chinese Art Institutions

Zhihan Ren

This study builds a decentralized authentication system for art institutions to solve the information island problem and combat counterfeiting in traditional art tracing. Through the fusion architecture of blockchain and the InterPlanetary File System (IPFS), distributed storage and cross-chain verification of work metadata are realized. Smart contracts automatically execute ownership registration, cross-border transfer, and other processes, and IPFS nodes ensure immutable storage of high-definition images and identification reports. A prototype system based on React.js and Node.js, integrating Ethereum smart contracts and the MetaMask wallet module. In a simulated commercial environment, a pressure test was conducted on 50 paintings and digital calligraphy collections. The system completed transaction confirmation in an average of 3 seconds, and the mass transaction reduced authentication costs by 62%. Specifically tailored to the practical needs of emerging art institutions in China, the program supports a hybrid collection management model for physical art and NFTs, and provides a reliable technical infrastructure for cross-border art financing.

Open access
Art History and Market Analysis
Blockchain Technology Applications and Security
Original source
May 30, 2025·arXiv (Cornell University)
0 cites
Talking Transactions: Decentralized Communication through Ethereum Input Data Messages (IDMs)

Xihan Xiong, Zhipeng Wang, Qin Wang, Liu, Endong · 6 authors

Can you imagine, blockchain transactions can talk! In this paper, we study how they talk and what they talk about. We focus on the input data field of Ethereum transactions, which is designed to allow external callers to interact with smart contracts. In practice, this field also enables users to embed natural language messages into transactions. Users can leverage these Input Data Messages (IDMs) for peer-to-peer communication. This means that, beyond Ethereum's well-known role as a financial infrastructure, it also serves as a decentralized communication medium. We present the first large-scale analysis of Ethereum IDMs from the genesis block to February 2024 (3134 days). We filter IDMs to extract 867,140 transactions with informative IDMs and use LLMs for language detection. We find that English (95.4%) and Chinese (4.4%) dominate the use of natural languages in IDMs. Interestingly, English IDMs center on security and scam warnings (24%) with predominantly negative emotions, while Chinese IDMs emphasize emotional expression and social connection (44%) with a more positive tone. We also observe that longer English IDMs often transfer high ETH values for protocol-level purposes, while longer Chinese IDMs tend to involve symbolic transfer amounts for emotional intent. Moreover, we find that the IDM participants tend to form small, loosely connected communities (59.99%). Our findings highlight culturally and functionally divergent use cases of the IDM channel across user communities. We further examine the security relevance of IDMs in on-chain attacks. Many victims use them to appeal to attackers for fund recovery. IDMs containing negotiations or reward offers are linked to higher reply rates. We also analyze IDMs' regulatory implications. Their misuse for abuse, threats, and sexual solicitation reveals the urgent need for content moderation and regulation in decentralized systems.

Open access
2 source records
cs.CR
Distributed systems and fault tolerance
Business Process Modeling and Analysis
Original source
May 30, 2025·Information Sciences
3 cites
Shill bidding prevention in decentralized auctions using smart contracts

Mohamed Abdelhai Bouaicha, Giuseppe Destefanis, Teodoro Montanaro, Noureddine Lasla · 5 authors

In online auctions, fraudulent behaviors such as shill bidding pose significant risks. This paper presents a conceptual framework that applies dynamic, behavior-based penalties to deter auction fraud using blockchain smart contracts. Unlike traditional post-auction detection methods, this approach prevents manipulation in real-time by introducing an economic disincentive system where penalty severity scales with suspicious bidding patterns. The framework employs the proposed Bid Shill Score (BSS) to evaluate nine distinct bidding behaviors, dynamically adjusting the penalty fees to make fraudulent activity financially unaffordable while providing fair competition. The system is implemented within a decentralized English auction on the Ethereum blockchain, demonstrating how smart contracts enforce transparent auction rules without trusted intermediaries. Simulations confirm the effectiveness of the proposed model: the dynamic penalty mechanism reduces the profitability of shill bidding while keeping penalties low for honest bidders. Performance evaluation shows that the system introduces only moderate gas and latency overhead, keeping transaction costs and response times within practical bounds for real-world use. The approach provides a practical method for behaviour-based fraud prevention in decentralised systems where trust cannot be assumed.

Open access
3 source records
Auction Theory and Applications
Blockchain Technology Applications and Security
Consumer Market Behavior and Pricing
Original source
May 30, 2025·Sensors
31 cites
A Zero-Knowledge Proof-Enabled Blockchain-Based Academic Record Verification System

Juan Alamrio Berrios Moya, John Ayoade, Md. Ashraf Uddin

Academic credential fraud presents a significant challenge to the global academic and labor markets, undermining the credibility of legitimate qualifications. In this paper, we introduce ZKBAR-V, a Zero-Knowledge Proof-Enabled Blockchain-Based Academic Record Verification System. This system is designed to provide a privacy-preserving, immutable, and secure framework for managing academic credentials. The proposed system leverages zkEVM smart contracts on a blockchain-based infrastructure that enables credential verification without exposing underlying data. The approach integrates Decentralized Identifiers (DIDs) to standardize identity management while eliminating reliance on centralized authorities. We have used dual-blockchain, which separates public and private information, which can enhance both efficiency and privacy. In addition, this approach employs the Interplanetary File System (IPFS) for decentralized and secure document storage. ZKBAR-V is designed as an open-source, interoperable solution with a standardized Application Programming Interface (API) for seamless integration. We implemented the system and conducted comprehensive testing, which demonstrates its capability to manage transactions securely, maintain privacy, and reduce costs compared to traditional Ethereum mainnet-based solutions. By combining advanced blockchain technologies, decentralized storage, and globally unique identifiers, ZKBAR-V offers a scalable, adaptable, and robust solution for academic credential management. This strategy can significantly enhance credential integrity, promote global student mobility, and provide institutions worldwide with a trustworthy and efficient verification system.

Open access
2 source records
Blockchain Technology Applications and Security
Cryptography and Data Security
Cloud Data Security Solutions
Original source
May 29, 2025·Applied Sciences
1 cites
AI Training Data Management for Reliable Autonomous Vehicles Using Hashgraph

Y H Suh, Yoonseo Chung, Young-Hoon Park

Autonomous vehicles have attracted considerable attention from researchers and organizations, with artificial intelligence (AI) playing a key role in this technology. For AI models in autonomous vehicles to be reliable, the integrity of the training data is crucial, resulting in the development of various blockchain-based management systems. However, conventional blockchain systems incur significant time delays when processing training data transactions, posing challenges in autonomous vehicle environments that require real-time processing. In this study, we propose a hashgraph-based training data management system for trusted AI. To validate our system, we conducted simulations using the CARLA simulator and compared its performance to a conventional blockchain-based system. The simulation results show that Hedera achieved significantly lower latencies and better scalability than Ethereum, confirming its suitability for secure and efficient AI data verification in autonomous systems.

Open access
Blockchain Technology Applications and Security
Privacy-Preserving Technologies in Data
Advanced Neural Network Applications
Original source
May 29, 2025·ACM Transactions on Internet Technology
0 cites
Wielding Blockchain Transactions for Capture-Replay Testing of Upgradeable Smart Contracts

Morena Barboni, Guglielmo De Angelis, Andrea Morichetta, Andrea Polini

Blockchain technology is increasingly adopted in scenarios requiring trust and data integrity. On the Ethereum blockchain, the proxy pattern has become increasingly popular because it allows smart contract code to evolve while preserving stored data. However, a key challenge remains ensuring that such upgrades do not introduce breaking changes or cause disruptions to other contracts and off-chain systems. In this article, we introduce Catana , a framework that leverages historical transactions for Capture-Replay testing of proxy-based Upgradeable Smart Contracts (USCs). Catana assesses the potential impact of an upgrade by comparing the outcomes of replayed transactions with those from the previous version deployed on the main network. Additionally, it extracts and decodes contract state variables, providing deeper insights into how code changes affect the contract state, and helping developers mitigate issues before deployment. Experiments demonstrate that analyzing storage data accounts for the majority (about 86.5%) of detected disruptive upgrades. We also evaluate different policies for building replay test suites from historical transactions. Results identify a strategy that maximizes effectiveness while requiring a small number of replay test executions. Even a test suite containing just one transaction per each invoked method achieved good effectiveness (about 60%) in detecting disruptive upgrades.

Open access
Advanced Malware Detection Techniques
Blockchain Technology Applications and Security
Digital and Cyber Forensics
Original source
May 29, 2025·BIS Economics and Business
2 cites
Exploring sustainability in cryptocurrency protocols: environmental insights from PoW to PoS

Fuad Hasyim, Adelia Nur Hapsari, Budi Sukardi, Waluyo Waluyo · 5 authors

Cryptocurrency mining, especially Bitcoin's Proof of Work (PoW), significantly impacts the environment through high energy consumption, carbon footprint, and e-waste. Ethereum's adoption of Proof of Stake (PoS) in 2022 offers a potential solution to reduce these effects. This study compares the environmental impacts of PoW and PoS, focusing on energy consumption, mining efficiency, hash rate, and carbon footprint. Using regression analysis and t-tests on data from Bitcoin (PoW) and Ethereum (before and after PoS) from 2017 to 2024, the results show that PoS significantly reduces energy consumption, carbon footprint, and e-waste, while improving mining efficiency. The findings highlight that transitioning to PoS can mitigate the environmental impact of cryptocurrency mining and encourage its broader adoption to align with global sustainability goals.

Open access
Blockchain Technology Applications and Security
Opportunistic and Delay-Tolerant Networks
Peer-to-Peer Network Technologies
Original source
May 29, 2025·ACM Transactions on Internet Technology
1 cites
An End to End Analysis of Crypto Scams on Ethereum

Jadyn Kimber, Enrico Branca, Andrei Natadze, Natalia Stakhanova

The increasing number of Ethereum scams is causing significant concern within the blockchain community, costing users millions of dollars annually. Yet, our understanding of how these scams operate remains limited. In this study, we present the first end-to-end analysis of crypto scams using a large set of malicious Ethereum accounts as a case study. We examine the tactics these scams employ on social media platforms to deceive users and convince them to transfer funds to malicious accounts. Our analysis explores the full life cycle of these scams, considering both their distribution through social media and their activity on the Ethereum blockchain. We identify several unique aspects of Ethereum phishing scams that have not been documented in prior literature and find that these scams generally persist significantly longer and result in greater financial losses compared to traditional phishing scams studied in earlier research.

Open access
Blockchain Technology Applications and Security
Advanced Malware Detection Techniques
Advanced Steganography and Watermarking Techniques
Original source
May 29, 2025·Engineering and Technology Journal
0 cites
Blockchain for Tokenized Real-World Assets: A Scalable Framework for Cross-Functional Collaboration in Web3 Product Development

Independent Researcher, USA, Damodar Bihani, Bright Chibunna Ubamadu, Signal Alliance Technology Holding, Nigeria · 6 authors

The integration of blockchain technology into the tokenization of real-world assets (RWAs) is revolutionizing how value is stored, transferred, and accessed globally. This paper proposes a scalable framework for cross-functional collaboration in Web3 product development focused on blockchain-based tokenized RWAs. Tokenization enables physical assets such as real estate, commodities, and intellectual property to be digitized into blockchain-based tokens, allowing for fractional ownership, increased liquidity, and enhanced accessibility. However, the successful development and deployment of such Web3 products require an interdisciplinary approach that combines technological innovation, legal compliance, financial modeling, and user experience design. Our framework addresses these needs by enabling seamless collaboration between developers, legal experts, financial analysts, and UX/UI designers throughout the product lifecycle. We present a modular architecture built on interoperable blockchain protocols such as Ethereum and Polkadot, integrating smart contracts, decentralized identifiers (DIDs), and oracles for real-time asset verification. The framework emphasizes agile product development practices and leverages decentralized autonomous organization (DAO) structures to facilitate decision-making and community governance. Furthermore, we explore how regulatory-compliant token standards, such as ERC-1400, can be incorporated to ensure adherence to jurisdiction-specific asset ownership and transfer laws. This study includes a case analysis of cross-functional product teams building tokenized real estate platforms and carbon credit marketplaces, demonstrating how scalable collaboration can accelerate time-to-market and improve transparency, trust, and user adoption. Our findings highlight that such a collaborative framework significantly reduces technical debt and improves legal and financial risk mitigation. The framework also enhances stakeholder alignment through integrated project management tools and on-chain documentation. By offering a structured, scalable, and adaptable approach, this framework positions Web3 product teams to unlock the full potential of tokenized RWAs in a decentralized economy. It serves as a critical guide for developers, entrepreneurs, regulators, and investors aiming to leverage blockchain technology in building trustworthy, scalable, and cross-functional Web3 applications.

Open access
Scientific Computing and Data Management
Cloud Computing and Resource Management
Original source
May 29, 2025·arXiv (Cornell University)
0 cites
Chainless Apps: A Modular Framework for Building Apps with Web2 Capability and Web3 Trust

Brian Seong, Paul Gebheim

Modern blockchain applications are often constrained by a trade-off between user experience and trust. Chainless Apps present a new paradigm of application architecture that separates execution, trust, bridging, and settlement into distinct compostable layers. This enables app-specific sequencing, verifiable off-chain computation, chain-agnostic asset and message routing via Agglayer, and finality on Ethereum - resulting in fast Web2-like UX with Web3-grade verifiability. Although consensus mechanisms have historically underpinned verifiable computation, the advent of zkVMs and decentralized validation services opens up new trust models for developers. Chainless Apps leverage this evolution to offer modular, scalable applications that maintain interoperability with the broader blockchain ecosystem while allowing domain-specific trade-offs.

Open access
2 source records
Advanced Malware Detection Techniques
Blockchain Technology Applications and Security
Security and Verification in Computing
Original source
May 28, 2025·Applied Sciences
3 cites
Secure and Transparent Space Exploration Data Management Using a Hybrid Blockchain Model

Jaehyun Kim, Miguel Cartagena, Sunghwan Kim

This study proposes a hybrid blockchain system for secure and transparent data management in multinational space missions. By combining public and private blockchains, the model enables open access to non-sensitive data while protecting confidential mission records. Data integrity is ensured through cryptographic proofs without exposing the underlying content, and a cross-chain protocol enables real-time synchronization between chains without relying on centralized intermediaries. The system was implemented using Ethereum and Hyperledger Fabric and tested with real extravehicular activity data. Results show that it effectively detects data tampering, enforces access control, and synchronizes records with low latency. Compared to traditional centralized systems, this approach offers improved resilience, auditability, and trust across organizations. It provides a practical foundation for future space data infrastructures requiring both transparency and confidentiality.

Open access
Blockchain Technology Applications and Security
Original source
May 28, 2025·International Journal of Artificial Intelligence and Applications (IJAIA), Vol.16, No.3, May 2025
2 cites
Ai-Driven Vulnerability Analysis in Smart Contracts: Trends, Challenges and Future Directions

Mesut Ozdag

Smart contracts, integral to blockchain ecosystems, enable decentralized applications to execute predefined operations without intermediaries. Their ability to enforce trustless interactions has made them a core component of platforms such as Ethereum. Vulnerabilities such as numerical overflows, reentrancy attacks, and improper access permissions have led to the loss of millions of dollars throughout the blockchain and smart contract sector. Traditional smart contract auditing techniques such as manual code reviews and formal verification face limitations in scalability, automation, and adaptability to evolving development patterns. As a result, AI-based solutions have emerged as a promising alternative, offering the ability to learn complex patterns, detect subtle flaws, and provide scalable security assurances. This paper examines novel AI-driven techniques for vulnerability detection in smart contracts, focusing on machine learning, deep learning, graph neural networks, and transformer-based models. This paper analyzes how each technique represents code, processes semantic information, and responds to real world vulnerability classes. We also compare their strengths and weaknesses in terms of accuracy, interpretability, computational overhead, and real time applicability. Lastly, it highlights open challenges and future opportunities for advancing this domain.

Open access
2 source records
cs.CR
cs.AI
Insurance and Financial Risk Management
Original source
May 27, 2025·Blockchain
1 cites
A blockchain-based access control method for large-scale electronic medical records

Zhen Chu, Wangjie Qiu, T. T. Lei, Jinchun He · 5 authors

The widespread adoption of emerging technologies in healthcare has led to an exponential increase in medical data generation. However, the security of healthcare data has not kept pace, with frequent breaches and unauthorized access posing substantial threats to patient privacy and the integrity of healthcare systems. Although existing access control frameworks offer partial solutions for secure data access, they fall short in authorization granularity, privacy preservation, and large-scale, high-frequency access. To bridge these critical gaps, we propose a novel role-based access control (RBAC) framework that enables secure and efficient management of large-scale, high-frequency data access. The framework first introduces a real-time access behavior analysis algorithm. It then integrates Ethereum smart contract technology with the RBAC model to construct high-performance, scalable access control contracts. Subsequently, the framework simulates the EMR interaction process in a representative healthcare scenario. Through rigorous security evaluations and experimental simulations, we demonstrate that the proposed framework enables robust accessor management, secure data sharing, and effective support for large-scale, high-frequency access while maintaining operational efficiency. This work offers a scalable and practical solution to healthcare data security in the era of big data and population aging.

Open access
Blockchain Technology Applications and Security
Cloud Data Security Solutions
Original source
May 27, 2025·Technological Forecasting and Social Change
17 cites
Digital technology adoption and SC recoverability. The mediating role of relationship transparency and SC production risk management capabilities

Nidhi Singh, Usama Awan, Sarah Basahel, Rsha Alghafes

This study addresses a gap in the current research by investigating the relationship between BC based financial solutions and SC recoverability and financial resilience. Previous research provides little empirical evidence on how and under what conditions Fintech improves the manufacturing firm's financial resilience. This empirical research draws on the resource base view (RBV) to investigate the role of Fintech as a driver of better relationship transparency and SC production risk management for financial resilience. The data was collected from 295 engineering manufacturers in India. A key contribution of this study is that it provides new insights by highlighting the role of Blockchain Technology (BCT), built on the Ethereum-based system, in strengthening SC recoverability and enhancing relationship transparency. We present a research framework grounded in the Resource-Based View (RBV) that illustrates how blockchain technology (BCT) can provide firms with critical competencies for developing relationship transparency and managing production risks, thereby enhancing financial resilience in the SC. Relationship transparency, essential for SC recoverability, is pivotal in establishing the link between BCT and SC recoverability. Our findings advise SC managers that relationship transparency improves SC recoverability and may be an important source of financial resilience.

Open access
Innovation and Knowledge Management
Supply Chain Resilience and Risk Management
Collaboration in agile enterprises
Original source
May 27, 2025·INTERANTIONAL JOURNAL OF SCIENTIFIC RESEARCH IN ENGINEERING AND MANAGEMENT
0 cites
Decentralized Non-Fungible Token (NFT) Marketplace Using Blockchain

Shreekant Salotagi

Abstract - Before blockchain technology became common, ways to check who owned digital assets and how to protect them were easy to alter. This caused big losses. Blockchain is a new development that will greatly affect how we trade data plus money in a connected society - it is still rather new, and academic studies are scarce, but this situation changes fast. For this review, we first collected mostly peer reviewed sources. We also gathered helpful articles from many channels. The articles we chose show three important parts. They show the main subjects people discuss about blockchain technology. They show the principal groups of these subjects. They show how blockchain will develop also how it will affect society and technology. Key Words: Blockchain, NFTs, Ethereum, Tokenization, Digital Assets.

Open access
Blockchain Technology Applications and Security
Original source
May 27, 2025·Proceedings of the ACM on Measurement and Analysis of Computing Systems
2 cites
Phishing Tactics Are Evolving: An Empirical Study of Phishing Contracts on Ethereum

Bowen He, Xiaohui Hu, Yufeng Hu, Ting Yu · 7 authors

The prosperity of Ethereum has led to a rise in phishing scams. Initially, scammers lured users into transferring or granting tokens to Externally Owned Accounts (EOAs). Now, they have shifted to deploying phishing contracts to deceive users. Specifically, scammers trick victims into either directly transferring tokens to phishing contracts or granting these contracts control over their tokens. Our research reveals that phishing contracts have resulted in significant financial losses for users. While several studies have explored cybercrime on Ethereum, to the best of our knowledge, the understanding of phishing contracts is still limited. In this paper, we present the first empirical study of phishing contracts on Ethereum. We first build a sample dataset including 790 reported phishing contracts, based on which we uncover the key features of phishing contracts. Then, we propose to collect phishing contracts by identifying suspicious functions from the bytecode and simulating transactions. With this method, we have built the first large-scale phishing contract dataset on Ethereum, comprising 37,654 phishing contracts deployed between December 29, 2022 and January 1, 2025. Based on the above dataset, we collect phishing transactions and then conduct the measurement from the perspectives of victim accounts, phishing contracts, and deployer accounts. Alarmingly, these phishing contracts have launched 211,319 phishing transactions, leading to 190.7 million in losses for 171,984 victim accounts. Moreover, we identify a large-scale phishing group deploying 85.7% of all phishing contracts, and it remains active at present. Our work aims to serve as a valuable reference in combating phishing contracts and protecting users' assets.

Open access
3 source records
Spam and Phishing Detection
Blockchain Technology Applications and Security
Cybercrime and Law Enforcement Studies
Original source
May 26, 2025·PeerJ Computer Science
1 cites
Enhancing east-west interface security in heterogeneous SDN via blockchain

Hamad Alrashede, Fathy Eassa, Abdullah Ali, Hosam Aljihani · 5 authors

Software defined networking (SDN) increasingly integrates multiple controllers from diverse vendors to enhance network scalability, flexibility, and reliability. However, such heterogeneous deployments pose significant security threats, especially at the east-west interface which is connecting these controllers. Existing solutions are inadequate for ensuring robust protection across multi-vendor SDN environments as most of them are meant to a specific type of attacks, use centralized solution, or designed for homogeneous SDN environments. This study proposes a blockchain-based security framework to address existing security gaps within heterogeneous SDN environments. The framework establishes a decentralized, robust, and interoperable security layer for distributed SDN controllers. By utilizing the Ethereum blockchain with customized smart contract-based checks, the proposed approach enables mutual authentication among controllers, secures data exchange, and controls network access. The framework effectively mitigates common SDN threats such as distributed denial-of-service (DDoS), man-in-the-middle (MitM), false data injection, and unauthorized access. Experimental results highlight the practicality of the solution, achieving a stable throughput of approximately 20 transactions per second with an average authentication latency of 28-40 ms. These results demonstrate that the proposed framework not only enhances inter-controller communication security but also maintains the network performance, making it a reliable and scalable solution for real-world SDN deployments.

Open access
Software-Defined Networks and 5G
Network Security and Intrusion Detection
Internet Traffic Analysis and Secure E-voting
Original source
May 26, 2025·Sustainability
5 cites
Sustainable Portfolio Rebalancing Under Uncertainty: A Multi-Objective Framework with Interval Analysis and Behavioral Strategies

Florentin Åžerban

This paper introduces a novel multi-objective optimization framework for sustainable portfolio rebalancing under uncertainty. The model simultaneously targets return maximization, downside risk control, and liquidity preservation, addressing the complex trade-offs faced by investors in volatile markets. Unlike traditional static approaches, the framework allows for dynamic asset reallocation and explicitly incorporates nonlinear transaction costs, offering a more realistic representation of trading frictions. Key financial parameters—including expected returns, volatility, and liquidity—are modeled using interval arithmetic, enabling a flexible, distribution-free depiction of uncertainty. Risk is measured through semi-absolute deviation, providing a more intuitive and robust assessment of downside exposure compared to classical variance. A core innovation lies in the behavioral modeling of investor preferences, operationalized through three strategic configurations, pessimistic, optimistic, and mixed, implemented via convex combinations of interval bounds. The framework is empirically validated using a diversified cryptocurrency portfolio consisting of Bitcoin, Ethereum, Solana, and Binance Coin, observed over a six-month period. The simulation results confirm the model’s adaptability to shifting market conditions and investor sentiment, consistently generating stable and diversified allocations. Beyond its technical rigor, the proposed framework aligns with sustainability principles by enhancing portfolio resilience, minimizing systemic concentration risks, and supporting long-term decision-making in uncertain financial environments. Its integrated design makes it particularly suitable for modern asset management contexts that require flexibility, robustness, and alignment with responsible investment practices.

Open access
2 source records
Risk and Portfolio Optimization
Market Dynamics and Volatility
Capital Investment and Risk Analysis
Original source
May 26, 2025·International Journal For Multidisciplinary Research
0 cites
Fortifying Healthcare Supply Chain Resilience with Blockchain, Provider Contracts, and Analytics in a DevOps Ecosystem

Jesu Marcus Immanuvel Arockiasamy

Healthcare supply chains face inefficiencies, transparency gaps, and fraud, with counterfeit drugs, which cost $200 billion annually and causing 1 million deaths. This paper proposes an integrated framework combining Ethereum Proof of Stake (PoS), predictive analytics, provider contracts, and DevOps to enhance resilience. Smart contracts ensure immutable tracking and compliance, while Exponential Smoothing and Isolation Forest enable demand forecasting (85% accuracy) and anomaly detection (4.8% anomalies). Dockerized deployment achieves 99.97% uptime. A proof-of-concept (PoC) simulating a vaccine supply chain with 10,000 items achieved 12.78 transactions per second, 0.060-second latency (99.98% faster than manual processes), and 10% fraud reduction. FHIR-compliant APIs reduced data exchange time to 0.026 seconds per item, cutting silos by 90%. Despite challenges like high simulated gas costs, the framework offers a scalable, transparent solution, reducing stockouts by 15% and enhancing patient safety. This work advances prior studies by holistically addressing traceability, compliance, and efficiency, paving the way for real-world healthcare adoption.

Open access
Supply Chain Resilience and Risk Management
Original source
May 26, 2025·arXiv (Cornell University)
0 cites
Private MEV Protection RPCs: Benchmark Stud

Paul Janicot, Alex Vinyas

Decentralized Finance (DeFi) on Ethereum has undergone significant transformations since its emergence during the DeFi summer of 2020. With the introduction of Proof of Stake (PoS) and Proposer-Builder Separation (PBS), the transaction supply chain on Ethereum has shifted from relying entirely on the public mempool for DeFi interactions to an astonishing 80% usage of private RPCs. These private RPCs submit transactions directly to builders, skipping the public mempool, while conducting Order Flow Auctions (OFAs) to capture MEV backrun rebates and gas rebates. Our findings reveal that not all RPCs OFAs produce the same outcomes. These insights underscore the significant implications of OFA design choices on transaction efficiency and execution quality, and thus why an order flow originators should pay close attention to which OFA they use.

Open access
2 source records
Plasma Diagnostics and Applications
Radiation Effects in Electronics
econ.GN
Original source
May 24, 2025·International Journal for Research in Applied Science and Engineering Technology
0 cites
Blockchain-Based Distributed Electronic Voting System Ensuring Privacy and Integrity through Smart Contracts

M. Gokul

Traditional voting systems face significant challenges, including susceptibility to fraud, lack of transparency, and privacy concerns. Centralized electronic voting systems, while improving accessibility, often suffer from vulnerabilities such as tampering, single points of failure, and insufficient auditability. This project proposes a blockchain-based distributed electronic voting system that leverages smart contracts to ensure voter privacy, ballot integrity, and decentralized verification. The system employs cryptographic techniques such as zero-knowledge proofs (ZKPs) to anonymize voter identities while maintaining a verifiable audit trail on an immutable blockchain ledger. Smart contracts automate vote tallying, enforce voting rules (e.g., eligibility checks, one-vote-per- voter), and ensure tamper-proof execution of electoral processes. A permissioned blockchain network enhances scalability and reduces energy consumption compared to public blockchains. The system also incorporates multi-factor voter authentication and end- to-end encryption to safeguard against unauthorized access. By decentralizing control and enabling real-time transparency, this solution addresses critical flaws in existing systems, reduces electoral fraud, and strengthens public trust in democratic processes. The proposed architecture is implemented using Hyperledger Fabric for blockchain operations and Ethereum-based smart contracts, ensuring high performance, security, and compliance with electoral regulations.

Open access
Blockchain Technology Applications and Security
FinTech, Crowdfunding, Digital Finance
Original source