Blockchain Papers

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

180 papersLast indexed Aug 16, 2026
Search papers

Paper index

180 results · page 7 of 8

Clear filters
Aug 11, 2026
0 cites
Citizen-Led Measures of Political Corruption

Shally Baloch, Thulani Mswelanto, Fayyaz Yaseen

Current anti-corruption measurement tools are unable to accurately assess local corruption realities because they are disconnected from, and driven by, experts who are far removed from the contexts in which they must be used. In this chapter, we argue that, due to the variable definition of corruption, those best positioned to monitor it are the citizens impacted by it. We examine how and why citizens can be incentivised to participate in monitoring efforts, while also looking ahead to novel methods, such as blockchain and crowdsourcing, to create pathways for reporting, participation, and accountability. We highlight that, with robust protections for citizens and capacity building, citizen-led anti-corruption measurement can be a sustainable method for building transparency and trust.

Corruption and Economic Development
E-Government and Public Services
Taxation and Compliance Studies
Original source
Aug 11, 2026·Journal of risk and financial management
0 cites
Decentralised Finance Literature: A Comprehensive Analysis of Scientific Progress and Emerging Research Frontiers

Varun Kesavan, Aruna Polisetty, Rajkumar Subbaiyan

Decentralised finance (DeFi) is a relatively new trend in finance that uses blockchain, smart contracts, and distributed ledger technology to offer financial services in a decentralised manner. Although scholars have made many theoretical advances in decentralised finance in recent years, knowledge of its theoretical structure and future research areas remains limited. This is why this study provides a bibliometric analysis of 1002 articles on DeFi published in Scopus between 2012 and 2026. The analysis uses performance analysis and a science mapping approach based on citation analysis, co-authorship, bibliographic coupling and keyword co-occurrence analysis. The results reveal a remarkably high annual growth rate of 39.34% and DeFi’s dynamism and interdisciplinary nature. The three main countries involved in DeFi research are the USA, China, and the UK. Management Science, Energy Economics and Technological Forecasting and Social Change became the main scientific journals for disseminating knowledge about DeFi. Analysis of thematic changes showed a transition of scientific interests from blockchain and cryptocurrencies to new topics, like artificial intelligence, sustainability, governance, and financial inclusion. Overall, the current study provides a better understanding of the intellectual, conceptual, and social basis of DeFi and highlights possible research areas in the use of artificial intelligence in DeFi, decentralised governance, and sustainable digital financial system development.

Open access
Blockchain Technology Applications and Security
FinTech, Crowdfunding, Digital Finance
Economic Growth and Development
Original source
Aug 11, 2026·Zenodo (CERN European Organization for Nuclear Research)
0 cites
Lex Criptográfica Constitucional (LCC) · Codex +HUMANO

Julio Alberto de la Torre Hernández

Lex Criptográfica Constitucional (LCC) propone un marco de gobernanza para la era algorítmica basado en la primacía de la vida, la libertad, la soberanía del Ser, la propiedad, la diversidad, la cooperación y el bienestar psicosocial global. Integra Derecho, tecnología, blockchain, inteligencia artificial y filosofía humanista bajo el paradigma Codex +HUMANO.

Open access
2 source records
Data Privacy and Cybersecurity
Occupational Health and Global Justice
Law, Ethics, and AI Impact
Original source
Aug 11, 2026·RADIOELECTRONIC AND COMPUTER SYSTEMS
0 cites
СИСТЕМА ЕЛЕКТРОННОГО ГОЛОСУВАННЯ НА ОСНОВІ БЛОКЧЕЙНУ З АВТОМАТИЗОВАНИМ КОНСЕНСУСОМ БЕЗ ЛІДЕРА AL-BFT

Maksym Holikov, Mariia Rodinko, Dmytro Uzlov, Artem Bronnikov

