Blockchain Papers

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

53,216 papersLast indexed Aug 31, 2026
Search papers

Paper index

53,216 results Ā· page 423 of 2,218

Clear filters
Mar 16, 2025Ā·arXiv
0 cites
A Review on Intermodal Transportation and Decarbonization: An Operations Research Perspective

Madelaine Martinez Ferguson, Aliza Sharmin, Mustafa Can Camur, Xueping Li

This paper reviews intermodal transportation systems and their role in decarbonizing freight networks from an operations research perspective, analyzing over a decade of studies (2010-2024). We present a chronological analysis of the literature, illustrating how the field evolved over time while highlighting the emergence of new research avenues. We observe a significant increase in research addressing decarbonization since 2018, driven by regulatory pressures and technological advancements. Our integrated analysis is organized around three themes: a) modality, b) sustainability, and c) solution techniques. Key recommendations include the development of multistage stochastic models to better manage uncertainties and disruptions within intermodal transportation systems. Further research could leverage innovative technologies like machine learning and blockchain to improve decision-making and resource use through stakeholder collaboration. Life cycle assessment models are also suggested to better understand emissions across transportation stages and support the transition to alternative energy sources.

Open access
math.OC
Original source
Mar 16, 2025Ā·Water Conservation and Management
0 cites
DESIGNING SUSTAINABLE BUSINESS MODELS FOR DECENTRALIZED WASTEWATER TREATMENT SYSTEMS (DEWATS)

Mohammad Tabieh, Tala Qtaishat, Khaleda M Al Ghazawi, Ahmad Jamrah Ā· 7 authors

Expanding centralized wastewater services to all regions in Jordan is constrained by economic, topographical, and engineering challenges. As a result, decentralized wastewater treatment systems (DEWATS) are increasingly recognized as a complementary solution, particularly for rural and peri-urban areas where centralized connectivity is unfeasible. This study aims to design a sustainable and scalable business model for DEWATS in Jordan, with a focus on overcoming the institutional, financial, and regulatory barriers that have historically hindered their adoption. The research integrates spatial diagnostics, stakeholder consultations, institutional analysis, and a comprehensive financial and economic evaluation of three nature-based DEWATS configurations designed for settlements of up to 5,000 population equivalent (PE). Indicators such as average incremental cost (AIC), net present value (NPV), internal rate of return (IRR), and benefit-cost (B/C) ratios were used to evaluate technical and operational viability under both private and public investment scenarios. While all configurations demonstrated strong economic performance (IRRs > 27%, B/C > 3.7), financial feasibility remains weak without public capital support due to high per capita costs and limited revenue collection in small communities. The study identifies critical challenges, including undefined institutional mandates, lack of certified operators and regulators, insufficient cost-recovery mechanisms, and underdeveloped markets for private sector participation in O&M. Furthermore, existing tariff structures and bylaws do not adequately support capital investment or full operational cost recovery by private service providers. To address these gaps, the paper proposes a hybrid public-private-community business model incorporating performance-based service contracts, revised regulatory standards, and blended financing instruments. The model emphasizes the integration of DEWATS into spatial water safety planning, climate-resilient system design, and resource recovery to enhance environmental, social, and financial sustainability.

Open access
Wastewater Treatment and Reuse
Child Nutrition and Water Access
Public-Private Partnership Projects
Original source
Mar 16, 2025Ā·ACM Transactions on Modeling and Performance Evaluation of Computing Systems
2 cites
A Performance Analysis of Consensus Time for Blockchains

J.D. Chan, Y. C. Tay, Brian Yen

Distributed ledgers are common in the industry. Some of them can use blockchains as their underlying infrastructure. A blockchain requires participants to agree on its contents. This can be achieved via a consensus protocol. How do these protocols differ in performance, and how are the differences affected by the communication network? Moreover, such a protocol would need a timer to ensure progress, but how should the timer be set? This article presents an analytical model to address these and related issues when there are crash faults. Specifically, it focuses on two consensus protocols (Istanbul BFT and HotStuff) and two network topologies (Folded-Clos and Dragonfly). The model provides formulas that express the consensus time in terms of protocol and topology parameters. No other model in the literature provides such a global view of the parameter space. Analysis of the closed-form expressions yield new insights into how the timers should be set, how faults affect the consensus time, when one protocol is faster than the other, and how the two topologies differ in their impact. The formulas and analyses are validated with simulations. The conclusion also offers some tips for the analytical modeling of similar protocols.

Open access
Blockchain Technology Applications and Security
Distributed systems and fault tolerance
Cloud Computing and Resource Management
Original source
Mar 16, 2025Ā·International Journal of Scientific Research in Science Engineering and Technology
13 cites
Blockchain and IoT for Transparent Carbon Tracking and Emission Reduction in Global Supply Chains

Jessica Obianuju Ojadi, Olumide Akindele Owulade, Chinekwu Somtochukwu Odionu, Ekene Cynthia Onukwulu

The increasing urgency of climate change mitigation necessitates transparent and efficient carbon tracking mechanisms within global supply chains. Blockchain and the Internet of Things (IoT) present a synergistic approach to enhancing traceability, accountability, and automation in carbon emissions monitoring and reduction. Blockchain’s decentralized and immutable ledger ensures data integrity, preventing fraud and manipulation, while IoT sensors provide real-time data collection on emissions, energy consumption, and supply chain activities. By integrating these technologies, organizations can achieve end-to-end visibility, ensuring compliance with environmental regulations and corporate sustainability goals. This paper explores the application of Blockchain and IoT in transparent carbon tracking and emission reduction across global supply chains. The study examines how blockchain’s smart contracts enable automated verification of carbon credits and emissions data while ensuring secure and tamper-proof recordkeeping. IoT devices, including smart meters and carbon sensors, facilitate real-time emissions monitoring, allowing stakeholders to track and optimize energy usage. The combination of these technologies enhances supply chain transparency by enabling all participants, including manufacturers, logistics providers, and regulatory bodies, to access verifiable and auditable carbon data. Furthermore, the paper discusses the role of decentralized consensus mechanisms in validating emission records and preventing data manipulation. Blockchain-powered carbon trading platforms incentivize sustainable practices by enabling efficient carbon credit transactions. The integration of IoT and blockchain also fosters improved data interoperability, allowing seamless communication between diverse systems across different industries and regions. Challenges such as data privacy concerns, scalability limitations, and the high energy consumption of blockchain networks are examined, alongside potential solutions such as layer-2 scaling techniques and energy-efficient consensus protocols like Proof-of-Stake (PoS). The study concludes by presenting future research directions, emphasizing the need for standardized regulatory frameworks, enhanced interoperability solutions, and AI-driven analytics to optimize emissions management. By leveraging Blockchain and IoT, global supply chains can achieve greater transparency, efficiency, and sustainability, ultimately contributing to carbon footprint reduction and compliance with international climate policies. This paper provides a comprehensive analysis of the transformative potential of these technologies in driving environmentally responsible supply chain operations.

