To address the challenges of topological obscurity and extreme label sparsity in large-scale Ethereum transaction networks, a novel self-supervised phishing detection framework named Eth-GBAV is proposed, integrating graph attention, broad learning, and adversarial variational inference. The framework initiates with a biased random walk strategy guided by transaction intensity and temporal dynamics to capture the initial behavioral semantics of nodes. To distill discriminative features from noisy backgrounds, a “Generative-Attention” encoding architecture is constructed, where a graph attention network aggregates weighted structural neighborhoods and a Variational Autoencoder (VAE) characterizes the underlying probability distribution of legitimate transaction patterns. By maximizing the evidence lower bound, anomalous accounts are effectively isolated through reconstruction residuals. Furthermore, the broad learning system is introduced as an efficient analytical decision layer. By mapping VAE-derived latent embeddings and reconstruction errors into an expanded high-dimensional feature space, the framework captures intricate behavioral correlations via mapping and enhancement neurons. Extensive experimental verification on two large-scale datasets demonstrates the superior performance of Eth-GBAV. On the XBlock dataset, it achieves a leading F1-score of 0.9847 and a recall of 0.9839, outperforming the most competitive state-of-the-art model by significant margins. On the Kaggle dataset, the framework maintains high robustness with an accuracy of 0.9592 and an F1-score of 0.9069.
Tina Yi Jin Hsieh, Carl Eriksson, Garth Meckler, Matthew Hansen · 12 authors
Introduction and Objective: Traditional adverse safety events (ASE) identification relies on domain experts to manually review and annotate charts, which hinders the scalability of processing high-volume EMS data. This study explores the use of large language model (LLM) with a knowledge base to automate extraction of adverse safety events (ASE) from unstructured emergency medical service (EMS) notes for pediatric out-of-hospital cardiac arrest (OHCA) as proof of concept. Data Sources and Study Design: Pediatric OHCA records from a national EMS provider were obtained from 2017 to 2020. Leveraging the Pediatric Prehospital Adverse Safety Event Detection System (PEDS) as a foundational knowledge base, we used the LinkML framework to develop an ontology to define ASEs across six essential EMS care domains. To convert unstructured EMS narratives into structured prompts, we used the Structured Prompt Interrogation and Recursive Extraction of Semantics (SPIRES) method, which generated schema-driven prompts to guide the GPT-3.5 model in identifying ASEs. By mapping unstructured data into structured concepts consistent with PEDS guidelines, the model produced targeted prompts that supported effective entity extraction. Results: We evaluated framework effectiveness with accuracy, recall, precision, F1 score, and specificity across 42 pediatric OHCA cases covering ASE-related entities. RescueGPT showed high accuracy in detecting common ASEs (Patient Rhythm, Age, Weight, Length) but revealed challenges in rare events (Failure to Establish IV Access, Incorrect Airway Equipment Size, Failure to Ventilate Patient) likely due to more inconsistent and complex documentation. Conclusions: RescueGPT demonstrates potential in scaling automated ASE detection, but performance varies by completeness and clarity of EMS narrative, particularly with rare events. Fragmented clinical documentation limits accuracy and highlights the need for standardized collection protocols in EMS systems. Future directions will focus on implementing rebalancing strategies for rare events, applying explainability methods to improve decision-making transparency, and refining text segmentation techniques to handle mixed outcomes to further improve performance.
Smart contracts are a core component of blockchain-based systems, enabling decentralized applications to autonomously manage assets and enforce program logic. However, vulnerabilities in smart contracts can cause severe financial losses because of their immutability and public accessibility. As a result, analyzing common attack vectors and evaluating static detection techniques before deployment remain critical challenges in blockchain security. This thesis presents an analytical study of high-impact smart contract attack classes and evaluates the effectiveness of AST-based static detection approaches for Ethereum smart contracts. Building on the Aderyn static analysis framework, custom detectors are implemented to analyze structural code patterns that enable reentrancy attacks, authorization bypass vulnerabilities, and unsafe proxy delegation and storage collision risks. Rather than proposing new defensive mechanisms, this work systematically analyzes how known attacks arise from insecure smart contract programming practices and examines how defensive coding patterns can be identified at the source-code level through static analysis. The effectiveness of the analysis is evaluated using vulnerable smart contract implementations and corresponding exploit scenarios developed with the Foundry testing framework. Experimental results show that the implemented detectors successfully identify exploitable vulnerabilities and demonstrate a strong correspondence between attack-enabling code structures and statically detectable patterns, confirming alignment between static analysis findings and real-world attack behavior. This work demonstrates that extensible AST-based static analysis provides a practical foundation for analyzing both smart contract attacks and the defensive patterns intended to mitigate them before deployment.
Pascal Berrang, Mirco Giacobbe, Jacob Swales, Xiao Yang
We introduce a technology to formally verify that a software system satisfies a temporal specification of functional correctness, without revealing the system itself. Our method combines a deductive approach to model checking to obtain a formal certificate of correctness for the system, with zero-knowledge proofs to convince an external verifier that the system -- kept secret -- complies with its specification of correctness -- made public. We consider proof certificates represented as ranking functions, and introduce both an explicit-state and a symbolic scheme for model checking in zero knowledge. Our explicit-state scheme assumes systems represented as transition graphs. We use polynomial commitments to convince the verifier that the public proof certificates correspond to the secret transition relation. Our symbolic scheme assumes systems specified as linear guarded commands and uses piecewise-linear ranking functions. We apply Farkas' lemma to obtain a witness for the validity of the ranking function with public and secret components, and employ sigma protocols for matrix multiplication and range proofs to convince the verifier of the witness's existence. We built a prototype to demonstrate the practical efficacy of our two schemes on linear temporal logic verification examples. Our technology enables formal verification in domains where both the safety and the confidentiality of the system under analysis are critical.
Ding Ding, Yang Li, Poh Ling Neo, Zhiyuan Wang · 5 authors
This paper develops a tractable theoretical framework to study how network participation shapes the boom–bust dynamics of non-fungible token (NFT) prices. We model NFT pricing under network effects and heterogeneous consumers, and show that prices and participation are jointly determined in equilibrium. The model implies a critical participation threshold that separates expansion from contraction regimes: above this threshold, positive feedback between participation and valuation generates self-reinforcing growth, while below it, weakening network benefits lead to contraction. We provide empirical evidence using data from the aggregate NFT market and prominent collections including Bored Ape Yacht Club (BAYC) and CryptoPunks. Reduced-form regressions show a positive association between prices and network participation, with stronger effects at the collection level than in the aggregate market. Threshold estimation further provides evidence consistent with regime-dependent dynamics, with clearer tipping behaviour in well-defined NFT communities than in the aggregate market. These findings suggest that NFT valuation is closely tied to network structure and participation dynamics. More broadly, this paper contributes a unified framework that links participation, price formation, and threshold behaviour in NFT markets.
Electronic Healthcare Records (EHRs) provide distributed access to patient and doctor information through pervasive cloud-based storage. As this data is highly sensitive, robust privacy measures are essential to mitigate adversarial impacts. To ensure optimal privacy across multiple shared EHRs, this article proposes a Session-dependent Zero Knowledge Proof Technique (SZKPT). The framework identifies privacy breaches using two truth values: the first representing optimal session closure, and the second reflecting verification at each sharing instance. Both truth values are validated through iterated session validations, which are managed using a deep learning paradigm. During training, different combinations of truth values are employed to maximize privacy during data sharing, while iterative processes train consecutive validation instances to improve breach detection. Truth values are continuously updated to reflect the session closure and the most recent privacy verification. In practice, if either truth value equals zero, the session is suspended; otherwise, if truth values are valid in consecutive iterations, data sharing is delegated to the authorized user. The process is repeatted at regular intervals with updated truth values, ensuring continuous monitoring and adaptive privacy protection. The proposed technique is rigorously evaluated using key performance metrics, including access verification, computational complexity, privacy breach detection, verification time, and access delegation time. Results demonstrate that SZKPT effectively balances privacy preservation with usability, providing a reliable, scalable, and efficient solution for secure EHR management in cloud-based healthcare systems.
Blockchain systems rely on architectural design choices and consensus protocols to establish decentralized trust in distributed environments. This paper presents a focused survey of blockchain architecture and protocol evolution, emphasizing structural components, peer-to-peer networking, consensus mechanisms, forking models, and security-scalability trade-offs. Core elements such as blocks, cryptographic hashing, distributed ledgers, node roles, transaction propagation, and validation processes are examined to explain how integrity and immutability are maintained. Major consensus mechanisms, including Proof of Work (PoW), Proof of Stake (PoS), Practical Byzantine Fault Tolerance (PBFT), and Proof of Authority (PoA), are comparatively analyzed with respect to decentralization, throughput, finality, energy consumption, and deployment context. The paper also examines blockchain forking as a mechanism for protocol evolution and governance. By distinguishing protocol-level concerns from application-level adoption, this survey provides a technical foundation for evaluating blockchain systems and identifies open challenges in scalability, interoperability, governance, privacy, and sustainable consensus design.
The present interdisciplinary research article is also available on ResearchGate.net, at: https://www.researchgate.net/publication/397547485_Andromeda_Stellar_Dromellar_A_Clean_Water-Regenerating_AI-Driven_Digital_Currency_Symbolizing_Humanity's_Next_Archetype<b>Abstract:</b>The convergence of blockchain technology and artificial intelligence (AI) offers unprecedented opportunities to redefine digital value, representation and cultural meaning. We introduce Andromeda Stellar (nicknamed Dromellar), a clean water-regenerating, AI-driven digital currency designed not solely as a medium of exchange but as a collectible artifact and a conceptual, philosophical statement reflecting humanity’s next evolutionary archetype. Each Stellar coin integrates multifaceted symbolic and aesthetic elements: the lion emblem, representing courage and humility refined through life’s trials; gold coloration, symbolizing purity, transcendence, and the refinement of human potential; constellations, reflecting the reconnection of isolated human “stars” into a unified cosmic wholeness; the Morning Star, a prophetic, Messianic and First-Anointed figure embodying transformation through cycles of death and resurrection; and the Milky Way–Andromeda cosmic fire, signifying passion, positive change, healing, and restoration. The inscription Homo constellatus explicitly denotes the envisioned evolutionary archetype of humanity, uniting individual growth with collective aspiration. Framed through a hydrological imperative, Stellar reconfigures value as a flowing river of cosmic liquidity, where AI acts as the dynamic current – circulating, regenerating, and irrigating meaning across an evolving economic basin. This dual motif evokes the Amazon's tropical vitality for generative abundance and the Nile's unyielding traversal of the Sahara – the world's largest desert – for resilient endurance, symbolizing how Stellar sustains poverty-free global wealth as a reserve currency, akin to life-saving electric power amid utmost trials and tribulations. This metaphor bridges systems engineering (cybernetic feedback loops ensuring equilibrium) and digital humanities (performative materiality encoding archetypes in code), while confronting the ecological paradox of AI's resource consumption. To reconcile AI’s material footprint with its metaphor of flow, Stellar incorporates a closed-loop water-recycling architecture that achieves full reclamation of process water with no chemical effluent – via an eight-stage, chemical-free cascade of thermal recovery, mechanical filtration, adsorptive organics removal, membrane desalination via NF-ED hybrids, UV disinfection and AI-optimized remineralization, yielding potable-grade output (TDS <50 ppm, pathogen-free). This operational covenant transforms the hydrological metaphor into measurable sustainability, aligning the system with EU Green Deal and UN SDG frameworks.In 2025, as AI data centers alone demand 193–297 billion gallons (731–1,125 million cubic meters) of water annually – equivalent to the household usage of 6–10 million Americans – with individual facilities guzzling up to 5 million gallons daily – Stellar's ethical hydrology embeds mitigations like tokenized water credits to balance renewal with restraint, mirroring the Nile's silt-rich floods that historically greened arid expanses for economic rebirth despite scarcity crises. Amid SDG 6's stalled progress – where only 35% of targets show moderate advancement and 2.2 billion people still lack safe water, per the UN's November 2025 Sustainable Development Goals Report – Stellar advances regenerative AI-blockchain via initiatives like Nexchain's green Web3 for energy-efficient fusion and UNDP's FLock Accelerator for decentralized sustainability in vulnerable regions, ensuring self-feeding cycles that propel SDG 13 (Climate Action) and SDG 17 (Partnerships). Feasibility is evidenced by 2025 pilots, such as Microsoft's zero-water datacenter designs using liquid cooling and non-evaporative systems, now scaling across U.S. superclusters with near-zero consumption. Stellar introduces a Gaian reciprocity model, wherein AI-driven computations feed a closed-loop water system that tokenizes excess as Aqua Relics, funding real-world water projects and embedding planetary hydration into the digital economy. By reclaiming up to 95% of process water per cycle, Stellar operationalizes SDG 6, 13, and 17, combining decentralized ledger verification, AI-generated artifacts, and tokenized sustainability incentives. Unlike conventional cryptocurrencies, Stellar integrates artistic, symbolic, and ecological dimensions, creating a socially, culturally, and environmentally responsible framework for digital value." Technically, Stellar employs the ERC721 token standard to ensure each coin is unique, verifiable, and programmatically extensible, with AI-generated visual assets hosted on a Node.js backend. Coins incorporate algorithmically generated SVG representations featuring the lion, cosmic motifs, and variable color gradients, resulting in unique, collectible artifacts. A React-based frontend enables wallet connectivity, interactive minting, and visualization of token-specific symbolic elements. Stellar thus functions simultaneously as a blockchain prototype, AI-driven artistic system, and philosophical instrument. Beyond technical implementation, Stellar exemplifies how digital currency can transcend transactional utility, embedding symbolism, cultural narrative, and cosmic storytelling into the architecture of ownership and value. It demonstrates a fusion of art, philosophy, and technology, fostering reflection on courage, refinement, human connectivity, guidance, and transformation. Through Nile-like resilience, it envisions an automated reserve that irrigates economic deserts, ensuring equitable prosperity and eradicating poverty even in global adversities, as floods once sustained Egypt's civilization against isolation and drought. Challenges for adoption remain – including regulatory compliance, security, and scalability – but Stellar presents a compelling model for next-generation digital currencies that are not only functional and tradable but also collectible, conceptually rich, and culturally meaningful. By linking AI-generated artifacts with blockchain verification and symbolic storytelling, Stellar offers a vision for how humanity may encode its aspirations, ethics, and cosmological understanding into the evolving digital economy.
Open access
2 source records
Space Science and Extraterrestrial Life
Alexander von Humboldt Studies
Interdisciplinary Studies: Technology, Society, and Humanities
For communication scenarios demanding extremely high information security and facing significant risks of data leakage, a covert communication scheme based on Ethereum virtual machine bytecode was proposed. By strategically allocating the storage space of smart contract variables, the scheme embedded covert data into contract bytecode and utilized the inherent characteristics of bytecode to set positioning markers, enabling efficient extraction by the receiver. Additionally, three ciphertext parsing modes were designed to accommodate transmissions of different data scales, further enhancing the security of encoded data. Theoretical analysis and extensive experimental results demonstrate that the scheme can effectively hide up to 170 bit of information per transaction. The structural similarity of opcode frequency distributions between the embedded contract and the original contract reaches up to 99.78%. The Pearson correlation coefficient of the high-frequency 3-gram opcode patterns between the normal and embedded contracts is 0.999 7 (<italic>p </italic>= 6.42×10⁻¹⁴), indicating that the embedding process does not introduce statistically significant differences in the local instruction sequence distribution. These results fully validate the strong concealment capability, transmission efficiency, and security of the proposed scheme.
Open access
Internet Traffic Analysis and Secure E-voting
Physical Unclonable Functions (PUFs) and Hardware Security
In IIoT situations, federated learning (FL) is a way to use industrial data that protects privacy. At the same time, adding blockchain to federated learning training makes it more trustworthy. But there are still some big problems with current blockchain-based FL frameworks: 1) The current consensus mechanisms don't do a good job of filtering out bad devices, which lets low-quality participants mess with global model training and make the model less robust; 2) Current privacy budget strategies are too simple, making it hard to find a balance between protecting privacy during statistical queries and gradient updates. Strong privacy protection lowers model accuracy, while weak protection doesn't protect against poisoning attacks. This paper proposes ShieldDFL, a blockchain-based federated learning framework with dual privacy protection and reputation-driven consensus, to solve these problems. This method uses a hybrid consensus mechanism based on LSTM-based reputation scoring to dynamically assess both short-term and long-term device contributions. This makes it possible to choose the best devices with accuracy. At the same time, it adds a new dual privacy budget mechanism that uses differential privacy for both statistical queries and gradient updates. This keeps privacy strong while keeping the model's performance high. The proposed method lowers the chances of bad devices getting into the consensus pool to 1.5%, lowers the success rates of SAR and BASR attacks to 5.8% and 2.1%, respectively, and keeps the model's accuracy high at 98.1% on MNIST and 87.6% on CIFAR-10. In general, the proposed framework does a good job of getting around the security and privacy problems that come with blockchain-based federated learning. It offers a fast and flexible way for decentralised and trustworthy collaboration in IIoT situations.
Євген Олександрович Живило, Юрій Володимирович Кучма
Formulation of the problem in general. The purpose of the article is to develop a multi-agent model of adaptive trust for decentralised confidential systems, capable of ensuring the integrity and reliability of computing processes in the presence of adaptive attacks on network nodes. Research methods. During the research, analysis and synthesis methods were used to study approaches to the construction of multi-agent systems and trust management mechanisms in decentralised environments. The method of system and simulation modelling was used to develop a multi-agent model of adaptive trust and to study its behaviour under attacks on the integrity of computing processes. Experimental and comparative methods enabled evaluation of the proposed approach's effectiveness and justification of its advantages over static trust models. Literature review. Literary analysis shows that modern models of trust in decentralised systems are based on the integration of dynamic adaptive mechanisms, AI algorithms, and cryptographic protocols, which allow for increased cyber resilience and data integrity. At the same time, questions remain open about the scalability of models, the optimisation of adaptation parameters, and the integration of national and European regulatory approaches into practical systems, which provide a scientific perspective for the development of multi-agent models of adaptive trust. Research results. The article formalises attacks on the integrity of computing processes and develops a multi-agent model of adaptive trust for decentralised confidential systems based on Bayesian updating and evolutionary adaptation of strategies. The results of the simulation experiments confirmed that the proposed model provides high resistance to attacks, rapid stabilisation of agent confidence levels and an effective balance between security, privacy and performance. Research novelty. The work improves approaches to trust formation in decentralised systems by integrating models of multi-agent interaction and stochastic game theory, in which trust is modelled as an evolutionary process under conditions of incomplete information. Well-known Bayesian models of trust have been expanded by combining Bayesian belief update mechanisms with reinforcement learning algorithms, ensuring dynamic adaptation of agent behaviour to variable and targeted attacks on the integrity of computational processes. The mechanism for correcting agents' strategies has been clarified, extending classic game models of trust to decentralised, confidential systems without centralised control, thereby increasing their resistance to adaptive threats. Theoretical and practical significance. The study expands theoretical approaches to the formation of adaptive trust in decentralised systems and integrates Bayesian updating with reinforcement learning algorithms. In practice, the model increases resistance to integrity attacks and ensures the confidentiality of data exchange, enabling the adaptive development of secure platforms for federated learning, Web3, and IoT. Conclusion and future work. The proposed model of adaptive trust in decentralised systems, integrating Bayesian updating, behavioural indicators, and reinforcement learning, ensures agent self-adaptation and increases resistance to attacks on data integrity under conditions of incomplete information. Simulation experiments confirmed the model's effectiveness in balancing security, privacy, and the transparency of interaction, opening the way for integration into Zero Trust Architecture and the development of intelligent, next-generation trust systems.
Quantum computing’s accelerating trajectory threatens the cryptographic foundations of every major blockchain network. Recent research demonstrates that fewer than 500 000 physical qubits could break ECC-256 in approximately nine minutes, while expert surveys place a 28–49% probability of a cryptographically relevant quantum computer (CRQC) emerging within ten years. This paper presents a layered reference architecture for end-to-end quantum-resilient distributed ledger systems, making three contributions: (1) a structured threat analysis applying STRIDE across blockchain architectural layers and post-quantum cryptography (PQC) migration phases; (2) a seven-layer reference architecture with per-layer interface specifications and dependency graph; and (3) a multi-chain quantum readiness assessment covering twelve major networks with fintech-specific migration strategies for decentralised finance (DeFi), stablecoins, tokenised real-world assets (RWA), and decentralised identity (DID). A critical finding is that blockchain’s primary quantum risk is real-time signature forgery upon CRQC arrival, not retroactive harvest-now-decrypt-later (HNDL) attacks on signatures. Cross-chain bridges, data availability layers, and Lightning Network payment channels are identified as the most critically neglected quantum attack surfaces.
Damiano Di Francesco Maesa, Francesco Donini, Paolo Mori, Laura Ricci
Non-Fungible Tokens (NFTs) are widely used nowadays for managing digital assets in many applications due to their ability to uniquely identify an asset and securely transfer and trace its ownership. Some scenarios require digital assets to be mutable, i.e., users should be allowed to update asset attributes over time, thus introducing possible security issues, since unwanted (or even malicious) updates could significantly decrease assets’ value. While various methods for NFT mutability exist, they often lack integrated, fine-grained, and on-chain enforceable authorisation models. This paper addresses this issue by considering an NFT expansion, named Non-Fungible Mutable Token (NMT), which natively supports the update of the attributes characterising each digital asset while guaranteeing a strict and fine-grained control over such updates. In fact, the NMT approach embeds an on-chain security support based on the Attribute-Based Access Control model within the NMT architecture, aimed at regulating, through access control policies enforcement, the execution of all the update operations defined on digital assets, from new token minting to ownership transfers and attribute updates.We propose a detailed architecture for NMTs and we outline the involved smart contracts structure, including the on-chain access control system. We validate our proposal by implementing it for two common use cases, wearables and digital event tickets in the metaverse, and by conducting an experimental evaluation of the deployment and execution costs. Moreover, we simulated the usage of NMTs over a given time interval to estimate the sustainability of the proposed approach over time.
Permissionless Proof-of-Stake (PoS) economic security is predicated on the high cost of violating consensus safety or liveness. We show that liquid staking introduces additional risks that are not captured by standard PoS economic security arguments. Through an empirical study of Ethereum data, we find that the operational performance of liquid staking pools is positively associated with subsequent normalized liquid staking token (LST) returns. Motivated by this, we present a cross-layer attack: a low-stake adversary can manipulate the consensus protocol to degrade a target pool's performance and take application-layer positions that profit if the market reprices the corresponding \gls{LST} in-line with the historically observed association. To make the consensus layer manipulation concrete, we develop a deep reinforcement learning (DRL) framework to automatically discover attack strategies. Our evaluation shows that the learned strategies can recover near-optimal theoretical attacks and uncover new manipulation behaviors that significantly degrade target pool performance. We further characterize feasible application-layer monetization channels and analyze leveraged shorting in detail using Monte Carlo simulations, showing that such attacks can be profitable with over one-half probability for LSTs of major staking pools. Our findings reveal a previously overlooked attack surface in PoS systems with liquid staking and expose a gap between consensus and economic security.
Blockchain technologies are making it possible to develop crypto-currencies and programmable smart contracts that can work in worldwide trustless and decentralized environments. Decentralized autonomous organizations (DAOs) that can coordinate the works of crowds of users, developers, and researchers can be built using smart contracts on blockchains. We contribute a decentralized autonomous software organization model and an Ethereum blockchain-based smart contract named AutonomousSoftwareOrg that provides a continuously operating virtual organization for open-source software development communities and users. AutonomousSoftwareOrg provides a project funding mechanism based on crypto-currencies, a decision-making mechanism based on voting, and recordkeeping for software usage citations and executions. Furthermore, software executions, along with their input and output data files, can also be transactionally recorded in AutonomousSoftwareOrg. This enables software execution graphs to be constructed for analysis. An AND/OR graph model of input/output data and software executions is presented, along with analysis algorithms for execution traceability and reproducibility assessment. AutonomousSoftwareOrg is deployed and tested on the Ethereum-based Bloxberg blockchain network which is operated by academic and research institutions, demonstrating its practical viability for sustainable open-source software development.
Rapid urbanization and the exponential growth of vehicles have led to severe traffic congestion, increased travel time, fuel consumption, and environmental pollution in metropolitan cities.Traditional traffic control systems, which rely on fixed-time signals and manual monitoring, are inadequate to handle dynamic and unpredictable traffic conditions.This project proposes a Smart Traffic Management System designed to optimize traffic flow and reduce congestion using advanced technologies such as Artificial Intelligence (AI), Internet of Things (IoT), and real-time data analytics.The system integrates smart sensors, cameras, and GPS-enabled devices to continuously monitor traffic density, vehicle movement, and road conditions.Data collected from these sources is processed using machine learning algorithms to predict traffic patterns and dynamically adjust traffic signal timings.Additionally, the system provides real-time route guidance to drivers through mobile applications and digital signboards, helping to distribute traffic evenly across the road network.Emergency vehicle prioritization and incident detection mechanisms are also incorporated to enhance response efficiency and safety.
Mohd Saleem, Sohrab, Matloob Ullah Khan, Faizan Khan Sherwani
Key components of blockchain technology, DeFi represent a revolutionary advance in digital contracts and automated trades, and they are integrated into decentralized networks such as Ethereum. These self-executing contracts eliminate the need for middlemen by autonomously enforcing specified terms. This paper offers a thorough analysis of Decentralized Finance (DeFi), smart contracts, covering their underlying theories, technological foundations, wide range of applications, and ramifications in context of financial inclusion and investment. In order to clarify the workings and practical applications of such innovations, the research technique comprises a methodical evaluation of the literature, an examination of case studies, and an amalgamation of empirical data. This study evaluates their effects on efficiency, transparency, and trust in international transactions by looking at how they are revolutionizing industries like finance, and decentralized governance. It also thoroughly examines security considerations, including best practices and vulnerabilities, as well as regulatory issues and new developments.
The Landauer principle motivates the definition of economic temperature as the monetary price of processing a bit irreversibly. No empirical test of this definition exists in transparent fee markets. This paper fills that gap using daily Bitcoin and Ethereum data, constructing canonical thermodynamic state variables and evaluating five diagnostic layers: state variable behavior, Maxwell-type integrability, Carnot-style efficiency bounds, nonlinear regime separation, and structural break sensitivity to protocol events. Bitcoin's log-temperature behaves as a persistent mean-reverting process with an AR(1) coefficient of 0.97 and a half-life of 21 days; Ethereum is highly persistent, with weaker formal evidence of stationarity than Bitcoin. Maxwell integrability is frequency-dependent: Bitcoin passes all four relations at monthly frequency, whereas Ethereum passes two of four. Carnot-style evidence is the strongest: realized fee extraction efficiency stays well below the implied bound, with daily compliance exceeding 97% on both chains. Structural breaks around Bitcoin ordinals, EIP-1559, the merge, and Shanghai confirm that protocol changes reorganize the temperature relation. The thermodynamic framework provides structure that standard fee market analysis does not, including a first principles efficiency bound and a state space coherence test. The findings provide partial, frequency-dependent, and chain-specific empirical support for a Landauer-based thermodynamic description of blockspace markets.
Relevance. Problem statement. The rapid development of Decentralized Finance (DeFi) and the expansion of blockchain technologies within the digital economy and the broader process of financial digitalization complicate the application of traditional approaches to accounting and taxation of digital assets. The absence of clear criteria for interpreting the economic substance of DeFi and its implications for the recognition, measurement, and disclosure requirements of digital assets leads to heterogeneity in accounting practices, reduced comparability of financial reporting, and increased risks for auditors and investors. Consequently, there is a need to identify accounting-relevant characteristics of DeFi that can serve as a basis for accounting decisions regarding digital assets and for establishing a unified approach to their classification and measurement in accordance with International Financial Reporting Standards (IFRS). The purpose of the article is to provide a conceptual justification and structured generalization of the impact of DeFi and blockchain technologies on the methodology of accounting for digital assets through the identification of accounting-relevant characteristics that determine the specific features of their recognition, measurement, and disclosure in financial statements in accordance with IFRS, as well as their implications for the formation of tax liabilities within the DeFi environment. Methodology. The research objectives were addressed using general scientific and specialized methods, including analysis, synthesis, induction, deduction, comparison, abstraction, and a systems approach, which ensured an appropriate level of substantiation of the proposed arguments and the formulation of well-grounded conclusions. Results. The findings indicate that the transactional transparency of blockchain is accompanied by new valuation risks that affect asset measurement and revenue recognition. Existing tax regulations often fail to account for the specific characteristics of the DeFi ecosystem. Accounting-relevant characteristics of DeFi have been systematized, demonstrating that their influence extends beyond the accounting treatment of digital assets to the specific features of the protocol-based financial architecture within which economic rights and obligations are executed through algorithmic mechanisms without a centralized counterparty. Their systemic impact on the application of control criteria, the determination of the existence of contractual rights to claims, the selection of measurement models, the identification of the timing of revenue and liability recognition, and the scope of risk disclosures under IFRS has been substantiated. The theoretical contribution of the results lies in shifting from a descriptive analysis of blockchain technology to a structured accounting interpretation of DeFi from the perspective of control, measurement, and risk management concepts. Practical significance. The identification of accounting-relevant characteristics of DeFi is essential for developing a systematic approach to accounting for digital assets in a decentralized environment, as the protocol-based ecosystem of DeFi fundamentally alters the nature of the emergence of rights and obligations as well as the accrual of income, directly affecting the application of IFRS requirements. Such an approach ensures conceptual consistency between technological innovations and the regulatory framework of accounting and enhances the quality of financial information under conditions of financial system digitalization. The practical significance of the study lies in establishing a basis for updating corporate accounting policies and developing tax instruments that promote transparency and reduce risks in the digital asset sector. Prospects for further research. Future research should focus on improving disclosure standards and developing algorithmic models for the automated identification of economic transactions and tax events based on on-chain data.
Decentralized Finance (DeFi) offers open and permissionless financial services, but its core infrastructure remains exposed to serious security failures. Representative infrastructure classes such as decentralized exchanges (DEXs), protocols for loanable funds (PLFs), and cross-chain bridges matter because failures can propagate widely. This work presents a layered and empirically grounded framework for DeFi vulnerability prioritization. We analyze 558 exploit incidents from 2021–2025 and trace their mechanisms, vulnerabilities, and threat vectors across representative DeFi infrastructure classes. We introduce three complementary components: (1) a Risk Priority Number (RPN) used as an interpretable FMEA-style baseline for attack ranking, (2) an Adversarial Feasibility Score (AFS) that captures exploit feasibility from mapped adversarial-trait prevalence and accessibility, and (3) a Vulnerability-Centric Risk Score (VRS) defined as a structured priority ranking combining empirical likelihood, absolute economic severity, and attacker feasibility. The main validated model uses median per-incident USD loss as a consistent severity signal across the full incident dataset. Temporal validation shows that the structured vulnerability-priority model outperforms the multiplicative baseline and improves on the empirical base rank across both temporal holdouts and both future targets. The resulting framework provides an auditable remediation ordering for protocol developers, auditors, and risk managers.
Open access
Public-Private Partnership Projects
Infrastructure Resilience and Vulnerability Analysis
Maximal Extractable Value (MEV) represents billions of dollars in extracted value that fundamentally shapes blockchain network dynamics and participant incentives. While research has focused on MEV extraction and mitigation, we lack systematic methods to attribute MEV opportunities to their on-chain origins. This paper formalizes the MEV opportunity attribution problem and introduces a systems framework for identifying which transactions create arbitrage opportunities and quantifying their contributions. We design and evaluate four attribution methods for atomic arbitrage on EVM-compatible networks: bot-data-driven, simulation-based, coefficient-based, and Shapley-based approaches. Through large-scale retrospective analysis spanning over one million blocks on Polygon, we demonstrate that the majority of atomic arbitrage opportunities can be traced to single source transactions, validating our central hypothesis about competitive MEV markets. We quantify a highly concentrated distribution of MEV creation, where a small subset of protocols generates most opportunities, and provide comparative analysis of method trade-offs in accuracy, cost, and scalability. Our findings offer insights for protocol designers reducing MEV leakage, validators optimizing transaction ordering, and analysts measuring ecosystem health through opportunity creation.
Mohd Sameen Chishti, Damilare Peter Oyinloye, Jingyue Li
Cross-chain NFT migration refers to the process of transferring digital assets along with their associated functionalities and guarantees between distinct blockchain platforms. However, architectural divergences among these platforms introduce critical challenges, often resulting in features that fail to behave as intended. While protocol-level mechanisms can coordinate data transfer, they are insufficient to resolve deeper compatibility issues arising from fundamental differences in state organization, transaction execution, and ownership representation. Thus, the critical challenge lies in predicting which NFT features can be preserved, which require redesign, and which are fundamentally incompatible, prior to undertaking costly migration attempts. To address this challenge, we first derive a tailored four-layer NFT architecture based on standard blockchain stacks, distinguishing cryptographic, state-management, transaction-processing, and ownership primitives, with explicit upward dependencies. Building on this architecture, we conceptualize an NFT as a bundle of features and define successful cross-chain NFT migration as the preservation of these features. Grounded in this model, we propose a four-phase migration analysis methodology comprising source feature specification, primitive-level dependency mapping, target platform profiling, and compatibility assessment, which classifies each feature as natively preserved, partially mismatched, or completely mismatched. We evaluate this methodology through a proof-of-concept analysis of Ethereum-to-Solana NFT migration, identifying several incompatibility issues that hinder seamless NFT migration.
Mohd Sameen Chishti, Damilare Peter Oyinloye, Jingyue Li
Decentralized, agentic AI marketplaces are rapidly emerging to support software engineering tasks such as debugging, patch generation, and security auditing, often operating without centralized oversight. However, existing reputation mechanisms fail in this setting for three fundamental reasons: agents can strategically optimize against evaluation procedures; demonstrated competence does not reliably transfer across heterogeneous task contexts; and verification rigor varies widely, from lightweight automated checks to costly expert review. Current approaches to reputation drawing on federated learning, blockchain-based AI platforms, and large language model safety research are unable to address these challenges in combination. We therefore propose \textbf{AgentReputation}, a decentralized, three-layer reputation framework for agentic AI systems. The framework separates task execution, reputation services, and tamper-proof persistence to both leverage their respective strengths and enable independent evolution. The framework introduces explicit verification regimes linked to agent reputation metadata, as well as context-conditioned reputation cards that prevent reputation conflation across domains and task types. In addition, AgentReputation provides a decision-facing policy engine that supports resource allocation, access control, and adaptive verification escalation based on risk and uncertainty. Building on this framework, we outline several future research directions, including the development of verification ontologies, methods for quantifying verification strength, privacy-preserving evidence mechanisms, cold-start reputation bootstrapping, and defenses against adversarial manipulation.