The article discusses a decentralized electronic voting system based on blockchain technology. This study aims to improve the performance and fault tolerance of blockchain-based electronic voting systems by introducing the Automated Leaderless Byzantine Fault Tolerance (AL-BFT) consensus protocol. This study aims to develop and evaluate an electronic voting system model that applies the proposed AL-BFT consensus mechanism in a permissioned peer-to-peer network. The methods used include computer modeling of a peer-to-peer (P2P) network, implementation of a decentralized ledger, and experimental load testing of the consensus protocol. System performance is evaluated using key metrics, such as transaction latency, throughput (requests per second), fault tolerance threshold, and scalability. The study results include the development of a conceptual architecture for the electronic voting system, the identification of its core components, and the analysis of their interactions to ensure data integrity and the reliability of voting results. At each stage of the electoral process, data security is considered, and additional protection mechanisms are analyzed to enhance system robustness. Eliminating the leader election phase from the consensus process is a key feature of the proposed approach, thereby reducing coordination overhead and enabling more efficient agreement among nodes. The proposed AL-BFT protocol reduces transaction latency and improves throughput while maintaining the fault tolerance level of traditional Byzantine Fault Tolerance-based approaches. The results confirm improved efficiency compared to classical leader-based consensus mechanisms, particularly in small permissioned blockchain networks. Conclusions. A practical implementation of the system has been developed and tested under real simulated load conditions. The proposed solution ensures stable system operation and reliable consensus formation. The system can be effectively applied to university elections, organizational voting, and other scenarios that require transparency, security, and manipulation resistance

Open access
Internet Traffic Analysis and Secure E-voting
Blockchain Technology Applications and Security
Distributed systems and fault tolerance
Original source
Aug 11, 2026·Purdue
0 cites
Secure Distributed Systems at Scale: From the Internet to Cyber-Physical Environments

Akhil Sai Bandarupalli

Secure distributed systems offer reliability and privacy guarantees that are crucial across applications ranging from blockchains and cloud computing to fault-tolerant distributed Cyber-Physical Systems (CPS). These protocols enable groups of mutually distrusting parties to collaborate and execute tasks at scale while maintaining robust security guarantees against faulty and adversarial behavior. Blockchains demonstrate that the reliability half of this promise is achievable in practice, with deployments spanning hundreds of parties over geo-distributed testbeds. The privacy half has {\it not} kept pace: despite rapidly growing demand from applications such as anonymous networks and privacy-preserving AI, systems at blockchain scale have been unable to offer privacy guarantees. At the other end of the spectrum, the reliability techniques that succeeded in the blockchain setting are far too expensive for emerging distributed CPS applications, where hardware and network conditions are substantially weaker. In both settings, existing solutions are too slow and resource-intensive to be deployed in practice. This thesis asks whether both guarantees can be delivered at the scale their applications demand, on the hardware those applications actually run on.The first half of this thesis builds Multi-Party Computation (MPC) protocols for systems with a hundred or more parties over real-world geo-distributed networks, motivated by modern blockchains. MPC enables $n$ mutually distrusting parties to jointly compute any function over their private inputs. We identify computationally expensive heavyweight cryptography based on number-theoretic hardness assumptions as the central scalability bottleneck and address it by designing protocols entirely using \emph{lightweight} cryptography such as symmetric-key encryption and cryptographic Hash functions. These tools are two orders of magnitude cheaper than heavyweight operations and additionally offer post-quantum security. We present three works in this line: HashRand, a random beacon protocol, Velox, an MPC protocol achieving fairness, and Aeternum, a framework for guaranteed output delivery in asynchronous MPC and dynamic proactive secret sharing. We implement and evaluate all three, showing that they outperform prior work by two orders of magnitude and scale to $100$ or more parties on geo-distributed testbeds with practical latency and communication costs.The second half turns to Asynchronous Approximate Agreement (AAA) for distributed CPS with a hundred or more parties, motivated by robot and drone swarms. Unlike randomized Byzantine Agreement (BA) protocols, which depend on expensive heavyweight cryptography to produce common coins, AAA protocols are deterministic and avoid these tools. These protocols still have a high cubic communication cost, which is unaffordable in the low-bandwidth CPS setting. We introduce \emph{Relaxed Validity}, an approximate validity property that allows nodes to trade the accuracy of the protocol's output for sub-cubic communication.Leveraging this property, we design SensorBFT and Delphi, both AAA protocols with sub-cubic communication overhead. We apply both to agreement problems in the CPS domain and experimentally demonstrate their scalability relative to prior works. Both consume an order of magnitude less energy than prior protocols based on randomized BA, a decisive metric on resource- and power-constrained sensor devices.

Open access
2 source records
Distributed systems and fault tolerance
Cryptography and Data Security
Blockchain Technology Applications and Security
Original source
Aug 11, 2026·Zenodo (CERN European Organization for Nuclear Research)
0 cites
Understanding the Changing Digital Asset Landscape in 2026