Open access
Blockchain Technology Applications and Security
Original source
Mar 15, 2025Ā·arXiv
0 cites
TFHE-Coder: Evaluating LLM-agentic Fully Homomorphic Encryption Code Generation

Mayank Kumar, Jiaqi Xue, Mengxin Zheng, Qian Lou

Fully Homomorphic Encryption over the torus (TFHE) enables computation on encrypted data without decryption, making it a cornerstone of secure and confidential computing. Despite its potential in privacy preserving machine learning, secure multi party computation, private blockchain transactions, and secure medical diagnostics, its adoption remains limited due to cryptographic complexity and usability challenges. While various TFHE libraries and compilers exist, practical code generation remains a hurdle. We propose a compiler integrated framework to evaluate LLM inference and agentic optimization for TFHE code generation, focusing on logic gates and ReLU activation. Our methodology assesses error rates, compilability, and structural similarity across open and closedsource LLMs. Results highlight significant limitations in off-the-shelf models, while agentic optimizations such as retrieval augmented generation (RAG) and few-shot prompting reduce errors and enhance code fidelity. This work establishes the first benchmark for TFHE code generation, demonstrating how LLMs, when augmented with domain-specific feedback, can bridge the expertise gap in FHE code generation.

Open access
cs.CR
cs.LG
Original source
Mar 15, 2025Ā·International Journal of Engineering and Advanced Technology Studies
0 cites
Federated AI Observability in Multi-Cloud Microservices: A Secure and Scalable Federated Learning Perspective

Bhaskara Garnimitta

As artificial intelligence (AI) becomes integral to microservices deployed across multi-cloud environments, ensuring secure and scalable observability is critical. Traditional centralized observability methods often fail to address the privacy, compliance, and performance challenges inherent to distributed AI systems. This paper presents a federated learning–based framework for AI observability that preserves data privacy and scalability across heterogeneous cloud platforms. The proposed framework decentralizes telemetry collection and analysis by integrating local observability agents with secure federated aggregation, while maintaining interoperability with modern DevOps pipelines. We evaluate the architecture through case studies in retail, healthcare, and finance sectors, demonstrating improvements in anomaly detection, regulatory compliance, and operational efficiency. Additionally, the paper examines ethical considerations such as data privacy, fairness, and transparency, and outlines future directions including edge observability, privacy-enhanced computation, and automated governance. This research provides a foundational strategy for building trustworthy and efficient observability systems tailored to AI-powered microservices within complex multi-cloud ecosystems. Traditional observability methods struggle with privacy and performance in AI-powered multi-cloud microservices. We propose a federated learning–based framework that enables decentralized telemetry monitoring while ensuring compliance and scalability. Our evaluation across healthcare, finance, and retail shows improvements in anomaly detection latency (25%), fraud detection accuracy (18%), and GDPR/HIPAA alignment. This work lays the groundwork for trustworthy and efficient AI observability in complex cloud-native ecosystems.

Open access
Privacy-Preserving Technologies in Data
IoT and Edge/Fog Computing
Blockchain Technology Applications and Security
Original source
Mar 15, 2025Ā·International Journal of Scientific Research in Computer Science Engineering and Information Technology
0 cites
Real-Time Data Integrity Validation Using Blockchain for Autonomous Vehicles

Raghavendra Kurva

This article presents a comprehensive framework for implementing blockchain-based data integrity validation in autonomous vehicles. The proposed system addresses critical challenges in securing real-time sensor data through a hybrid architecture combining Hyperledger Fabric with Apache Kafka. By integrating distributed ledger technology with optimized data processing mechanisms, the system achieves both security and performance requirements essential for autonomous vehicle operations. The architecture incorporates smart contracts for data validation, multi-layered security protocols, and efficient data streaming capabilities. Results demonstrate that the proposed solution successfully balances the competing demands of data security and real-time processing, making it suitable for deployment in production autonomous vehicle environments.

Open access
Cloud Data Security Solutions
Original source
Mar 15, 2025Ā·ACM Transactions on Modeling and Computer Simulation
1 cites
Verifier's Dilemma in Proof-of-Work Public Blockchains: A Quantitative Analysis

Daria Smuseva, Andrea Marin, Sabina Rossi, Aad van Moorsel

A blockchain is an immutable ledger driven by a distributed consensus protocol. In public blockchains, such as Bitcoin and Ethereum Classic, consensus is established through a computational effort called Proof-of-Work (PoW). Special users called miners contribute to the PoW in exchange for a fee and also verify the data stored in blocks mined by the other miners. Here is where the Verifier’s Dilemma emerges. Verification of blocks does not receive a reward, and to maximise their profits, miners may be incentivised to forego verifying blocks and to only invest their resources in PoW. In this article, we study the Verifier’s Dilemma and a possible countermeasure consisting of the injection of invalid blocks using a quantitative model based on Markovian process algebra. To avoid the state space explosion problem, we study the underlying Markov chain by using a lumping that allows us to derive closed-form solutions for interesting performance indices. The analysis demonstrates the circumstances under which non-verifying miners gain fees higher than those of verifying miners. The model also allows us to derive the optimal rate at which invalid blocks must be injected so that skipping the verifying phase becomes economically disadvantageous whereas the throughput of the blockchain is only minimally reduced. The impact on miners’ rewards and overall performance is also assessed.

Open access
Blockchain Technology Applications and Security
Transportation and Mobility Innovations
Original source
Mar 15, 2025Ā·European Journal of Computer Science and Information Technology
1 cites
Platform Engineering for Financial Services: Enabling Real-Time Transaction Processing

Dharmendra Ahuja

