Paul P. Momtaz, Rachel J. Nam, Christian Fisch
No abstract is available for this record.
Follow blockchain research across journals, conferences, and preprint repositories.
7,409 results · page 202 of 309
Paul P. Momtaz, Rachel J. Nam, Christian Fisch
No abstract is available for this record.
Zhonghao Yuan, Jiaojiao Wu, Jianpeng Gong, Yao Liu · 6 authors
Data owners outsource their data to remote storage providers without keeping local replicas to save their precious storage resources. However, the ownership and management of data are separated after outsourcing. How to ensure the integrity and recoverability of outsourced data becomes a significant problem. Provable Data Possession (PDP) and Proofs of Retrievability (POR) are two cryptographic protocols that enable users to verify the integrity of outsourced data. Nevertheless, the state‐of‐the‐art PDP and POR schemes either need users to perform the complicated audit tasks by themselves or delegate these tasks to a Third‐Party Auditor (TPA). Moreover, these schemes are constructed on a centralized storage framework which vulnerably suffers single‐point‐of‐failure. In this paper, we propose a blockchain‐based decentralized self‐auditing scheme with batch verification. Firstly, data owners outsource their data to decentralized storage nodes, which can achieve self‐auditing based on blockchain without TPA. Secondly, our scheme uses Pedersen‐based polynomial commitment to significantly reduce the number of authenticators. Furthermore, we propose a batch verification algorithm, which can verify multiple proofs from different storage nodes to improve the verification efficiency. Finally, we analyze the security of our scheme and implement a gas‐efficient system prototype using the smart contracts of the Ethereum Reposten test network. The results demonstrate that the scheme is practical.
Atheer Alkhammash, Kawther Saeedi, Fatmah Baothman, Rania Aboalela · 5 authors
Blockchain is an emerging technology that is used to address ownership, centrality, and security issues in different fields. The blockchain technology has converted centralized applications into decentralized and distributed ones. In existing sharing economy applications, there are issues related to low efficiency and high complexity of services. However, blockchain technology can be adopted to overcome these issues by effectively opening up secure information channels of the sharing economy industry and other related parties, encouraging industry integration and improving the ability of sharing economy organizations to readily gain required information. This paper discusses blockchain technology to enhance the development of insurance services by proposing a five-layer decentralized model using Ethereum platform. The Najm for Insurance Services Company in Saudi Arabia was employed in a case study for applying the proposed model to effectively solve the issue of online underwriting, and to securely and efficiently enhance the verification and validation of transactions. The paper concludes with a review of the lessons learned and provides suggestions for blockchain application development process.
Nick Curley
Digital assets are changing the way businesses think about equity, labor, business models, and business organization. Digital assets, like Bitcoin or Ethereum, provide incredible opportunities to further align shareholders with the objectives of the entity. Each time humanity advances its technology for ledgers, markets explode, and we witness immense wealth creation. Digital assets like Bitcoin and Ethereum are the next great step forward for ledger technology. While there are incredible opportunities to leverage this new technology, there are also incredible risks. There are many public examples of “hacks” of prominent blockchains like Ethereum and Solana. Blockchain technology has captured the imagination of the public. Blockchain, therefore, must develop a robust security system and intelligently distribute and limit liability for institutional and retail investors to reap the rewards of public attention. Part of the risk that comes from digital assets is its newness. Blockchains that run smart contracts have many incredible uses that could eliminate middlemen in many industries. But courts are yet to develop case law surrounding smart contracts. The way that smart contracts self-execute presents a new question which courts must address: how should a court allocate risk between two smart-contracting parties? No matter how the courts decide, the market needs an answer. This article attempts to explore some of the opportunities in digital assets and how these opportunities are fundamentally different from their traditional equivalents.
Alexei Petrenko, Sergei Petrenko
Abstract Purpose of work is the development of a new method for estimating the quantum resilience of modern blockchain platforms based on the effective solution of cryptanalysis problems for asymmetric encryption schemes (RSA, El-Gamal) and digital signature (DSA, ECDSA or RSA-PSS), based on computationally difficult problems of factorization and discrete logarithm. Research method is the use of quantum algorithms providing exponential gain (eg Shor’s algorithm) and quadratic gain (eg Grover’s algorithm). Due to the fact that the class of problems solved by quantum algorithms in polynomial time cannot yet be significantly expanded, more attention is paid to cryptanalysis based on the quantum Shor algorithm and other polynomial algorithms. Results of the study include a classification of well-known algorithms and software packages for cryptanalysis of asymmetric encryption schemes (RSA, El-Gamal) and digital signature (DSA, ECDSA or RSA-PSS) based on computationally difficult problems of factorization and discrete logarithm has been built. A promising method for solving problems of cryptanalysis of asymmetric encryption schemes (RSA, ElGamal) and digital signature (DSA, ECDSA or RSA-PSS) of known blockchain platforms in polynomial time in a quantum computing model is proposed. Algorithms for solving problems of quantum cryptanalysis of two-key cryptography schemes of known blockchain platforms in polynomial time are developed, taking into account the security of the discrete algorithm (DLP) and the discrete elliptic curve algorithm (ECDLP). A structural and functional diagram of the software package for quantum cryptanalysis of modern blockchain platforms “Kvant-K”, adapted to work in a hybrid computing environment of the IBM Q quantum computer (20 and 100 qubits) and the IBM BladeCenter (2022) supercomputer, has been designed. A methodology has been developed for using the “Kvant-K” software package to assess the quantum stability of blockchain platforms: InnoChain (Innopolis University), Waves Enterprise (Waves, Vostok), Hyperledger Fabric (Linux, IBM), Corda Enterprise, Bitfury Exonum, Blockchain Industrial Alliance, Exonum (Bitfury CIS), NodesPlus (b41), Masterchain (Sberbank), Microsoft Azure Blockchain, Enterprise Ethereum Alliance, etc. Practical relevance: The developed new solution for computationally difficult problems of factorization and discrete logarithm, given over finite commutative (and non-commutative) associative algebras, in a quantum model of computing in polynomial time. It is essential that the obtained scientific results formed the basis for the development of the corresponding software and hardware complex “Kvant-K”, which was tested in a hybrid computing environment (quantum computer IBM Q (20 and 100 qubits) and/or 5th generation supercomputer: IBM BladeCenter (2022), RCS based on FPGA Virtex UltraScale (2020), RFNC-VNIIEF (2022) and SKIF P-0.5 (2021). An appropriate method for estimating the quantum stability of these blockchain platforms based on the author’s models, methods and algorithms of quantum cryptanalysis has been developed and tested. Keywords: blockchain and distributed ledger technologies (DLT), SMART contracts, blockchain security threat model, quantum security threat, cryptographic attacks, quantum cryptanalysis, quantum and post-quantum cryptography, quantum algorithms Shor, Grover and Simon algorithms, quantum Fourier transform, factorization and discrete logarithm problem, post-quantum cryptography, quantum resilience of blockchain platforms.
Xingyu Zeng, Zhang Hua, Chaosong Yan, Zhao Liu · 5 authors
Blockchain technology is known as a decentralized, distributed ledger that records digital asset. It has been applied in numbers of aspects of society, including finance, judiciary and commerce. Ethereum is referred to as the next generation decentralized application platform. It is one of the most popular blockchain platforms that supports smart contracts. Smart contract is a set of codes that sored on blockchain and can be called and created as turing-complete programs running on the blockchain. Developers use smart contracts to build decentralized applications (Dapp) which has widely used cryptocurrency related project. As smart contracts become more popular and more valuable, they are faced with more risk of being hacked. As a result that smart contracts cannot be modified once deployed on the blockchain, it is a great challenge to fix and update deployed vulnerable contract which can lead to a huge loss of cryptocurrency and financial disorder. In this paper, we focus on Integer Bugs in Ethereum Smart Contracts and present ISmart, which protects deployed smart contracts against attacks caused by Integer Bugs. We implemented ISmart based on go-ethereum, a Ethereum client written in Go, by adding a simplified taint analysis component. In our preliminary, ISmart can prevent attacks accurately with little runtime overhead.
Chen Ming, Wang Li
Blockchain technology has transformed digital transactions into decentralized, transparent, and immutable systems. Smart contracts running on platforms like Ethereum enable automated agreements without intermediaries, but they remain vulnerable to logical errors and security risks that can lead to financial losses. This paper presents a systematic study on AI-based smart contract analysis, using machine learning and deep learning to detect vulnerabilities, anomalies, and potential risks. It proposes a hybrid model combining static analysis (code-level error detection), dynamic analysis (runtime monitoring), and supervised/unsupervised learning techniques. Feature extraction methods convert contract code into formats suitable for AI processing. The approach integrates rule-based systems with AI models to improve detection accuracy and reduce false positives. Evaluation on benchmark datasets shows better performance than traditional methods. The study highlights the effectiveness of AI in enhancing smart contract security and suggests future work on explainable AI, real-time monitoring, and cross-platform interoperability.
Nancy Youssef
In this paper, we investigate the link between the well-known traditional finance and economic asset class and the digital currencies. The present study is undertaken to investigate the impact of the COVID-19 on the Financial Markets and the four major Cryptocurrencies from January 2020 to May 2021 in Egypt and USA. On the process of investigating the impact of the COVID-19 on the financial markets the study assumes the COVID-19 cumulative cases, Death cases, and the Fatality ratio to be the independent variables, and the Stock returns for the two indices (EGX30 and S&P 500), and the Returns for the four major cryptocurrencies (Bitcoin, Ethereum, Litecoin, and Tether) to be the dependent variables of the study. The study findings revealed that there is a negative relationship between the COVID-19 cumulative cases, and daily S&P 500 stock returns, and there is a negative relationship between COVID-19 cumulative cases, fatality ratio, and daily EGX30 stock returns. There is a positive relationship between COVID-19 world death cases and daily Bitcoin prices, daily Ethereum prices, and daily Litecoin prices. There is a negative relationship between COVID-19 world death cases and daily Tether prices because tether is the only important stable coin on the crypto market with significant market capitalization.
İbrahim YILMAZ
Metaverse is an indicator of interactions in the virtual world with the support of the internet, software, and hardware to create an immersive user experience. In simple terms, the metaverse is the virtual universe that brings the virtual and physical worlds together in a three-dimensional space and allows users to discover a different internet experience. With the innovation it brought to the internet world, it is often referred to as web 3.0. NFT stands for immutable token. It is usually created using the same type of program as cryptocurrencies, such as Bitcoin or Ethereum. The term metaverse is now used everywhere and it takes an important place in our lives by developing in different areas. Visual design plays an important role in many areas such as the creation of NFT artwork, games, film, and television. At the same time, it creates a three-dimensional world where avatars representing real people live and digital versions can interact in a digital environment. This article researched problems between what is the metaverse and NFT? What are the main features of Metaverse? What does crypto art involve? seeks answers to questions such as Its general purpose is to make a descriptive literature content analysis of the concepts of the metaverse and NFT in the internet database in a general framework, and finally, to examine how crypto art plays a role in today's world together with technology with examples.
Rui Dias, Nicole Horta, Mariana Chambino, Paulo Alexandre · 5 authors
In this paper, we analyse the long memory process in the cryptocurrencies Bitcoin (BTC), Cardano (ADA), Binance Coin (BNB), Dogecoin (DOGE), Ethereum (ETH) and Ripple (XRP) from January 1st, 2018, to November 10th, 2022, which includes the 2020 and 2022 events. The results demonstrate that the daily returns are leptokurtic, and the distributions are non-Gaussian. We also observe non-linearity, implying autocorrelation or conditional heteroscedasticity in digital currencies. The DFA exponents reveal that throughout the Tranquil period, digital currencies with current values higher than 0.5 exhibited long memory in their returns. The BNB digital currency has an exponent of 0.5, indicating that the series were unpredictable throughout this period. As can be shown, all cryptocurrencies offer values of the DFA exponent greater than 0.5 in the Stress subperiod, implying that the higher the DFA exponent and closer to 1, the higher the persistence, as well as the autocorrelation between observations and stronger predictive ability. The findings support the evidence examined by the BDS test, namely that price movements are not i.i.d. (independent and identically distributed) and that investors have a high possibility of achieving above-average returns through arbitrage.
Mauricio Labadie
No abstract is available for this record.
Mitsuyoshi Imamura, Kazumasa Omote
Data availability is a security factor in a blockchain that is challenging to understand and explain because it cannot be described cryptographically or mathematically because of its behavior-dependent properties on the volunteers who maintain the distributed ledger in the network. Most previous approaches have frequently used successful projects with empirically effective availability, such as Bitcoin and Ethereum, to analyze more active blockchain networks. Therefore, even if much of the Altcoin forked from Bitcoin had nodes in the network, contrary to intuition because they were unpopular and failed projects, they were not the focus of much attention in the analysis. However, it is interesting to note that both can maintain availability. Considering the network structure that supports availability, it is possible to investigate Altcoin’s features as a minimal component because it is a failed project, whereas it is challenging to do so with Bitcoin and Ethereum because of their complex components. Thus, we specifically selected Altcoin in decline based on our user role model. We investigated the features of the network that maintain availability and the user structure underlying Altcoin, focusing on factors associated with continuity, such as initial node survivability, interest in software updates, and nodes with security risks. We discovered that compared with a stand-alone organization, the actions of early users and few community-friendly users provide greater availability. We also discuss the motivations of these users based on the cost of installing the nodes.
Bo Zhang, Helei Cui, Yaxing Chen, Xiaoning Liu · 6 authors
No abstract is available for this record.
Lincy Golda Careline S, T. Godhavari
Electronic health records (EHR) play an important role in digital health transition. EHRs contain medical information such as demographics, laboratory test results, radiological images, vaccination status, insurance policy, and claims. EHR is essential for doctors and healthcare organizations to analyze a patient's profile and provide appropriate therapy. Despite this, current electronic health record (EHR) systems lag with difficulties such as Interoperability and security. Better and faster care may be provided with an integrated and secure health record for each patient that can be transmitted easily in real-time across countries. People having health insurance policies are often confronted by insurance jargon and the insurer’s cumbersome requirements while filing a claim for treatment. There are times when the claims processing takes longer than expected. The insurer, Third-Party Administrators (TPAs), and network provider hospitals examine, approve, and initiate the sum claimed. The use of blockchain in the process allows for more efficient information sharing at a lower cost and with more security. Only authorized individuals have access to the shared ledger on a blockchain, making it more confidential and secure. All parties engaged in a health insurance policy, including the insurer, the insured, the TPA, and the network provider hospital, may be members of the blockchain network and have access to the same set of policy data. In our proposed work we implemented a Blockchain-based EHR and Health insurance management system using Ethereum and deployed smart contracts using solidity and created a web application with web3js and React Framework.
Ba-Lam Do, Van-Thanh Nguyen, Hoang-Nam Dinh, Thanh-Chung Dao · 5 authors
In recent years, blockchain technology has been applied in the educational domain because of its salient advantages, i.e., transparency, decentralization, and immutability. Available systems typically use public blockchain networks such as Ethereum and Bitcoin to store learning results. However, the cost of writing data on these networks is significant, making educational institutions limit data sent to the target network, typically containing only hash codes of the issued certificates. In this paper, we present a system based on a private blockchain network for lifelong learning data authentication and management named B4E (Blockchain For Education). B4E stores not only certificates but also learners’ training data such as transcripts and educational programs in order to create a complete record of the lifelong education of each user and verify certificates that they have obtained. As a result, B4E can address two types of fake certificates, i.e., certificates printed by unlawful organizations and certificates issued by educational institutions for learners who have not met the training requirements. In addition, B4E is designed to allow all participants to easily deploy software packages to manage, share, and check stored information without depending on a single point of access. As such, the system enhances the transparency and reliability of the stored data. Our experiments show that B4E meets expectations for deployment in reality.
Roman Schmid, Rafael Ziolkowski, Gerhard Schwabe
The emergence of blockchain projects enables new ways of collaboration between untrusted parties. Each of these projects, however , only exists because stakeholders of these projects find common ground. If this common ground is not found, blockchains are forked – organizationally and technically – which endangered major blockchain systems like Bitcoin or Ethereum. To assure the operation of such projects and, thus, to improve their governance, it is crucial to understand their stakeholders. This research conducted a literature review and a survey to (1) identify blockchain stakeholders and to (2) understand their interests as well as underlying motives for their interests. This research has two main contributions: a stakeholder map, which serves as a lens to study stakeholders of public blockchains, and exemplary insights from the application of this lens comprising of 74 survey responses. Consequently, this research provides a novel tool for stakeholder analysis in academia and practice to improve blockchain governance.
Saeed Sazzad Jeris, Md. Monirul Islam
The purpose of this study is to explore the co-movement between COVID-19 cases and eight cryptocurrencies. Cryptocurrencies (Bitcoin, Ethereum, Tether, Binance Coin, Dogecoin, Ripple, USD Coin and Bitcoin Cash) are selected based on their market capitalisations. Daily data is considered from 30 January 2020 to 19 May 2021. The continuous wavelet transform (wavelet coherence) is used to determine the time-varying co-movement between COVID-19 instances and cryptocurrencies in this research. COVID-19 and cryptocurrency prices are interlinked, as found using the wavelet method. Similar results were discovered for Tether, Binance Coin, and Ripple. Although this seems to be the case, Dogecoin appears to be an alternative investment during COVID-19. The research is unique and adds to the existing body of knowledge, even though some of the results address the function of cryptocurrencies in times of crisis. The research findings indicate that investors and crypto enthusiasts should keep an eye out in the scenario of COVID-19 scenarios when making investments in cryptocurrency marketplaces.
Oiler Network
No abstract is available for this record.
Theodoros Dounas, Elizabeth Voeller, Simon Prokop, Jiri Vele
We present ÂArchiDAOÂ, a decentralised Autonomous Organisation, i.e an architecture studio run on via smart contracts on the Ethereum blockchain. The objective of the paper is to offer a concise framework for the transformation of the way architectural work is conducted, via stigmergic principles, realised on smart contracts. The paper follows a systematic review of the Viable System Model, collective authorship in architectural design and previous DAO software stacks to extract a set of stigmergic principles. We conclude the paper with a discussion and a proposal for a basic set of smart contracts that can regulate the ArchiDAO operations.
Wenzhi Wu, Ruizhe Ye, Feng Sha, Lin Chao
This paper studies the course sharing project by using IPFS and Ethereum technology.Designed a course sharing project based on IPFS and Ethereum.This project solves the problem of huge course data and single point of failure.First of all, using IPFS as the access medium can effectively reduce storage costs and improve storage efficiency.Second, use Ethereum technology to solve the single point of failure problem.Finally, the Ethereum transaction mechanism is adopted to enhance the enthusiasm of course users to share and improve the liquidity of the course.
Nir Chemaya, Dingyue Liu
No abstract is available for this record.
Sala Surekha, Md. Zıa Ur Rahman
The incorporation of Technology in healthcare and hospital management has given a new perception to the medical procedures, and drug management for patient-centric care. Emerging technologies like blockchain, Internet of Things, and cognitive computing are most adaptable for designing smart healthcare systems. However, due to the diversified tasks involved, a design approach with broader understanding involving multiple factors that represent each area of the healthcare is the need of the hour. Game theory has gained prominence in modeling multi-player problems designated by strategic interdependency. This paper proposes a non-cooperative game strategy between players (stakeholders) to inspect how rationality is exhibited among the players who seamlessly try to get benefitted from the actions of other players. To evaluate the feasibility of the proposed model, a prototype was designed based on Ethereum permissioned blockchain employing Raspberry pi IoT devices and sensor-based cognition. Use of blockchain brings in trust, security and transparency to the system. The simulation results show that the proposed model provides better outcomes in terms of latency (≈ 15 min), throughput and scalability with an increased number of transactions. The comparative analysis elucidates the fact that the proposed method outperforms the existing healthcare systems with a significant improvement of 10-15% in terms of resource utilization and provides faster and accurate patient-centric services.
Shivani Wadhwa, Kamal Saluja, Sunil Gupta, Divya Gupta
No abstract is available for this record.
Suwan Long, Ioannis Chatziantoniou, David Gabauer, Brian M. Lucey
No abstract is available for this record.