Blockchain Papers

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

96,165 papersLast indexed Aug 29, 2026
Search papers

Paper index

96,165 results · page 273 of 4,007

Jan 1, 2026·IEEE Access
0 cites
Practical Runtime Verification of Cross-Organizational Smart Contracts

Damaris Jepkurui Kangogo, Bertalan Zoltán Péter, Attila Klenik, Imre Kocsis

<title>Abstract</title> Smart contracts in blockchains often implement critical functionality; consequently, their development time software fault detection, removal, and avoidance have been the target of intensive research. However, the applicability of runtime dependability mechanisms to smart contracts has not been explored systematically, mainly due to the transaction pricing models of public blockchains. In this paper, we propose a novel and practical runtime verification approach for Hyperledger Fabric, the leading cross-organizational blockchain platform, as an error detection facility for fault tolerance mechanisms; building on the proposition that, in contrast to the public setting, cross-organizational blockchains have ample computational headroom for their systematic use. We introduce a smart contract entity framework architecture with reusable domain models and encapsulated runtime verification. We describe Hypernate, our open-source implementation of the approach for Java smart contracts, which uses the Java Modelling Language for requirement specification and integrates the OpenJML verification tool. We demonstrate and evaluate the approach on a Fabric implementation of the TPC-C benchmark.

Open access
Auction Theory and Applications
Blockchain Technology Applications and Security
Digital Rights Management and Security
Original source
Jan 1, 2026·SSRN Electronic Journal
0 cites
The Election Anomaly in Bitcoin Returns

Savva Shanaev, Bogdan Maksikov, Mikhail Vasenin

No abstract is available for this record.

Open access
Blockchain Technology Applications and Security
Benford’s Law and Fraud Detection
Fiscal Policies and Political Economy
Original source
Jan 1, 2026·Communications in computer and information science
0 cites
AI-Enabled Quantum-Resistant Multipath Crypto-Graph Protocol (QR-MCP) for Secure Communications in Post-Quantum Networks

Nishanth Shet, R. Chinmai, Preethi Preethi, Y. V. Srinivasa Murthy

Abstract As quantum computing grows, the security of RSA and ECC offers is becoming increasingly flush. A novel Quantum Resistant Multipath CryptoGraph protocol (QR-MCP) has been proposed in this work, which is a multi-layered security framework that combines lattice-based cryptography, SPHINCS+ post-quantum signatures, onion routing, with AI-driven anomaly detection for long lifetime security and privacy of data. Encrypting messages in multiple paths increases security as larger network attackers cannot intercept an entire message. Ledgering on the blockchain is also used for integrity verification for the protocol, and the protocol also uses AI models to detect anomalies in real-time. QR-MCP has shown to be resilient to simulated cyber attacks such as man-in-the-middle, traffic analysis as well as collusion based decryption. Future scalability to new threats will gain strength with the introduction of homomorphic encryption and zero-knowledge proof (ZKP).

Open access
Cryptography and Data Security
Blockchain Technology Applications and Security
Cryptography and Residue Arithmetic
Original source
Jan 1, 2026·Open MIND
0 cites
THE ARCHIVE BENEATH THE INDEX: Why the Corpus Needs a Foucauldian Archaeology, and Why the Entropy-Resistant Institution Index Is Its Proof

HUYNH GIA BAO