Collective Shift, Collective Shift

This informative document explores the evolving digital asset landscape, covering cryptocurrency, NFTs, blockchain technology, Web3, and emerging market trends. It provides readers with practical insights into digital ownership, market developments, and the importance of research when evaluating opportunities in the growing blockchain economy. Collective Shift

Open access
2 source records
Blockchain Technology Applications and Security
FinTech, Crowdfunding, Digital Finance
Security, Politics, and Digital Transformation
Original source
Aug 11, 2026
0 cites
Metaverse Interoperability: Transferring NFT Using Decentralized Oracle Network

Debasis Mohanty, Prikshat Kumar Angra, Sitanath Biswas

Metaverse interoperability has become necessary for uniform virtual experiences between different metaverse ecosystems. Blockchain technology along with decentralized oracle network have played a key role in representing and transferring metaverse assets across different metaverse environments. This paper discusses the concept of interoperability with respect to metaverse, representation of metaverse assets on blockchains, and shows the application of decentralized oracles in achieving metaverse interoperability. Various standards for representing assets in blockchain and their comparison is performed. In the paper, the ERC-721 standard was used for tokenizing assets and transferring them from the Avalanche Fuji testnet to the Ethereum Sepolia testnet and Arbitron Sepolia to Ethereum Sepolia. Chainlink CCIP was used to transfer NFTs between blockchains. A comparison in term of the total gas consumed in both the transactions was performed. The paper has shown that Distributed Oracle Networks (DON) have become a useful solution in providing accurate and secure data feeds as well as transferring assets between different blockchain networks.

Blockchain Technology Applications and Security
Cloud Computing and Resource Management
Virtual Reality Applications and Impacts
Original source
Aug 11, 2026·Culture Unbound Journal of Current Cultural Research
0 cites
Monsters Can be Created but Never Tamed

Polina Ignatova, Ekaterina Markovich

Technological innovations are often perceived as something alien, terrifying, and monstrous. Blockchain technology that creates shared “blocks” of information, which are interconnected and verified by the network comes as no exception. Two main features of blockchain (1) the absence of a gatekeeper organisation controlling the data, and (2) the fact that the information is rather hard to corrupt and hack, makes the technology very attractive and versatile. It is also what makes it appear frightening, especially for the traditionally centralised and hierarchical disciplines like law. As there is no one to control the data and the access to it, blockchains open a whole world of new possibilities with cryptocurrencies being one of the most popular examples.Approaching blockchain technologies in the context of J. J. Cohen’s monster theory demonstrates that they can be perceived as modern monsters. Our inability to understand the technology and the way it works makes this particular monster both fearful and desired (thesis 6), and law reacts to the fears that circulate in the society. Thus, blockchain technologies are often banned by law in a similar way as in medieval narratives dragons were banished by saints and heroes. Building on Cohen’s thesis 7, which argues that monsters show how we (mis)interpret our surroundings, this article will employ the historical perspective upon the fear of the monstrous to create a better understanding of the legal policies surrounding blockchains. By comparing current legal decisions concerning blockchain technology with the strategies of dealing with monsters, offered by medieval chronicles and collections of wonders (including William of Malmesbury and William of Newburgh), we will analyse the modern way of controlling monsters – or controlling the fear of them.

Open access
Digital Media and Philosophy
Law in Society and Culture
Social Movements and Cultural Identity
Original source
Aug 11, 2026·International Journal of Quality and Service Sciences
1 cites
Modeling technological enablers of sustainability integration in retail services: an ISM–DEMATEL approach

Anand Jaiswal, M.K.P. Naik, Rajesh Kumar