This article examines key emerging technologies transforming financial platform engineering. Platform engineering plays a pivotal role in building these systems by leveraging microservices architecture, event-driven systems, and cloud-native technologies. This article explores how modern platform engineering practices ensure low latency, high throughput, security, and regulatory compliance while integrating cutting-edge technologies like machine learning and blockchain. Machine learning has revolutionized fraud detection by enabling the analysis of vast transactional datasets to identify patterns invisible to human observers. Blockchain technology has gained adoption for transaction verification, providing distributed ledger systems that ensure security and immutability while enabling smart contracts that automate complex financial agreements. Real-time analytics capabilities allow financial institutions to process streaming data for immediate insights on market trends, customer behavior, and risk factors, supporting data-driven decision-making at market speed. Finally, API ecosystems have created interconnected networks of services that facilitate innovation through standardized interfaces, transforming how financial services are developed and consumed across core banking, partner integration, and public marketplace contexts.

Open access
Service-Oriented Architecture and Web Services
Business Process Modeling and Analysis
Digital Platforms and Economics
Original source
Mar 15, 2025Ā·Gels
52 cites
Smart Poly(N-isopropylacrylamide)-Based Hydrogels: A Tour D’horizon of Biomedical Applications

Soumya Narayana, B.H. Jaswanth Gowda, Umme Hani, Mohammed Gulzar Ahmed Ā· 6 authors

Hydrogels are innovative materials characterized by a water-swollen, crosslinked polymeric network capable of retaining substantial amounts of water while maintaining structural integrity. Their unique ability to swell or contract in response to environmental stimuli makes them integral to biomedical applications, including drug delivery, tissue engineering, and wound healing. Among these, "smart" hydrogels, sensitive to stimuli such as pH, temperature, and light, showcase reversible transitions between liquid and semi-solid states. Thermoresponsive hydrogels, exemplified by poly(N-isopropylacrylamide) (PNIPAM), are particularly notable for their sensitivity to temperature changes, transitioning near their lower critical solution temperature (LCST) of approximately 32 °C in water. Structurally, PNIPAM-based hydrogels (PNIPAM-HYDs) are chemically versatile, allowing for modifications that enhance biocompatibility and functional adaptability. These properties enable their application in diverse therapeutic areas such as cancer therapy, phototherapy, wound healing, and tissue engineering. In this review, the unique properties and behavior of smart PNIPAM are explored, with an emphasis on diverse synthesis methods and a brief note on biocompatibility. Furthermore, the structural and functional modifications of PNIPAM-HYDs are detailed, along with their biomedical applications in cancer therapy, phototherapy, wound healing, tissue engineering, skin conditions, ocular diseases, etc. Various delivery routes and patents highlighting therapeutic advancements are also examined. Finally, the future prospects of PNIPAM-HYDs remain promising, with ongoing research focused on enhancing their stability, responsiveness, and clinical applicability. Their continued development is expected to revolutionize biomedical technologies, paving the way for more efficient and targeted therapeutic solutions.

Open access
Hydrogels: synthesis, properties, applications
3D Printing in Biomedical Research
Advanced Sensor and Energy Harvesting Materials
Original source
Mar 15, 2025Ā·Bulletin of Science and Practice
0 cites
NFT Fashion in the Era of Digital Transformation

N. Korobtseva, M. Kholkina

In this article, the author analyzes the structure and mechanism of non-fungible tokens (NFT), in particular, the key stages of their use, benefits for creators and collectors, development prospects in this area and emerging problems. The main idea of the article is that at present, NFT is a revolutionary discovery in the field of art, contributing to the democratization of access to art and opening up new opportunities for monetization of digital content. The purpose of this study is to study the phenomenon of NFT as a new tool for realizing the creative potential of the author, and assess its impact on art. The main objective is to identify the main stages of the creation of non-fungible tokens, determine the features, advantages, disadvantages and legal aspects of this technology. When working on this study, the following methods were used: analytical, observation and comparison, systematization and synthesis. As a result of the study, it became clear that since 2017 there has been a steady increase in interest in the NFT sphere from users, and positive dynamics are expected in 2025-2026. The author outlined the current state and possibilities of NFT in the art market, revealed current problems and opportunities for authors, the mechanism of operation and advantages of this technology in the context of copyright, systematized possible NFT assets and ways of interacting with them, and considered measures to ensure user security to prevent hacker threats. Currently, NFT is a unique and promising mechanism that is continuously improving and is capable of significantly changing the perception of art and the ways people interact with art as digital assets.

Open access
Fashion and Cultural Textiles
Original source
Mar 15, 2025Ā·Jurnal Pendidikan Indonesia
0 cites
Phishing Detection on Ethereum Network menggunakan Metode Machine Learning

Windhy Rokhmat Rosmantyo, Dhani Ariatmanto

This study discusses phishing detection on the Ethereum network using machine learning methods, specifically Graph Convolutional Networks (GCNs) and Enhanced Graph Attention Networks (EGAT). The background of this research is based on the increasing number of phishing attacks in the blockchain ecosystem that can threaten the financial security of users. The research aims to analyze the incidence rate of phishing attacks and develop effective and efficient detection methods. The methodology includes data collection from Ethereum transactions and phishing activities, followed by feature extraction, machine learning model training, and evaluation using metrics such as accuracy, precision, recall, and F-score. The identified research gap is the lack of focus on early-stage phishing detection in the Ethereum network and the suboptimal performance of existing methods in recognizing complex transaction patterns. The results indicate that EGAT achieves an accuracy of 93.6%, outperforming GCNs, which reach 91.2%. The conclusion of this research is that the EGAT method is superior in detecting phishing activities, providing significant contributions to security in the Ethereum network.

Open access
Computer Science and Engineering
Data Mining and Machine Learning Applications
Edcuational Technology Systems
Original source
Mar 15, 2025Ā·Journal of Engineering Research and Reports
0 cites
The Role of Zero-Knowledge Proofs in Blockchain-Based Property Transactions to Ensure Data Privacy and Compliance with UK Regulations

Olumide Samuel Ogungbemi

