Assessing the impact of network factors and Twitter data on Ethereum’s popularity

I recently published a paper entitled “Assessing the impact of network factors and Twitter data on Ethereum’s popularity” in Blockchain: Research and Applications.

Abstract. In March 2021, we witnessed a surge in Bitcoin price. The cause seemed to be a tweet by Elon Musk. Are other blockchains as sensitive to social media as Bitcoin? And more precisely, could Ethereum’s popularity be explained using social media data?

This work aims to explore the determinants of Ethereum’s popularity. We use both data from Etherscan to retrieve the relevant historic Ethereum factors and Twitter data. Our sample consists of data ranging from 2015 to 2022. We use Ordinary Least Squares to assess the relationship between these factors (Ethereum characteristics and Twitter data) and Ethereum’s popularity.

Our findings show that Ethereum’s popularity—translated here by the number of daily new addresses—is related to the following elements: the Ether (ETH) price, the transaction fees, and the polarity of tweets related to Ethereum.

The results could have multiple practical implications for both researchers and practitioners. First of all, we believe that it will enable readers to better understand the technology of Ethereum and its stake. Secondly, it will help the community identify pointers for anticipating or explaining the popularity of existing or future platforms. And finally, the results could help in understanding the factors facilitating the design of future platforms.

Feel free to share any comment or question you might have regarding the document itself or the topic in general.

Cheers!

Sarah

A taxonomy of blockchain consensus protocols: A survey and classification framework

I recently published a paper entitled “A taxonomy of blockchain consensus protocols: A survey and classification framework” in Expert Systems with Applications.

Abstract. Blockchain, the underlying technology of Bitcoin, refers to the public ledger used in a distributed network. Because blockchain does not rely on a central authority, peers have to agree on the state of the ledger among themselves, i.e., they have to reach a consensus on the state of the transactions. The way nodes reach that consensus has gained incredible attention in the literature. Bitcoin uses the Proof-of-Work (PoW) mechanism, as did Ethereum at first. The latter decided to move from PoW to Proof-of-Stake (PoS) because of the high energy consumption required by PoW. To date, many other consensus protocols have been proposed to address the limitations of the seminal ones.

In this paper, we inform researchers and practitioners about the current state of consensus protocols research. The aim is to provide an analysis of the research introducing new consensus protocols in order to enable a more unified treatment. To that end, we review 28 new consensus protocols and we propose a four-category classification framework: Origin, Design, Performance and Security. We demonstrate the applicability of the framework by classifying the 28 protocols. Many surveys have already been proposed in the literature and some of them will be discussed later in the paper. Yet, we believe that this work is relevant and important for two reasons. Firstly, blockchain being a fast evolving topic, new consensus protocols emerge regularly and improvements are also put forward on a regular basis. Hence, this work aims at reflecting the latest state-of-the-art in terms of consensus protocols. Secondly, we aim to propose a comprehensive classification framework, integrating knowledge from multiple works in the literature, as well as introducing classification dimensions that have not been proposed before.

This work demonstrates that multiple consensus have been proposed in a short period of time, and highlights the differences between these protocols. Furthermore, it is suggested that researchers and practitioners who aim to propose consensus protocols in the future should pay attention to all the dimensions presented in the classification framework.

Feel free to share any comment or question you might have regarding the document itself or the topic in general.