Purpose As retail undergoes digital transformation, the integration of emerging technologies offers new opportunities for delivering services sustainably. This study aims to identify and map the key technological enablers shaping sustainability in retail services. Design/methodology/approach A structured literature review, informed by service-dominant logic and activity theory, was used to identify relevant technological enablers. The interpretive structural modeling technique was used to develop a hierarchical structure of these enablers. Subsequently, the Decision-Making Trial and Evaluation Laboratory method was applied to analyze the causal relationships and interdependencies among them. Findings High-driving enablers include Mobile Payment Systems, Big Data Analytics and Social Media Engagement Platforms. These cascade toward dependent technologies such as Blockchain and Automated Inventory Management. Real-Time Sustainability Dashboards, together with these drivers, exert strong interrelated influence. They create the conditions for effective deployment of downstream technologies and facilitate value co-creation across the retail service ecosystem. Research limitations/implications The study provides a strategic roadmap for retail managers to prioritize technological investments that deliver sustainable outcomes and enhance customer experiences. This approach supports the creation of a more responsible and future-ready retail service system. Originality/value This study presents a theory-informed framework to guide retail managers and service designers in integrating technology for sustainable outcomes. It bridges the sustainability-technology gap in retail service literature.

Consumer Retail Behavior Studies
Service and Product Innovation
Urban and Freight Transport Logistics
Original source
Aug 11, 2026·Escalate Economics and Business Journal
0 cites
The Effect of Blockchain Technology Adoption and Corporate Transparency on Firm Value with Audit Quality as a Moderating Variable (in State-Owned Enterprises Listed on the Indonesia Stock Exchange 2021-2025)

Sofiatin Nur Afifah, Isnaini Rosyida, Webbyani Kartika Sari

This study aims to analyze the effect of Blockchain technology adoption and corporate transparency on firm value, with audit quality as a moderating variable, in State-Owned Enterprises (SOEs) listed on the Indonesia Stock Exchange for the 2021–2025 period. The study used a quantitative approach with secondary data obtained from annual reports and company financial statements. The sample was determined using a purposive sampling technique, resulting in 13 SOEs with a total of 65 observations. Data analysis was performed using the Structural Equation Modeling–Partial Least Squares (SEM-PLS) method through SmartPLS. The results showed that Blockchain technology adoption had a positive and significant effect on firm value (β = 0.287; t = 2.806; p = 0.006), while corporate transparency had no significant effect on firm value (β = 0.020; t = 0.180; p = 0.857). Audit quality also has a positive and significant effect on firm value (β = 0.490; t = 8.187; p < 0.001). As a moderating variable, audit quality is proven to strengthen the influence of Blockchain technology adoption on firm value (β = 0.195; t = 2.744; p = 0.007), but is unable to moderate the relationship between corporate transparency and firm value (β = -0.068; t = 0.955; p = 0.341). These findings indicate that Blockchain implementation supported by high audit quality can increase investor confidence and firm value, while corporate transparency has not been a major factor in increasing firm value in SOEs.

Open access
Corporate Governance and Financial Management
Financial Literacy and Behavior
Financial Analysis and Corporate Governance
Original source
Aug 11, 2026·Advances in Economics Management and Political Sciences
0 cites
Cross-border Low-Carbon Supply Chain Decision-Making Considering Vertical Spillover and Blockchain under CBAM Regulation

Caixuan Zhan

Against the background of the global "dual carbon" goal and the EU Carbon Border Adjustment Mechanism (CBAM), targeting problems such as missing trust in emission reduction and insufficient technological collaboration in cross-border low-carbon supply chains, this paper incorporates blockchain technology, vertical spillover of emission reduction and consumer low-carbon preference into a unified analytical framework. It constructs a two-echelon cross-border supply chain model consisting of a single supplier and a single manufacturer, builds Stackelberg game models under centralized decision-making and decentralized decision-making respectively, comparatively analyzes the optimal emission reduction levels, pricing strategies and profit distributions under two scenarios with and without vertical spillover, and verifies the conclusions through numerical simulation. The research shows that the EU CBAM carbon tax, vertical spillover of emission reduction and consumer low-carbon preference form a positive synergistic incentive, which significantly lifts the supply chain's emission reduction level and overall profit, and the synergistic effect is more prominent under centralized decision-making. A rising emission reduction cost coefficient will restrain enterprises' investment in emission reduction, and vertical spillover will aggravate this restraining effect. Whether vertical spillover is considered or not, centralized decision-making outperforms decentralized decision-making in both emission reduction efficiency and total supply chain profit; the higher the carbon tax rate and vertical spillover rate, the wider the gap between the two. This paper further puts forward management insights from the aspects of enterprise technology sharing, decision-making mode selection and government policy guidance, so as to provide theoretical reference and decision support for cross-border supply chains to respond to CBAM regulations and realize low-carbon transformation.