Property transactions in the UK are increasingly adopting blockchain technology to enhance efficiency, transparency, and security. However, the inherent transparency of blockchain raises significant data privacy risks and regulatory compliance challenges, particularly under the UK General Data Protection Regulation (UK GDPR). This study examines the role of Zero-Knowledge Proofs (ZKPs) in addressing these concerns by enabling transaction validation while preserving confidentiality. Using entropy measures, k-anonymity analysis, and logistic regression, this research quantitatively assesses the privacy risks, effectiveness of ZKPs, and regulatory acceptance in blockchain-based property transactions. The findings reveal that 65.5% of transactions remain highly or moderately identifiable, posing privacy vulnerabilities under UK data protection laws. ZKP-enabled transactions significantly enhance confidentiality, achieving a 92.5% transaction privacy score, compared to 48.3% for non-ZKP transactions. However, these privacy gains come at a 67.8% increase in transaction costs, highlighting a critical trade-off between security and efficiency. Regulatory approval rates for ZKP-based blockchain platforms stand at 72.5%, suggesting a strong potential for compliance advantages. While ZKPs improve privacy and regulatory alignment, challenges remain in terms of computational overhead, transaction costs, and adoption barriers. To facilitate large-scale implementation, this study recommends optimizing zk-Rollups for efficiency, developing clear policy frameworks, and enhancing collaboration between regulators, industry stakeholders, and blockchain developers. These steps are essential to ensuring a balance between privacy, scalability, and compliance, paving the way for secure and legally sound blockchain-based property transactions in the UK.

Open access
Privacy-Preserving Technologies in Data
Blockchain Technology Applications and Security
Privacy, Security, and Data Protection
Original source
Mar 15, 2025Ā·International Review of Economics & Finance
15 cites
Environmental attention in cryptocurrency markets: A catalyst for clean energy investments

Lingli Qing, Ibrahim Alnafrah, Abd Alwahed Dagestani

The energy-intensive nature of cryptocurrency mining, largely reliant on fossil fuels in its early development, has raised growing environmental concern. Consequently, the Index of Cryptocurrency Environmental Attention (ICEA) has emerged, gauging public attention towards this issue. This study investigates the complex interplay between ICEA, cryptocurrency price and policy volatilities, green energy investments, and dirty energy prices. Utilizing a dataset spanning from January 2015 to June 2023, we employ a multifaceted approach encompassing cross-quantilogram, time-varying parameter vector autoregression (TVP-VAR), and wavelet coherence techniques to uncover the dynamic interconnectedness of these three markets. Our findings challenge a simplistic narrative that anticipates a direct link between ICEA and immediate reductions in electricity consumption within the cryptocurrency mining sector. Instead, we discern a nuanced picture wherein ICEA drives significant structural transformations, influencing investments in clean energy markets. Our analysis suggests that ICEA stimulates green energy investments, encouraging miners to explore alternative energy sources with lower environmental impacts . This transition paves the way for more sustainable investments , with green energy sources like renewables playing an increasingly prominent role in powering the cryptocurrency industry .

Open access
Market Dynamics and Volatility
Blockchain Technology Applications and Security
Energy, Environment, Economic Growth
Original source
Mar 14, 2025Ā·Proceedings of the 2025 6th International Conference on Computer Information and Big Data Applications
0 cites
A ZKP-Based Cross-Domain Continuous Authentication Scheme for Industrial Internet of Things

Qiuli Wang, Zhiyu Ren, Cao Yajun

The advancement of Industrial Internet of Things (IIoT) has enabled cross-domain collaboration among enterprises, facilitating data exchange and coordinated operations for complex manufacturing tasks. As the primary security mechanism, cross-domain continuous authentication periodically verifies external devices to prevent unauthorized access and session hijacking, thereby mitigating system vulnerabilities. However, existing solutions face limitations: some rely on device-specific features incompatible with heterogeneous environments, while others neglect cross-domain scenarios, offering insufficient privacy protection and irreversible identity management. To address these gaps, we propose a cross-domain authentication framework leveraging zero-knowledge proofs and blockchain technology. Devices are assigned anonymous identities, with revocation managed via a distributed ledger. Initial authentication employs zero-knowledge proofs to generate valid tokens, while continuous authentication refreshes these tokens periodically. Security analysis confirms robustness against common threats, and performance evaluations demonstrate that periodic token renewal reduces computational and communication costs compared to repeated initial authentication processes.

Open access
Advanced Authentication Protocols Security
Digital Rights Management and Security
User Authentication and Security Systems
Original source
Mar 14, 2025Ā·Uzhhorod National University Herald Series Law
1 cites
Smart contracts as a type of electronic contracts, their features and problems in the electronic circulation of civil law objects

A. V. Stankevych

The article is devoted to the study of the features of smart contracts, which are a type of electronic contracts. Smart contracts, which are also called ā€œsmart contractsā€ (origin of the word ā€œsmart contractā€), correspond to modern trends in digitalization and provide an effective mechanism for the implementation of business, financial and economic relations in a virtual environment. The following methods were used in the study: general logical, method of analysis and synthesis, formal-legal, comparative-legal, systemic. When comparing the so-called ā€œtechnologicalā€ and legal approaches to understanding the concept of ā€œsmart contractā€, the views of different groups of foreign and domestic scientists and researchers on the interpretation of this concept were analyzed. The principle of operation of a smart contract is considered on a specific example, while the way in which a smart contract operates in certain specific conditions is studied in detail and possible reasons for its failure to perform are analyzed. When analyzing the operation of smart contracts, their practical, technical, legislative problems and features were identified. Thus, the feature of immutability of a smart contract is its advantage because it excludes the intervention of the human factor. But the immutability of a smart contract is also its disadvantage because it makes it impossible to conclude additional agreements to a smart contract when certain circumstances change. Taking into account the study of the properties of a smart contract and an example of its operation, it can be stated that a smart contract can function only in a certain environment provided that the executable program code has direct and unlimited access to the objects of the smart contract. This creates integration problems of a smart contract with the objects of its operation. Thus, if the subject of a smart contract is real estate and in this regard the specified electronic contract requires notarial electronic certification and corresponding registration in the digital environment, then today in Ukraine there is an integration problem of electronic notarial certification of such contracts due to the absence and legislative uncertainty of the mechanism of electronic notarial certification and registration. Also relevant is the problem of smart contracts regarding payments under them in cryptocurrency, which also requires a legislative solution, since the legal status of cryptocurrency in Ukraine has not yet been established. Solving these problems in the future will allow for the wider use of smart contracts by their Ukrainian counterparties.

Open access
Digital Transformation in Law
Law, AI, and Intellectual Property
Security, Politics, and Digital Transformation
Original source
Mar 14, 2025Ā·ISLE Interdisciplinary Studies in Literature and Environment
1 cites
Islands of Transition: Reimagining Climate Futures in Caribbean Queer and Trans Speculative Fiction

Ysabel MuƱoz