WHAT THIS PAPER ARGUES. Every Popperian tool this corpus has built — falsifiability criteria, self-vaccination, the act-level test, the Personal System Reminder, and the four falsification conditions just added to the Entropy-Resistant Institution (ERI) index — operates inside a discursive formation without ever asking how that formation became possible to inhabit in the first place. This is not a gap Popperian rigor can close by adding a fifth falsification condition or a fifth comparator case, because the question is not whether a claim within the formation is true or false; it is what made this particular kind of claim — a weighted numerical composite, cross-culturally applied, extracted from historical institutions and repurposed as a design template for future governance — a thinkable, legitimate object of knowledge at all. This is the question Michel Foucault's archaeological method exists to ask. This paper argues the corpus needs it, using the just-revised ERI paper as evidence rather than illustration. Four archaeological blind spots are documented directly in ERI's own text. First, its newly added Jiangnan-regeneration section treats "Jiankang, 220–589" as a bounded unit that a fourth comparator case can be added alongside — the unexamined assumption that a historical institution is a natural object rather than one constituted by the apparatus built to measure it, Foucault's critique of "the unity of the book" applied for the first time to a unity of the case. Second, the six attributes assume, without argument, that "legitimacy transfer" and "resource flexibility" name the same kind of variable in a Six Dynasties Chinese, a Shinto-imperial Japanese, and a Catholic canon-law context — a commensurability claim no additional comparator case can test, because the problem is not sample size but an a priori equivalence the index requires in order to function as an index at all. Third, ERI names its own methodological ancestors — Polity5, the Fragile States Index, V-Dem — as if borrowing a value-neutral toolkit, when each is inherited along with the specific historical formation that produced it. Fourth, ERI states plainly that the exercise exists to extract portable institutional design lessons for F2-era governance actors — read here not as incidental motivation but as the archive-producing act itself, the textbook operation of what Foucault calls biopower. The paper's constructive contribution is the Archaeological Symmetry Principle, extending this corpus's existing Principle of Epistemic Symmetry into a register falsifiability cannot reach alone: a researcher who subjects a target argument to falsifiability must, symmetrically, subject their own measuring instrument to historicization. Read this way, the Longevity Asymmetry Corpus is reread as an analysis of biopolitics that has operated, until now, without the name — the Mortality Symmetry Axiom as the statistical anonymity that historically made biopower's tolerance of differential death invisible, the Biological Zero-Day Mechanism as the process that collapses that anonymity back into sovereign-style visibility. The paper closes by naming, honestly, the tension this creates with the corpus's own Popperian commitments, and states plainly what an archaeological stance does not solve.

Open access
2 source records
Foucault, Power, and Ethics
Environmental and Cultural Studies in Latin America and Beyond
Chinese history and philosophy
Original source
Jan 1, 2026·International Journal of Computing
0 cites
Performance Analysis of Groth16 zkSNARK: Systematic Benchmarking with Circom-snarkjs

Oleksandr Kuznetsov, Yulia Khavikova, Valerii Bushkov, Dmytro Shchytov · 5 authors

Zero-knowledge succinct non-interactive arguments of knowledge (zk-SNARKs) have emerged as a critical technology for privacy-preserving computation and blockchain applications. However, systematic performance analysis of practical implementations remains limited, hindering informed technology adoption decisions. This study presents a comprehensive benchmarking analysis of the Groth16 protocol implementation using the widely-adopted Circom-snarkjs framework. We developed an automated benchmarking platform that systematically measures performance across seven representative circuit types with varying computational complexity (1-11 R1CS constraints). Our methodology ensures reproducible measurements through controlled experimental design with statistical validation. The platform captures detailed metrics for all three phases of the Groth16 protocol: witness generation, proof creation, and verification. Results from 35 independent measurements reveal several important findings. Witness generation demonstrates consistent performance across circuit types, averaging 57.6±12.1 milliseconds. Proof generation times range from 832 to 1,147 milliseconds, showing non-linear scaling with circuit complexity. Verification times remain relatively stable (741-884 milliseconds), confirming Groth16's theoretical constant-time verification advantage. All measurements achieved 100% success rate with complete proof validation. Notably, circuit structure significantly impacts performance beyond simple constraint counting. Comparison-based circuits achieve 13.22 constraints per second efficiency, substantially outperforming arithmetic circuits (1.02-4.36 constraints/second). This finding provides actionable guidance for circuit design optimization. The study contributes an open-source benchmarking framework for reproducible zk-SNARK research and provides empirical performance data for technology adoption decisions. Our findings support the practical deployment of Groth16 for applications requiring efficient zero-knowledge proofs while highlighting optimization opportunities for circuit designers.

Open access
Physical Unclonable Functions (PUFs) and Hardware Security
Cryptography and Data Security
Security and Verification in Computing
Original source
Jan 1, 2026·IEEE Transactions on Engineering Management
0 cites
Connecting the Dots: Customizing Digital Supply Chain Finance for Dealers via Signaling-Screening Mechanisms

Hua Song, Xinge Ding, Siqi Han