Open access
Sustainable Supply Chain Management
Climate Change Policy and Economics
Integrated Energy Systems Optimization
Original source
Aug 11, 2026·RADIOELECTRONIC AND COMPUTER SYSTEMS
0 cites
iTZBEI: ІНТЕГРАЛЬНА МЕТРИКА БЕЗПЕКИ ДЛЯ SDN-АРХІТЕКТУР З ІНТЕГРАЦІЄЮ ZERO TRUST ТА BLOCKCHAIN

Oleksandr Pidpalyi, Олександр Романов, Larysa Globa, Антон Романов · 6 authors

The subject matter of the article is the iTZBEI (Integrated Trust–ZTA–Blockchain SDN Efficiency Index) – a novel composite metric for quantitative security assessment of software-defined networks (SDN) integrating Zero Trust Architecture (ZTA) and Blockchain technologies. The relevance of the research is determined by the fact that the centralized SDN control model generates critical vulnerabilities, including DDoS attacks, unauthorized routing manipulation, and insider threats – for which no unified quantitative evaluation framework currently exists. The study introduced a formalized aggregated security metric that enables continuous monitoring and comparative assessment across all components of the SDN–ZTA–Blockchain architecture. The tasks to be solved include: (1) identification of principal SDN attack vectors; (2) formalization of a transaction-processing algorithm covering the full access lifecycle; (3) definition of nine local security indicators; and (4) construction of the iTZBEI index with justified weighting coefficients. The methods used combine mathematical formalization of access control processes, cryptographic transaction verification, and experimental emulation of attack scenarios in a Mininet–OpenDaylight–Hyperledger Fabric environment. Conclusions. The obtained results of the article consist in the development of a functional algorithm that performs dynamic verification of user requests, makes adaptive authorization decisions according to the principles of least privilege, and records these decisions in an immutable distributed ledger. A metrics system is proposed, including local indicators such as the Continuous Authorisation Integrity Score (CAIS), the Blockchain Audit Integrity Score (BAIS), and the Local Policy Integrity (LPI). On this basis, the generalized Integrated Trust and Zero-Trust Blockchain Evaluation Index (iTZBEI) is described as an aggregated metric for comparative evaluation and continuous monitoring of the network’s security state. Scientific novelty. This study introduces a unified SDN + ZTA + Blockchain framework for network security, formalizes a transaction-level algorithm that directly links access decisions with distributed audit procedures, and proposes the iTZBEI metric as the first integral indicator for evaluating the integration’s effectiveness in dynamic network environments.

Open access
Software-Defined Networks and 5G
Cybersecurity and Information Systems
Information and Cyber Security
Original source
Aug 11, 2026·Discover Applied Sciences
0 cites
A adaptive SLA-based resource management framework for optimizing performance frontiers in blockchain-as-a-service

Dileep Kumar Murala, G. Siva Krishna, P. N. V. M. Syamala Rao, Madhusudana Rao Nalluri · 5 authors

Integrating blockchain technology with cloud computing has enabled Blockchain as a Service (BaaS), a cloud-based paradigm that allows users to design, deploy, and manage customized blockchain applications, including smart contracts and domain-specific business functionalities. BaaS providers manage infrastructure provisioning, maintenance, and scalability while ensuring quality of service (QoS) compliance through service level agreements (SLAs). However, existing resource management approaches often struggle to satisfy dynamic performance requirements in a cost-efficient manner without increasing operational overhead or reducing provider efficiency. This paper presents a structured Adaptive SLA-based assistance framework for deploying Hyperledger Fabric on cloud platforms. The framework integrates automated performance monitoring using Hyperledger Caliper, SLA violation detection through programmed SLA chaincode, and automated VM scaling via the OpenStack4J API within a 3E (effective–efficient–economical) verification methodology. A greedy multi-objective scheduling mechanism guides parameter optimization by selecting scaling actions according to marginal performance gain per unit cost. Experiments were conducted on the Nectar Research Cloud using Hyperledger Fabric 2.5 to evaluate the impact of VM size, block size, peer count, and storage configuration on throughput (TPS) and average latency. Results demonstrate that the framework consistently achieves performance targets of 50%, 100%, and 200% above the baseline configuration through adaptive resource reconfiguration. Among evaluated strategies, Comb2, which combines dual block size adjustment with VM scaling, emerged as the optimal balanced configuration in terms of performance and cost efficiency. While automated monitoring, SLA enforcement, and VM scaling are fully implemented, continuous online scheduling under dynamically changing workloads remains future work. The proposed framework establishes a practical foundation for SLA-driven blockchain optimization in cloud environments and supports future extensibility to additional BaaS platforms.