In recent years, small islands have faced the increasing dangers of worsening natural phenomena and rising sea levels due to climate change. Several reports from the Intergovernmental Panel on Climate Change have recorded this (Mycoo et al. 2068) and warned about the consequences of unsustainable practices leading to ecological crises primarily affecting those who contribute least to it. Such documentation is crucial for policy-making and preparatory work. However, besides material threats, small islands also face a discursive challenge in politics and communication with the overuse of the ā€œdisappearing islandsā€ trope, announcing that small islands will sink and disappear due to climate change. As museologist Fiona Cameron writes, ā€œā€˜disappearing islands’ are operationalized as proof of climate catastrophe; as a means of concretizing climate science’s statistical abstractions and as a signifier of the urgency and uneven impacts of global climate changeā€ (873). Similarly, environmental humanities scholar Elizabeth DeLoughrey denounces the ā€œclimate determinismā€ (ā€œThe sea is risingā€ 191) that often haunts the representation of islands, as if they only ā€œenter[ed] the future […] via climate changeā€ (188). Such overly reproduced images, they argue, risk ignoring local perspectives and desires, taking islands simply as tokens to better describe the climate crisis. Hence, a more critical approach to the futurity of small islands is necessary and relevant. Although studies of this trope have been mostly connected to islands in the Pacific regions, such imaginaries also haunt the material spaces of Caribbean islands.1 Responding to this, digital humanities scholar Schuyler Esprit affirms that ā€œthe decolonial project of home is to assert that the Caribbean is in the future, that we resist and persistā€ (emphasis added). In these spaces, the possible physical disappearance of islands in the future also echoes discriminatory discourses that have actively denied the future of certain bodies deemed different based on race, sexuality, or gender. Literary practices, performing and nurturing speculation and imagining otherwise, are important platforms where authors who experience these overlapping threats can articulate their concerns for the future. Notably, examples from queer and trans Caribbean speculative fiction disrupt the simplified and linear visions the ā€œdisappearing islandsā€ trope proposes. They address how both islands and marginalized bodies face growing social and climate change challenges but still imagine these bodies and places having a stake in the future. By revisiting the histories and concerns of these spaces and their inhabitants, they project the Caribbean into a future, to paraphrase Esprit, of resistance and persistence. In this study, I delve into how contemporary Anglophone Caribbean speculative fiction grapples with these questions, especially in two short stories: Jamaican-Canadian Nalo Hopkinson’s ā€œRepatriationā€ (2020) and Barbadian Ada Maricia Patterson’s ā€œBroken from the Colonyā€ (2022). These texts envision a future where Caribbean islands are not disappearing but transforming and surviving, together with the flourishing of queer and trans Caribbean subjects. Hopkinson presents the return of a same-sex couple to Jamaica to take part in the reconstruction of the island with local technologies. Patterson meanwhile brings a sunken island that reemerges, allowing new relationalities where transgender subjects can feel safe. In both accounts, non-heteronormative characters play key roles in island survival and illustrate how ecological balance and gender justice are inextricably connected to achieving its mutual realization. They contest the ā€œdisappearing islandsā€ trope by daring to imagine islands in the future as transitioning and changing rather than simply ceasing to exist. Moreover, they foreground agency and responsibility as the collective effort needed to create social ecologies of justice where land and lives can thrive. Choosing short stories for the analysis is also a critique of gendered dimensions of Caribbean literature that traditionally have deemed the canon of male novel writers as ā€œthe pinnacle of formal achievementā€ (Brown and Rosenberg 22), disregarding short stories as ā€œminor literature.ā€ I defend that with its capacity for language subversion and deterritorialization (Awadalla and March-Russell 5), short stories also show the possibility of imagining plurally and yet collectively, as they often appear in compilations and decentralized open-access online platforms. With this in mind, attending to the diversity of practitioners of this genre in the Caribbean is also essential. Hence, this study purposefully brings Hopkinson—a multi-awarded and trailblazing figure in science fiction, with an extensive list of novels, short stories, and accolades—and her work next to the first incursion in speculative fiction of the young artist Patterson, signaling different trajectories and experiences but similar interests. Their stories coincide in the centrality of queer and trans folks in Caribbean ecologies through various examples of what can fall under the rubric of climate fiction, or ā€œcli-fi.ā€ However, as this term coined by Dan Bloom (Baysal viii) is increasingly popular in ecocritical studies, I emphasize that climate is an already widely present category in the Caribbean’s vast literary tradition, especially with the figure of the hurricane (Deckard) as a ubiquitous leitmotif. While acknowledging the challenges of climate change’s worsening of natural phenomena, such as hurricanes, it is paramount to recognize a long Caribbean tradition of periodically dealing with disaster and restoration. These experiences reaffirm that disaster does not define Caribbean existence and propose novel perspectives for understanding and grappling with catastrophe. Considering these contexts and genealogies, multiple rich theoretical apparatuses already active in the Caribbean enable researchers to analyze future-oriented narratives. For example, Caribbean temporalities can dispel the linear and singular thinking behind the ā€œdisappearing islandsā€ and its alienation from other notions of time.2 As Cameron reflects, ā€œconstructed as both a climate front line and a microcosm of a planet in crisis, a perception has been created that low-lying islands will disappear before climate impacts manifest elsewhereā€ (883) (emphasis in original). By contrast, past, present, and future collapse in Caribbean narratives and bring a more capacious understanding of temporality outside conventional linearity. This nonlinearity is embodied in the work of many Caribbean writers. Jamaica Kincaid, for example, considers how ā€œTo the people of a small place, […] an event that occurred one hundred years ago might be as vivid to them as it were happening now. No action in the present is an action planned without a view of its effects on the futureā€ (54). Accordingly, Odile Ferly, Tegan Zimmerman, and Joshua Deckman have recently coined the term chronotropics, reframing the Bakhtinian chronotope through narratives that ā€œactively challenge the anthropocentric and androcentric logic propelled by European capitalism according to which space is delimited, privatized, tamed, and subject to extraction and time is measured, linear, singular, arbitrarily standardized, and teleologicalā€ (2). To focus on the plural ways Caribbean people experience time and place does not respond solely to an interest of moving away from ā€œeurochronologies,ā€ which Eric Hayot defines as ā€œa progressive history of aesthetic innovation in which the contributions of the non-West remain supplemental, or constitute thematic appendixes to formā€ (6). Instead, it emphasizes the intrinsic value of the narratives emerging from the vibrant Caribbean chronotropics. This concept is part of a homonymous edited volume that addresses the persistent preoccupation with time and place in Caribbean women’s writings, thus providing a framework for my analysis. The concept includes time, temporalities, and gender, articulating ā€œa new Caribbean, where bodies and imaginations come together to propose other modes of being in the world, ways that dissolve and break through the sediment of colonial-heteronormative patriarchyā€ (7). I argue that the chronotropics can also enable imaginative pathways toward island survival and gender justice, attending to how queer and transgender practices are deeply entangled with processes of futurity. Attesting to this, for example, Cuban-American cultural theorist JosĆ© Esteban MuƱoz reflects that queer lives already drastically reject the constraints of a present notably marked by pervasive homophobia and dare to imagine otherwise (169). Likewise, Puerto Rican anthropologist Yarimar Bonilla concludes in her analysis of transgender performers in post-hurricane Puerto Rico that many the future is thus a futureā€ Although deeply entangled in their I queer studies scholar by I to that which of the and to the challenge of gender on embodied experiences and Moreover, I the with in queer and trans ecologies to the contributions from the Caribbean in such I and in with the the authors in and literary In their writings, I the of both queer and trans as that actively the future of the ā€œdisappearing as by the two short and are that have traditionally in to by novel to gender and As aesthetic Hopkinson and Patterson and to contribute to the that the ā€œdisappearing islandsā€ trope In they about islands as ā€œa of in not disappearing but rather and for the survival of islands and They the of that the of islands, and also that be a disappearance islands other in the Caribbean This does not climate change’s and material threats to islands’ and I not that these stories in which islands are Instead, I argue that in these Caribbean islands have multiple of being in the future via and While the faced by small island and queer and trans they challenge and of the present with and more capacious of the Caribbean chronotropics. Such of the Caribbean chronotropics appear in of Hopkinson’s vast literary as by on her For how Hopkinson a Caribbean in which haunt the present Similarly, how Hopkinson’s work temporalities by that the for Caribbean islands is the in of and of change a future that to Caribbean islands to the as in the of its logic in of and is not a that in the of the are present in both the environmental history and social and of Caribbean islands as in the Caribbean be as a of the Hence, speculative fiction writers the of such as a imaginative to the of and This also behind the short in which Hopkinson and her characters return to their Jamaica to about and in its which are not by but its ā€œRepatriationā€ first in the edited volume in with other examples of by the I ā€œRepatriationā€ in the of the speculative fiction from the Caribbean edited by science fiction writers and The stories for this volume contribute to what ā€œa of science and Hopkinson’s to this together with ecological concerns and local The is in first from the of view of one of the who a planned by As the the the of the the couple will return to Jamaica to the of the This of through a that are to the of the island the I the analysis by on of as a of the The with a critique of a in different of the world, has its in the Caribbean the and and with feel on a In a Hopkinson reflects on this to of of the and of and for dealing with the are to the As an island I about that a and the marked a history of for from of the ā€œthe the and the and the islandsā€ The this history of and not as a of the but in with environmental such as the of local with and its to global on the in these critical of its ā€œRepatriationā€ and the ecological crises taking place in the which to how which the levels to many of These the island by its and to to as the ways to a of its The to into the of ecological by the into of for the on the and on and than The if the that on it are their and or what the is the of to the of a singular future in which Caribbean islands the they The Hopkinson as a for the into the This local and queer folks Hopkinson and her two to contribute to the Hopkinson brings the perspectives of two for the of climate and still the they in this ā€œthe that with as a a in my race, and in these on as are not and have been for the bodies deemed than in a of and This presents challenges for bodies under social and environmental as their are through digital and with The in on the to the Such to a more history of practices as and The has of the history of bodies and the the lives in the due to the To that one the in toward the the of the Caribbean and and the of due to climate To how folks in the Caribbean are to climate it is paramount to the of the in These of in to to the However, with they the home of but of material These new and to to but also folks to the consequences of climate change As people will to be away from these due to and climate is one of the concerns in The their as climate to to rising levels and global were and and In to this, not in the other environmental queer folks often an of discriminatory have and from et al. Hence, it is to the that climate on queer of these the two in this are not or but on their to in the needed change in their the of the Caribbean as only moving toward the global narratives have a long in Caribbean and in this queer subjects in to the and also the of island disappearance rather than an land the emphasizes Jamaica as a place of and and in without being As and in to the of Caribbean are by the from an and by the from land Hence, the Caribbean and its as a home that has not been with more of ecological The rich for the future of queer and Caribbean in ā€œRepatriationā€ a new futurity that and of to a place for new and more Such a approach to an by also queer By this, I not only that queer characters are crucial in these processes but also that the to imagine otherwise, not to the and also play roles in of as the the couple that processes being of the of to the with and by of them often to in the people that are more and to local and their for the future. This is for a home that does not with and as the this futurity only through and The that and and the the of new together with the this to the also in the with the ā€œthe the under and many As Caribbean of them are in the space as one of agency and the challenges of but other relationalities that away from and The new island survival in with queer folks and also a on a The of sunken for and the future of the as a to the and of with and not the In these the of islands and not as I have also in queer ecologies on futurity. the of queer time has been as and not in the future this presents imaginative a to the survival of island spaces and the flourishing of queer Hence, both ā€œRepatriationā€ and ā€œBroken from the as I challenge the of as the only to imagine futurity. Instead, they survival and the of the and futurity queer and trans characters with practices of ecological and these imaginative artist and Patterson reflects on disaster through transgender perspectives in the short ā€œBroken from the where the of islands and the survival of trans The short is her to the first of the Climate for by in The climate fiction stories that imagine years into the future, in the of Patterson’s it and and its the has the of with the recent The of and to it. ā€œBroken from the Colonyā€ presents a Caribbean future in which enable transgender to and to with their survival natural the of an transgender the the before and of a hurricane the category that the Caribbean in Although the and in the has a more islands and many various the the through a the and the as a space for the and sea are spaces of and where the that are but of Patterson in the sea and with new of being in a world, yet the the to return to land the island The in the land of a place for ā€œBroken from the by providing a space of and to In this transgender perspectives a in which the and in to envision change toward flourishing islands and This Caribbean trans experiences on their island in studies such as and However, rather than them only as I propose that Patterson’s work to actively the of the ā€œdisappearing by a island from a space of to one of and thus thinking with trans and their in and are and in Patterson’s to a decolonial of climate her I defend the centrality of trans practices as that and in this more than an environmental the of and that the island the before the Although the with her in the sea for the the land where the subject as the and has place for ā€œBroken from the Several the to as the land in such as to and the in the The that the with land that the space her trans and her with to the past, yet of what it for her the and feel in her that and her people her for Hence, the as a of signaling the by the this, her only island No of which it the For this a new in the as a for the as in the of The and the sea the The space in the of the ā€œBroken from the In with the Barbadian who have in the in the a with the its capacity to to other possible and it as a of the sea has for the sea their growing with and as they of one of the to their been ā€œBroken from the This the of for the survival and of trans bodies that have recently more being to and et al. Moreover, in with trans the echoes the challenges to notions of the of bodies bodies are to of by the that island survival on the in Hopkinson’s The the to with reflects on how these from of her changing their from and in other for bodies we in to what before ā€œBroken from the This brings concept that trans studies to the trans with environmental that of and with the natural from a In this of are where the her to the sea also as a with in ā€œBroken from the this challenges the and with these of the the of the as a of to the and of mutual the to experience and The to be a but not this and to and an ā€œBroken from the of climate changeā€ the of for as the a subject that and the of gendered and narratives. In this Patterson the of the to the a trans that the of and the of more in this to and her The as trans scholar challenges notions of as the and the enable a and the of new from a to the of the to change practices that the future to the of global and it can the lives of trans people of Moreover, in the of the means that and such can also be how they have been as an for the of many bodies also in this of Caribbean as the of the land that place on these islands only possible with the extraction of of of Patterson that a of is to new of of on this new land to be one of and ā€œBroken from the The of these is to understanding the her emphasizes the of perspectives on islands that are not disappearing but Patterson that a critical of what islands are In ā€œBroken from the the land emphasizes the of new and that from the people what who or what on or This with a tradition of understanding the of in the Caribbean, as the hurricane is as both a disaster and a of change to As Patterson and hurricane With the new it can create a in the of with place for is a for this not a but a reconstruction of ecological and and of the does not toward the from the that to dissolve her Instead, new for especially with the only of the They are a who the the the time her and they new with other who the The island a space of not only as an but as work and for the of the future. I this in the of decolonial that place land the as to the of islands and trans bodies in The that this time can be and in this new land before the In the Patterson in actively islands toward and with and and In of for the future of the and its small islands, Patterson’s to the preoccupation with islands’ disappearance to the in those spaces as a for futurity. in this for changing what to be a of and critical and a for the survival and flourishing of and The two of contemporary Anglophone Caribbean speculative fiction in this challenge the of the ā€œdisappearing islandsā€ by islands as spaces in processes of and change. Hopkinson’s ā€œRepatriationā€ and Patterson’s ā€œBroken from the Colonyā€ narratives of and that break Caribbean as of and extraction and Caribbean MuƱoz To they articulate narratives of gender and and critical to with climate and social through narratives of in the now. they describe of and the ā€œdisappearing islandsā€ trope by ecological with a more capacious the of based on gender or Their the of environmental collapse in with a critique of gender and Considering and the of narratives is paramount for understanding and a and future. of the with politics of and the or the roles in these in to and such as and Moreover, they as an for islands and The is also a that the capacity of to other possible a that and taking of Caribbean by its These narratives imaginative practices that for who will in them by revisiting of the with a as they present is not ecological but also the and of and transgender subjects. a future address and such the processes of bodies and from This is possible by the of and on the islands, toward that respond to and from These texts propose and for their mutual They foreground queer and trans with their ecologies that growing from and of providing more than In both the sea an that can or take lives but also an for into Caribbean and such as the islands also these in the Hopkinson’s that a can its if land is an By contrast, Patterson presents an island being to In both land is a as and histories on it. than simply into of Caribbean, or these stories are examples of in queer and trans ecological new in the face of discursive and material The islands present of to of and enable their through and Such are important to vibrant contemporary speculative work and recognize practices as other for to a rich tradition of speculative the authors that such a genre in the of and a for in understanding how such as gender and ecologies are connected in the of these to climate is key to futurity not solely based on and but also on imaginative and cultural these practices are more through a growing of decentralized digital platforms that and the of In of environmental and social crisis, the collective imaginaries of futurity to the perspectives queer and trans narratives and Caribbean speculative fiction places on the of thinking about climate change through gender and queer and trans narratives to the Caribbean in the future. my analysis has the contributions of such I emphasize that these not and I not that queer or trans authors are more to or in ecological I to that queer and trans stories often respond to and denied to them through as in the of these two short stories, they can articulate new relationalities that as for the of important is that they land from discursive and physical this action the and to the Caribbean which to and By of gender and ā€œRepatriationā€ and ā€œBroken from the Colonyā€ imagine where Caribbean spaces and subjects and different ways of in with their ecological

