paper-with-me

Papers

Blockchain Transaction Fee Forecasting: A Comparison of Machine Learning Methods

2023-05-14 · Conall Butler, Martin Crane

Gas is the transaction-fee metering system of the Ethereum network. Users of the network are required to select a gas price for submission with their transaction, creating a risk of overpaying or delayed/unprocessed transactions in this selection. In this work, we investigate data in the aftermath of the London Hard Fork and shed insight into the transaction dynamics of the net-work after this major fork. As such, this paper provides an update on work previous to 2019 on the link between EthUSD BitUSD and gas price. For forecasting, we compare a novel combination of machine learning methods such as Direct Recursive Hybrid LSTM, CNNLSTM, and Attention LSTM. These are combined with wavelet threshold denoising and matrix profile data processing toward the forecasting of block minimum gas price, on a 5-min timescale, over multiple lookaheads. As the first application of the matrix profile being applied to gas price data and forecasting we are aware of, this study demonstrates that matrix profile data can enhance attention-based models however, given the hardware constraints, hybrid models outperformed attention and CNNLSTM models. The wavelet coherence of inputs demonstrates correlation in multiple variables on a 1 day timescale, which is a deviation of base free from gas price. A Direct-Recursive Hybrid LSTM strategy outperforms other models. Hybrid models have favourable performance up to a 20 min lookahead with performance being comparable to attention models when forecasting 25/50-min ahead. Forecasts over a range of lookaheads allow users to make an informed decision on gas price selection and the optimal window to submit their transaction in without fear of their transaction being rejected. This, in turn, gives more detailed insight into gas price dynamics than existing recommenders, oracles and forecasting approaches, which provide simple heuristics or limited lookahead horizons.

📄 PDF Abstract BibTeX arXiv:2305.08105

Code (1)

microlisk/blockchain_transaction_fee_forecasting 공식 구현

Tasks

Denoising

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
AWARE We propose to theoretically and empirically examine the effect of incorporating weighting schemes into walk-aggregating GNNs. To this end, we propose a simple, interpretable, and…
BASE 설명 없음

Similar Papers 제목 키워드 기반

Bitcoin's Edge: Embedded Sentiment in Blockchain Transactional Data

2025-04-18 · Charalampos Kleitsikas, Nikolaos Korfiatis, Stefanos Leonardos, Carmine Ventre

Cryptocurrency blockchains, beyond their primary role as distributed payment systems, are increasingly used to store and share arbitrary content, such as text messages and files. Although often non-financial, this hidden…

Sentiment Analysis

A Blockchain Transaction Graph based Machine Learning Method for Bitcoin Price Prediction

2020-08-21 · Xiao Li, Weili Wu

Bitcoin, as one of the most popular cryptocurrency, is recently attracting much attention of investors. Bitcoin price prediction task is consequently a rising academic topic for providing valuable insights and suggestion…

BIG-bench Machine LearningFeature EngineeringPrediction

Blockchain Large Language Models

2023-04-25 · Yu Gai, Liyi Zhou, Kaihua Qin, Dawn Song 외

This paper presents a dynamic, real-time approach to detecting anomalous blockchain transactions. The proposed tool, BlockGPT, generates tracing representations of blockchain activity and trains from scratch a large lang…

Anomaly DetectionIntrusion DetectionLanguage ModelingLanguage Modelling+1

Transaction Confirmation Time Prediction in Ethereum Blockchain Using Machine Learning

2019-11-25 · Harsh Jot Singh, Abdelhakim Senhaji Hafid

Blockchain offers a decentralized, immutable, transparent system of records. It offers a peer-to-peer network of nodes with no centralised governing entity making it unhackable and therefore, more secure than the traditi…

BIG-bench Machine Learningregression

Address2vec: Generating vector embeddings for blockchain analytics

2019-09-25 · Ali Hussein, Samiiha Nalwooga

Bitcoin is a virtual coinage system that enables users to trade virtually free of a central trusted authority. All transactions on the Bitcoin blockchain are publicly available for viewing, yet as Bitcoin is built mainly…