Open access
Blockchain Technology Applications and Security
Cloud Computing and Resource Management
Big Data and Digital Economy
Original source
Aug 11, 2026·Electronics
0 cites
Privacy-Preserving and Quantum-Resilient Blockchain Infrastructures for MuReQua Federated Micro Data Centers

Gerardo Iovane

The rapid growth of AI-driven workloads, IoT ecosystems, and distributed digital services has exposed fundamental limitations in existing cloud and edge infrastructures, particularly in guaranteeing robust data privacy under emerging quantum threats. Current blockchain-based systems provide integrity and decentralization but rely predominantly on computational cryptography and access-control mechanisms, leaving them vulnerable to future quantum adversaries and large-scale inference attacks. In this paper, we introduce Data Communities as a novel paradigm for privacy-preserving, blockchain-enabled cooperative digital infrastructures, formalized within the Cooperative Digital Infrastructure (CDI) framework. Our approach integrates three complementary privacy protection layers: (i) MuReQua, a quantum-resilient blockchain consensus mechanism leveraging CQKD for cryptographic robustness against Shor-type attacks; (ii) DeSSE, an information-theoretically secure distributed storage model based on n × m fragmentation, ensuring zero information leakage below reconstruction thresholds; and (iii) a multi-tier data sovereignty model (C0–C3) enforcing policy-driven data locality and regulatory compliance across federated nodes. We formalize privacy guarantees through an adversarial model encompassing classical, quantum, insider, and governance-level threats, and demonstrate that the proposed architecture achieves information-theoretic confidentiality, forward secrecy, and attack-resilient distributed governance. A privacy leakage analysis shows that the probability of data reconstruction under sub-threshold compromise is identical to zero, outperforming conventional blockchain storage models based on encryption alone. Simulation and case study results indicate that Data Communities achieve up to 99.999% service availability, 55% reduction in external data exposure, and 22–35% carbon-aware optimization, while maintaining strict privacy guarantees across distributed environments. Compared with existing blockchain systems (e.g., Ethereum, Hyperledger Fabric), the proposed framework shifts privacy protection from access-control and pseudonymity to structural, information-theoretic privacy by design. Overall, the results establish Data Communities as a scalable and quantum-resilient foundation for next-generation privacy-preserving blockchain infrastructures, bridging distributed AI, secure storage, and cooperative governance under a unified formal model.

Open access
Blockchain Technology Applications and Security
Cloud Computing and Resource Management
IoT and Edge/Fog Computing
Original source
Aug 11, 2026
0 cites
Intelligent AIoT–Blockchain System for Enhancing Construction Supply Chain Transparency and Efficiency

Ria Bandyopadhyay, Jeet Sadhukhan, Supratik Chakraborty, Pratyush Mishra · 6 authors

The construction industry faces several difficulties in warehouse management along with construction industry&s;s supply chain that is characterized by complex, multi-tiered interactions involving material suppliers, transporters, contractors, and on-site project managers. Traditional management systems suffer from delayed information exchange, lack of transparency, and vulnerability to fraud or errors, often leading to cost overruns and schedule delays. The purpose of the current paper is to suggest an Artificial Intelligence of Things (AIoT) and blockchain-based supply chain management model to be used in the construction industry. AIoT involves the use of IoT devices or RFID tags, GPS trackers, and environmental sensors along with AI algorithmic methods to conduct predictive analytics, anomaly detection, and automated decision-making in the edge or the cloud. Blockchain technology offers the benefit of immutable and transparent records that cannot be altered and is tamper resistant, which facilitates trust among the distributed stakeholders and automates the workflows of the contract through the use of smart contracts. The architecture that is proposed has three layers: 1 AIoT real-time data acquisition sensing and analytics, 2 Secure data storage blockchain ledger and smart contract execution, and 3 A stakeholder application dashboard. In order to test our framework, we conducted a simulation of a scenario with prefabricated steel parts as supply. We determined the effectiveness of the system in tracking items, recording events as swiftly as possible, the security of the process and the efficiency of the whole process. The findings were also staggering: the accuracy of the tracking increased by 92 percent, the reporting is 58 percent quicker, and the prevention of fraud is much more robust than the traditional ERP systems. Such results demonstrate that the convergence of the AIoT and blockchain technologies can contribute to the solution of current issues in the supply chain in construction, which will result in the improved and more data-driven project management. Second, we will experiment with this approach through real life projects and how it could be used with Building Information Modelling (BIM) platforms.