Open access
Utopian, Dystopian, and Speculative Fiction
Adventure Sports and Sensation Seeking
Travel Writing and Literature
Original source
Mar 14, 2025Ā·International Journal of Advanced Research in Science Communication and Technology
0 cites
Blockchain in Medical Records

Meenu Chandran, Nafeesathul Misriya, Nandhana CV

Blockchain technology is transforming industries like finance, supply chain, governance, and healthcare. This paper analyzes blockchain architecture, applications, challenges, and performance. Key attributes—decentralization, immutability, transparency, and security—enable secure peer-to-peer transactions without intermediaries. Consensus mechanisms such as Proof of Work (PoW) and Proof of Stake (PoS) are examined for their trade-offs in scalability, energy efficiency, and security. In healthcare, blockchain addresses security and interoperability issues in centralized Personal Health Record (PHR) systems. Solutions using Ethereum, Hyperledger, smart contracts, and IPFS enhance Electronic Health Record (EHR) management by improving data integrity, privacy, and access control while reducing costs. A containerized microservices architecture further enhances scalability. Blockchain performance, evaluated using the BLOCKBENCH framework, highlights gaps in transaction throughput compared to traditional databases. Despite scalability, interoperability, and regulatory challenges, ongoing research focuses on optimizing consensus mechanisms, integrating database principles, and improving healthcare interoperability, advancing blockchain’s real-world applications