This study identifies a key distinction between digital and traditional supply chain finance (SCF): technology-empowered financial service providers (FSPs) are no longer completely uninformed parties in financing markets. By examining an underexplored digital SCF scenario involving upstream focal firms and financially constrained downstream dealers, we reveal the effective signals that enable downstream small and micro enterprises (SMEs) to access SCF, and explore how and when FSPs use different screens to refine financing decisions. Using a dataset from MYBank, a leading Chinese big tech lender with nationwide coverage and a dominant market share in digital SCF, we find that a dealer's procurement amount from focal firms is a strong signal, particularly when credit limits are higher. Meanwhile, FSPs utilize stakeholder cues and digital footprints within their ecosystems to refine financing decisions. Three key stakeholder groups—owners, focal firms, and peer dealers—and regional digital financial inclusion influence the effectiveness of procurement signals. The impact of distinct signaling-screening mechanisms varies across firm size, platform registration duration, and regional marketization. Robustness tests, including IV-2SLS regressions, the Heckman two-step method, stringent fixed effects and subsample analysis, validate our findings. The study enriches the SCF literature by revealing the role of supply chain data in credit creation and identifying various signaling-screening mechanisms. It also extends screening theory by illustrating the contingent nature of screens. The findings respond to China's recent policy initiatives on decentralized supply chain loans and provide guidance for SCF practitioners.

Consumer Retail Behavior Studies
Supply Chain and Inventory Management
Big Data and Business Intelligence
Original source
Jan 1, 2026·Mathematical Modeling and Computing
0 cites
Stochastic Modeling of Agentic Information Finance: Convergence Analysis of the Information-Incentive Gap

T. L. Kosohov, O. V. Olkhovska

We study the epistemic efficiency of decentralized prediction markets under autonomous agentic liquidity. We introduce the information-incentive gap (G) – the discrepancy between ground truth and the market-implied probability – and establish, via Itô's calculus and exact solution of the resulting moment ODE, exponential convergence of its second moment together with an explicit upper bound for the gap of order O(σ/λ−−√). A two-level empirical study on information-driven event categories (Politics, Economics, Finance, Crypto Markets), drawing on approximately 40 million time-series records collected over the study period, is consistent with the model: (i) platform-level analysis of N=100 resolved binary events per platform shows the mean gap decreasing from G¯=0.517 at T−168 h to G¯=0.229 at T−30 min for Kalshi, and from 0.583 to 0.002 for Polymarket, with an empirical convergence rate λemp≈1.4×10−6 s−1; (ii) a paired cross-platform comparison of N=34 matched event groups shows that Polymarket exhibits a lower mean gap than Kalshi (mean ΔG=0.27 at T−6 h; Polymarket leads in 85% of pairs), consistent with the theoretical dependence of convergence speed on liquidity-driven λ. Monte Carlo simulation (N=50000 paths) confirms a &gt;276× reduction in convergence latency and a 109× improvement in the Information Efficiency Ratio (IER) compared to the human-centric baseline.

Open access
Complex Systems and Time Series Analysis
Opinion Dynamics and Social Influence
Game Theory and Applications
Original source
Jan 1, 2026·RUCforsk (Roskilde University)
0 cites
Municipal Budgeting in the Faroe Islands: How Size and Financing Structure Affect Economic Sustainability

Jónas Gunnarsson Djurhuus

This thesis examines how the structure of municipal finance and budget governance affects the economic capacity of municipalities on the Faroe Islands. In recent decades, Faroese municipalities have been assigned increasing responsibility for welfare services, including elderly care, while substantial differences persist in municipal size, tax bases, and administrative capacity. These structural differences raise questions about whether the current decentralized governance system provides sustainable economic conditions for all municipalities. The study analyzes how the Faroese municipal financing and budgeting model is organized and explores the economic challenges municipalities face in practice. The analysis draws on qualitative interviews with Faroese mayors combined with document analysis of policy reports, legislation, and economic assessments. The empirical findings are interpreted through theoretical perspectives from fiscal federalism, incremental budgeting, soft budget constraint theory, and research on intermunicipal cooperation.The analysis shows that differences in population size, demographic composition, and tax bases create unequal economic conditions across municipalities. Smaller municipalities appear particularly vulnerable to economic shocks, demographic ageing, and large investments. While intermunicipal cooperation can enhance administrative capacity, it may also generate coordination challenges and common-pool dynamics. Furthermore, the financing model for elderly care contributes to uneven financial pressures between municipalities. The thesis concludes that the current institutional framework may create long-term challenges for the sustainability of municipal welfare provision. Possible policy responses include adjustments to the financing model, stronger equalization mechanisms, or structural reforms aimed at ensuring more economically robust local governments.

Open access
Local Government Finance and Decentralization
Land Use and Management
Public Policy and Administration Research
Original source