Gas EDA V1
In this notebook we perform Exploratory Data Analysis (EDA) on FIL's gas fee mechanism.
The
goal is to observe the gas fee as a signal and attempt to understand what may be driving
it.
We perform Fourier
Transformations on the minute aggregated derived_gas_outputs
data.
Gas EDA V2
Builds on Gas EDA V1 and performs Fourier Transformations on
message_gas_economy
data. Additionally, chain_rewards
, chain_powers
, and
chain_economics
event level data is analyzed and Granger Causality is
performed
on the signals.
Gas EDA V3
Builds on the previous two notebooks second aggregated derived_gas_outputs
data
was pulled for July 2021 as well as the actor types and methods.We created a mapping
of actor_types and methods (as methods are not unique across actor types) downloaded all
July data per actor_type
and created histograms of gas_used
over
method type. We then combined the derived_gas_outputs
,
chain_rewards
, chain_powers
, and chain_economics
tables and performed VAR
and Granger Causality
Analysis.
FIP 014
The goal of this notebook is to explore the impact of the sector expiration wave in
April/May
2021, especially wrt V1 proofs.
Baseline Crossing
With the
Baseline Target Threshold passed Filecoin block rewards are now primarily
distributed according to the Baseline
Minting policy. This provides ongoing incentives to maintain a baseline of
storage
capacity on the Filecoin network. There are two articles exploring what crossing the
Baseline Target Threshold means and how Filecoin block rewards work:
This notebook continues to track network power wrt the baseline minting threshold for
ongoing
monitoring.
Gas Usage Model Backtesting
In this notebook, we will evaluate the daily performance of our gas usage method percentage systems identification VAR(X) model.
Gas EDA Stationarity
This notebook examines if Filecoin's base fee trends towards stationarity, as
hypothesized by Dr. Barnabé
Monnot's work on EIP 1559.
Storage onboarding structural break testing
This notebook examines if a structural break occured following China's new cryptcurrency regulations.