Open access
Blockchain Technology Applications and Security
Machine Learning in Healthcare
Original source
Mar 14, 2025Ā·INTERANTIONAL JOURNAL OF SCIENTIFIC RESEARCH IN ENGINEERING AND MANAGEMENT
0 cites
Beyond the Ballot Box: Decentralized Voting on the Ethereum Blockchain

DIVYESHKUMAR HARIYANI, GOSU KRISHNA KIRITI, VISHAL CHAUHAN, KOYIDALA TRIDEV Ā· 6 authors

Decentralized balloting using Ethereum blockchain is a cozy, obvious and tamper-proof manner of undertaking on line voting.Most existing E-Voting systems are based on centralized servers where the voters must trust the organizing authority for the integrity of the results. it’s far a decentralized utility built on the Ethereum blockchain network, which allows contributors to solid their votes and look at the balloting effects with out the need for intermediaries.Blockchain is an immutable and indisputable public ledger. These ledgers exist in different locations, so any single failure does not affect the distributed ledger. In this gadget, votes are recorded on the blockchain, making it impossible for all people to control or regulate the outcomes. the usage of smart contracts guarantees that the vote casting technique is computerized, transparent, and comfortable. the usage of the blockchain generation and the implementation of a decentralized device provide a dependable and cost-powerful solution for undertaking honest and truth- ful elections.One essential democratic action is voting. Paper balloting, according to many experts, is the only suitable way to guarantee everyone’s right to vote. However, this approach is prone to misuse and mistakes. To overcome the challenges associated with paper voting, many countries use digital voting techniques. Massive vote-rigging could result from a single digital voting defect. Voting procedures for elections must be accurate, safe, convenient, and lawful. However, acceptability might be limited by problems with digital voting techniques. To solve these issues, blockchain technology was created because of its end-to-end verification capabilities. To ensure Blockchain technology has been utilized for voting in order to provide anonymity, privacy, verifiability, mobility, integrity, security, and fairness. Our suggested approach guarantees integrity, security, and anonymity by utilizing blockchain technology. This study also examines the difficulties blockchain electronic voting systems encounter and pinpoints areas that require further investigation to improve their reliability. Index Terms—Blockchain, Ethereum, Smart contracts, E- voting, Solidity, government, industry, security, survey, trans- parency.