BIM and Construction Integration
Construction Project Management and Performance
Organizational and Employee Performance
Original source
Aug 11, 2026·International Journal of Electronics and Communication Engineering
0 cites
A Cryptographic Proof Framework for Tamper-Evident Pneumonia Diagnosis on Blockchain

Murugeshwari B., Kayalvizhi S, Daya Florance D, Saranya S

To deploy deep learning-based diagnostic systems in a clinical setting, they need to have not only a high degree of predictive accuracy, but also an unbroken cryptographic chain to prove that the model parameters have not been changed from one inference to the next. This incompatibility arises because softmax, GELU activation, and layer normalization involve transcendental operations to produce the final output. Transcendental operations cannot be represented over the prime finite fields that are necessary when utilizing Rank-1 Constraint Systems (R1CS). The work here provides a mathematically sound approach to resolving the incompatibility by providing three formally defined polynomial approximations: a degree-3 Taylor series softmax approximation (ε ≤ 2.47E-03 per weight); a degree-5 composite polynomial GELU (ε ≤ 1.80E-03); and a squared witness hint reformulation of layer normalization that results in exact constraint satisfaction. The accumulating polynomial approximation errors across 12 transformer encoder blocks have a total approximation error defined as (ε total ≤ 0.0512) and results in a loss of less than one-fifth of a percent in accuracy (94.1% vs. 94.3%) on the RSNA Pneumonia Detection benchmark. The entire ViT-B/16 inference model was compiled into an R1CS form of approximately 2.3×10⁸ R1CS constraints and instantiated as a Groth 16 zk-SNARK. The integrity of the model is confirmed by hashing the parameters using SHA-256 onto an immutable Polygon zkEVM smart contract, allowing for on-chain verification of inference without revealing any of the proprietary model weights. Additionally, this system produces an area under the receiver operating characteristic curve (AUC-ROC) of 0.961, a mean latency for proof generation of 2.84 seconds, an end-to-end verification time of 5.07 seconds, and an average cost for on-chain verification of 0.012ETH, all within the operational constraints of typical radiology workflows.

Open access
Cryptography and Residue Arithmetic
Cryptography and Data Security
Cryptographic Implementations and Security
Original source
Aug 11, 2026·International Journal of Educational Technology in Higher Education
0 cites
Integrating LLM with consortium blockchain for personalized and verifiable online education in higher education

Fuan Xiao, Jiahui Huang, Jia-Xin Huang, Jia-Xin Huang · 7 authors

Abstract Online Education in Higher Education is rapidly evolving through the integration of Large Language Model (LLM)-powered intelligent systems, which enable personalized tutoring, dynamic content generation, and automated assessment. However, the widespread adoption of LLMs in education is hampered due to their inherent limitations, including susceptibility to hallucinations, insufficient domain-specific knowledge validation, and output inconsistency. These deficiencies can lead to misleading or erroneous content, potentially causing significant negative learning outcomes. A core challenge lies in ensuring that such errors are immutably logged and traceable, thereby establishing a mechanism for accountability among the entities deploying these LLM services. To address these challenges, this paper proposes a novel framework that Integrates LLM with consortium blockchain for personalized and verifiable online education. Our design features a synergistic architecture in which LLM based services provide the intelligent educational interface, while a permissioned consortium blockchain serves as a secure and tamper proof ledger. This blockchain infrastructure records critical educational transactions ranging from learning process data and academic credentials to the outputs generated by the LLMs. This integration not only secures academic credentials but also establishes a fully auditable trail, making it possible to trace responsibility for educational deficiencies caused by AI errors. Collectively, this work demonstrates a robust and accountable framework for leveraging LLMs in education, effectively mitigating the risks of AI inaccuracies through the verifiable and immutable nature of consortium blockchain.

Open access
Artificial Intelligence in Healthcare and Education
Online Learning and Analytics
Intelligent Tutoring Systems and Adaptive Learning
Original source