Open access
Blockchain Technology Applications and Security
Original source
Mar 14, 2025Ā·OAE – Organizational Architect and Engineer Journal
0 cites
Understanding DeFi: Revolutionizing Finance Through Decentralization

Carlos J. Costa

Decentralized Finance (DeFi) is transforming the financial landscape by providing open, permissionless, and transparent access to financial services through blockchain technology and smart contracts.Unlike traditional financial systems, which rely on intermediaries such as banks and brokers, DeFi operates on decentralized networks, enabling peer-to-peer transactions and automated financial operations.This paper explores the key components of DeFi, including blockchain technology, smart contracts, liquidity pools, automated market makers (AMMs), decentralized exchanges (DEXs), stablecoins, and governance tokens.It highlights the benefits of DeFi, such as increased financial inclusion, lower costs, and improved transparency, while also addressing the associated risks, including smart contract vulnerabilities, market volatility, and regulatory challenges.The rapid evolution of DeFi, coupled with growing institutional interest and technological advancements, positions it as a transformative force in global finance.This paper concludes that despite ongoing challenges, DeFi has the potential to reshape the financial industry by decentralizing control and empowering users.

Open access
Global Financial Regulation and Crises
Original source
Mar 14, 2025Ā·arXiv (Cornell University)
0 cites
Identifying Likely-Reputable Blockchain Projects on Ethereum

Cyrus Malik, Josef Bajada, Joshua Ellul

Identifying reputable Ethereum projects remains a critical challenge within the expanding blockchain ecosystem. The ability to distinguish between legitimate initiatives and potentially fraudulent schemes is non-trivial. This work presents a systematic approach that integrates multiple data sources with advanced analytics to evaluate credibility, transparency, and overall trustworthiness. The methodology applies machine learning techniques to analyse transaction histories on the Ethereum blockchain. The study classifies accounts based on a dataset comprising 2,179 entities linked to illicit activities and 3,977 associated with reputable projects. Using the LightGBM algorithm, the approach achieves an average accuracy of 0.984 and an average AUC of 0.999, validated through 10-fold cross-validation. Key influential factors include time differences between transactions and received_tnx. The proposed methodology provides a robust mechanism for identifying reputable Ethereum projects, fostering a more secure and transparent investment environment. By equipping stakeholders with data-driven insights, this research enables more informed decision-making, risk mitigation, and the promotion of legitimate blockchain initiatives. Furthermore, it lays the foundation for future advancements in trust assessment methodologies, contributing to the continued development and maturity of the Ethereum ecosystem.

Open access
2 source records
Blockchain Technology Applications and Security
cs.CR
cs.AI
Original source
Mar 14, 2025Ā·Eurasian economic review :
17 cites
Crypto assets as a threat to financial market stability

Heike Joebges, Hansjƶrg Herr, Christian Kellermann

Abstract Crypto assets’ partial money-like use promotes toxic developments in the financial system. Even though crypto assets might be regarded as close substitutes to traditional money, we show that they lack important functions of money. Traditional fiat money requires several interacting institutions to stabilize its value and regulate its use. In our analysis, we elaborate on the risks associated with the difficulty of setting up regulatory institutions in the crypto sphere and the likelihood of periods of high volatility as well as their repercussions on the traditional financial system due to reciprocal integration. The shift of banking functions into the unregulated area of decentralized finance triggers a new quality of instability in the global financial system with an increasing probability of effects on the real economy. Regulation of crypto assets remains an urgent issue.

Open access
Banking stability, regulation, efficiency
Digital Transformation in Financial Services
finance, banking, and market dynamics
Original source
Mar 14, 2025Ā·arXiv (Cornell University)
0 cites
SmartShards: Churn-Tolerant Continuously Available Distributed Ledger

Joseph Oglio, Mikhail Nesterenko, Gokarna Sharma

We present SmartShards: a new sharding algorithm for improving Byzantine tolerance and churn resistance in blockchains. Our algorithm places a peer in multiple shards to create an overlap. This simplifies cross-shard communication and shard membership management. We describe SmartShards, prove it correct and evaluate its performance. We propose several SmartShards extensions: defense against a slowly adaptive adversary, combining transactions into blocks, fortification against the join/leave attack.

Open access
3 source records
cs.DC
Blockchain Technology Applications and Security
Distributed systems and fault tolerance
Original source