License: CC BY 4.0
arXiv:2606.25466v1 [q-fin.TR] 24 Jun 2026
\recdate

March 31, 2026

Time-dependent weighted directed networks of cryptocurrency interaction from high-frequency returns

Shubhangam Shukla1    Mahesh Peyyala2 and Abhijit Chakraborty1,3,∗ 1 Department of Humanities and Social Sciences1 Department of Humanities and Social Sciences Indian Institutes of Science Education and Research Tirupati Indian Institutes of Science Education and Research Tirupati Srinivasapuram Srinivasapuram Yerpedu Mandal Yerpedu Mandal Tirupati Tirupati Andhra Pradesh Andhra Pradesh 517619 517619 India
2 Department of Physics India
2 Department of Physics Indian Institutes of Science Education and Research Tirupati Indian Institutes of Science Education and Research Tirupati Srinivasapuram Srinivasapuram Yerpedu Mandal Yerpedu Mandal Tirupati Tirupati Andhra Pradesh Andhra Pradesh 517619 517619 India
3RIKEN Interdisciplinary Theoretical and Mathematical Sciences Program India
3RIKEN Interdisciplinary Theoretical and Mathematical Sciences Program Saitama Saitama 351-0198 351-0198 Japan Japan * abhijit@labs.iisertirupati.ac.in
Abstract

We investigate the evolving structure of interactions in cryptocurrency markets using a network-based framework constructed from high-frequency price data spanning 2020-2025. Directed and weighted networks are constructed from statistically significant Granger causal relationships between cryptocurrency log-returns, enabling us to quantify the flow of influence across assets. We find that normalized returns exhibit heavy-tailed distributions, consistent with the presence of large intermittent fluctuations and in line with stylized facts of financial markets. The resulting networks display pronounced heterogeneity in link weights and nodal strengths, indicating that a small subset of cryptocurrencies contributes disproportionately to market dynamics. By ranking cryptocurrencies based on their nodal out-strength, we uncover a dynamically evolving hierarchy of influence. Ethereum consistently emerges as the most influential asset, while Bitcoin shows a gradual decline in its relative importance. The ranking structure exhibits substantial temporal variability, with multiple cryptocurrencies entering and exiting the top positions over time. Our findings reveal a highly competitive and non-stable organization of the cryptocurrency ecosystem.

cryptocurrencies, log-return, granger causality, weighted networks

1 Introduction

Cryptocurrencies have emerged as a prominent class of digital financial assets, characterized by decentralized governance, high market liquidity, and continuous trading. Unlike traditional financial markets, cryptocurrency markets operate around the clock and exhibit pronounced price fluctuations across multiple time scales. These fluctuations are often quantified using logarithmic returns, which reveal heavy-tailed distributions and intermittent extreme events, indicative of complex underlying dynamics [1, 2, 3].

Beyond individual price behavior, cryptocurrencies are not isolated entities but form an interacting system where information and shocks propagate across assets. Such interactions arise from shared market sentiment, arbitrage opportunities, and common external influences, leading to correlated and potentially causal relationships among different cryptocurrencies. These interdependencies can be effectively captured using network-based approaches, where nodes represent individual assets and links encode statistical or causal interactions, such as those inferred from Granger causality analysis [4]. In addition to price-based networks, recent studies have also examined networks constructed from wallet-level transaction data, where nodes represent users or addresses and links correspond to fund transfers, revealing structural properties such as clustering, centralization, and the emergence of influential entities in the ecosystem [5, 6, 7, 8, 9]. The resulting networks provide complementary insights into both market dynamics and user-level activity, identifying dominant cryptocurrencies and influential participants, as well as revealing the collective organization and temporal evolution of the system. The study of cryptocurrency price fluctuations and their interactions offers a valuable framework for understanding the complex behavior of modern financial systems, as also observed for traditional financial markets [10, 11] and the foreign-exchange market [12, 13].

In this work, we adopt a network-based framework to investigate the temporal evolution of interactions in the cryptocurrency market using high-frequency data from 2020 to 2025. We construct time-dependent directed and weighted networks in which nodes represent cryptocurrencies and links are inferred from statistically significant Granger causal relationships between their price fluctuations [4, 15, 14]. Our analysis shows that normalized log-returns exhibit broad, heavy-tailed distributions, indicating the presence of large intermittent fluctuations and reinforcing the universality of stylized facts across financial systems.

The inferred networks display strong heterogeneity in both link weights and nodal strengths, with a small subset of cryptocurrencies contributing disproportionately to the overall flow of influence. By ranking nodes according to their out-strength, we uncover a dynamically evolving hierarchy of influence, where leading cryptocurrencies such as Ethereum maintain sustained dominance, while others, including Bitcoin, exhibit gradual changes in their relative importance. Notably, the ranking structure shows significant temporal variability, with multiple assets entering and exiting the top positions over time, in contrast to the persistence of super-stable nodes reported in other complex systems [16]. These findings highlight the competitive and non-stationary nature of the cryptocurrency ecosystem and demonstrate the effectiveness of complex network approaches in uncovering its underlying organization.

The remainder of this paper is structured as follows. Section 2 introduces the dataset and its preprocessing. Section 3 outlines the methodological framework employed in this study. The main findings are presented and discussed in detail in Section 4. Finally, Section 5 summarizes the results and provides concluding remarks.

2 Data

We construct time-dependent networks of cryptocurrencies, where nodes represent individual assets and directed links are inferred from causal relationships between their price fluctuations. The dataset is obtained from the Kraken Crypto Exchange [17], which provides publicly available trade-level information, including timestamps (with second-level resolution), traded prices in USD and other fiat currencies, and transaction volumes. Throughout this study, we use USD as the reference currency due to its relative stability.

To obtain uniformly sampled time series, prices are aggregated at a one-minute resolution using the volume-weighted average price (VWAP), while the traded volume within each minute is computed as the sum of all transactions. For time intervals with no recorded trades, the last observed price is carried forward to ensure continuity, and the corresponding volume is set to zero. Price fluctuations are quantified using logarithmic returns defined as

R(t)=logP(t+Δt)logP(t),R(t)=\log P(t+\Delta t)-\log P(t), (1)

where P(t)P(t) denotes the price at time tt and Δt=1\Delta t=1 minute.

The resulting time series are divided into nonoverlapping weekly windows, each consisting of 10,08010{,}080 data points (corresponding to seven days at one-minute resolution). The analysis spans the period from January 2020 to March 2025, providing a total of 275275 weekly windows. Over this period, the number of actively traded cryptocurrencies increases substantially, from approximately 3030 at the beginning of 2020 to about 390390 by March 2025.

Prior to executing the Granger causality tests, we systematically verified the stationarity of the logarithmic return time series for every asset across all weekly windows using the Augmented Dickey–Fuller (ADF) test [18] at a significance level of α=0.01\alpha=0.01. Under the null hypothesis that a time series contains a unit root (i.e. is non-stationary), our analysis confirms that 99.06%99.06\% of the evaluated data are strictly stationary. The remaining 0.94%0.94\% represents periods of extreme trading inactivity characterized by stale pricing and absolute zero variance (i.e., mathematically flat logarithmic returns). Because Vector Autoregression (VAR) estimation strictly requires dynamic price variation, these inactive instances inherently lack predictive power and were systematically excluded from pairwise evaluations for their respective weeks.

3 Methods

To infer interactions between cryptocurrencies, we employ the Granger causality (GC) framework, which quantifies the extent to which past values of one time series improve the prediction of another [15, 4]. For each pair of stationary time series (X,Y)(X,Y) of log-returns, we consider two linear autoregressive models: a restricted model and a full model.

In the restricted model, the target variable YY is expressed solely in terms of its own past values:

Yt=m=1pamYtm+εt,Y_{t}=\sum_{m=1}^{p}a_{m}\,Y_{t-m}+\varepsilon^{\prime}_{t}, (2)

where εt\varepsilon^{\prime}_{t} denotes the residual error.

In the full model, past values of the source variable XX are additionally included:

Yt=m=1pamYtm+m=1pbmXtm+εt,Y_{t}=\sum_{m=1}^{p}a_{m}\,Y_{t-m}+\sum_{m=1}^{p}b_{m}\,X_{t-m}+\varepsilon_{t}, (3)

where εt\varepsilon_{t} is the corresponding residual. The optimal lag order pp is determined by minimizing the Bayesian information criterion (BIC) [19] using maximum lag = 10.

The strength of Granger causality from XX to YY is quantified as

GXY=ln(σr2σf2),G_{X\to Y}=\ln\!\left(\frac{\sigma_{r}^{2}}{\sigma_{f}^{2}}\right), (4)

where σr2=εt2\sigma_{r}^{2}=\langle\varepsilon_{t}^{\prime 2}\rangle and σf2=εt2\sigma_{f}^{2}=\langle\varepsilon_{t}^{2}\rangle denote the variances of the residuals from the restricted and full models, respectively. We note that Granger causality is a statistical concept, quantifying the extent to which past values of one time series improve the linear prediction of another. It does not necessarily imply a direct physical or mechanistic causal relationship between the assets.

A directed link from XX to YY is established if the estimated GC strength exceeds a significance threshold. The resulting networks are therefore directed and weighted, with link weights corresponding to the magnitude of the Granger causality strength [4, 14]. This procedure is applied independently within each weekly window, yielding a sequence of evolving networks over the study period.

Since Granger causality is tested independently for every ordered pair of cryptocurrencies within each weekly window, the number of simultaneous hypothesis tests grows quadratically with the number of assets, substantially increasing the risk of false positives under a fixed significance threshold. To control for this multiple-testing problem, we apply the Benjamini–Hochberg (BH) false discovery rate (FDR) procedure [20] to the pp-values associated with all pairwise GC tests within each weekly window. Specifically, the pp-values {p(1),p(2),,p(n)}\{p_{(1)},p_{(2)},\dots,p_{(n)}\} obtained from the n=N(N1)n=N(N-1) pairwise tests (for NN cryptocurrencies) are first sorted in ascending order. A link from XX to YY is then declared significant if its pp-value satisfies

p(k)knq,p_{(k)}\leq\frac{k}{n}\,q, (5)

where kk is the rank of the pp-value in the sorted sequence and qq is the desired FDR level, set to q=0.05q=0.05 in this study. All links satisfying Eq. (5) are retained as statistically significant, while the remaining links are discarded. The weight of the retained link is then set to the log-variance ratio GXYG_{X\to Y} defined in Eq. (4). This correction is applied independently within each weekly window prior to network construction, ensuring that the expected proportion of false positives among the retained directed links remains controlled at the specified FDR level across the entire study period.

Refer to caption
Figure 1: Complementary cumulative distribution functions (CCDF) of the normalized 1-minute log-returns rr. Panels (a) and (b) show the positive and negative tails for XBT, respectively, while panels (c) and (d) correspond to XRP. The red lines represent power-law fits of the form P(r)r1γP(r)\sim r^{1-\gamma}, with estimated exponents γ=3.91,3.78,4.08,\gamma=3.91,3.78,4.08, and 3.663.66 for panels (a)–(d), respectively. The exponents are obtained using the maximum likelihood estimation method.

4 Results

We show the complementary cumulative distribution functions (CCDF) of the normalized 1-minute log-returns for selected cryptocurrencies over the period 2020202020252025 in Fig. 1. The normalized log-return, rir_{i}, which quantifies price fluctuations for ii-th cryptocurrency, is defined as ri(t)=(Ri(t)Ri)/σi,r_{i}(t)=(R_{i}(t)-\langle R_{i}\rangle)/\sigma_{i}, where Ri\langle R_{i}\rangle and σi\sigma_{i} denote the mean and standard deviation of RiR_{i}, respectively, computed over the full sample. As evident from the figure, the fluctuations exhibit a broad range, extending approximately within [100,100][-100,100] for XBT and XRP, indicating significant variability in short-time price dynamics. Other cryptocurrencies display qualitatively similar behavior.

A detailed analysis of the tails of the CCDF distributions reveals that both the positive and negative tails follow a power-law form, P(r)r1γP(r)\sim r^{1-\gamma}. Using maximum likelihood estimation, we obtain the tail exponents γ=3.91\gamma=3.91 and 3.783.78 for the positive and negative tails of XBT, and γ=4.08\gamma=4.08 and 3.663.66 for XRP, respectively. These values indicate heavy-tailed behavior, characteristic of large, intermittent fluctuations in financial time series.

Interestingly, an earlier study on XBT fluctuations [1] reported a smaller tail exponent of approximately 33. The observed deviation in our results may be attributed to structural changes in the cryptocurrency market, which has evolved and matured significantly since its early stages. Notably, similar power-law behavior has been widely reported in traditional financial markets, including stock prices [21, 22] and foreign exchange rates [12], suggesting a degree of universality in the statistical properties of price fluctuations across different asset classes.

Refer to caption
Figure 2: (a) Normalized log-return of ETH (grey), along with the restricted model (red) defined in Eq. 2, where the target variable YY represents log-return time series for ETH, and the full model (blue) defined in Eq. 3, where XX represents log-return time series for XBT. In both models, the error term is excluded. Panels (b) and (c) show the corresponding residuals (error terms) for the full model and restricted model, respectively.

We illustrate the estimation of Granger causality between a pair of cryptocurrencies, following the methodology described in Sec. 3 in Fig. 2. As an example, we compute the Granger causality from XBT to ETH, GXBTETHG_{{\rm XBT}\to{\rm ETH}}, using their 1-minute log-return time series R(t)R(t) for the week of January 661212, 2020. In Fig. 2(a), the empirical log-return of ETH is fitted using both the restricted model [Eq. 2] and the full model [Eq. 3]. The corresponding residuals (error terms) are shown in Fig. 2(b) for the full model and in Fig. 2(c) for the restricted model.

A summary of the estimation of GXBTETHG_{{\rm XBT}\to{\rm ETH}} is provided in Table 1. The results indicate that including XBT in the full model for predicting ETH reduces the variance of the residuals by 3.24%3.24\% compared to the restricted model. This reduction in prediction error suggests that XBT Granger-causes ETH during the considered time period.

Table 1: Summary of the Granger causality estimation from XBT to ETH, GXBTETHG_{{\rm XBT}\to{\rm ETH}}.
Metric Value
Source XBT
Target ETH
Optimal lag 22
Full model variance 7.2×1077.2\times 10^{-7}
Restricted model variance 7.5×1077.5\times 10^{-7}
Variance reduction 3.24%3.24\%
GXBTETHG_{{\rm XBT}\to{\rm ETH}} 0.0330.033
F-statistic 171.4171.4
pp-value <1010<10^{-10}
Refer to caption
Figure 3: Complementary cumulative distribution functions (CCDF) of key network measures: (a) link weight ww, (b) nodal out-strength souts_{\mathrm{out}}, and (c) nodal in-strength sins_{\mathrm{in}}. Results are shown for a representative week (24–30 March 2025); other weeks exhibit qualitatively similar behaviour.

We construct a weighted, directed network of cryptocurrencies by estimating pairwise Granger causality based on 1-minute logarithmic return series R(t)R(t). From these interactions, we generate a sequence of weekly networks spanning the period from 2020 to 2025. We show the complementary cumulative distribution functions (CCDF) of key weighted network quantities in Fig. 3. Panel (a) presents the distribution of link weights ww, while panels (b) and (c) show the distributions of nodal out-strength souts_{\mathrm{out}} and in-strength sins_{\mathrm{in}}, respectively. All three distributions exhibit broad, heavy-tailed behavior, indicating significant heterogeneity in both the strength of interactions and the distribution of influence across nodes. In particular, the heavy tails in souts_{\mathrm{out}} and sins_{\mathrm{in}} suggest that a small number of nodes contribute disproportionately to the total outgoing and incoming influence in the network, reflecting an uneven and highly skewed structure of interactions.

Figure 4 shows the relationship between the nodal out-strength souts_{\mathrm{out}} and in-strength sins_{\mathrm{in}} for all nodes in the network. Each point represents a node, and the data are displayed on logarithmic scales to highlight scaling behavior over several orders of magnitude. A clear positive correlation between souts_{\mathrm{out}} and sins_{\mathrm{in}} is observed, indicating that nodes with higher incoming strength also tend to have higher outgoing strength.

To quantify this relationship, we fit the data with a power-law of the form soutsinαs_{\mathrm{out}}\sim s_{\mathrm{in}}^{~\alpha}. The estimated exponent α=0.909\alpha=0.909 reveals a nontrivial sublinear scaling between the two quantities. This sublinear behavior suggests that although highly connected nodes are influential both in terms of incoming and outgoing interactions, the increase in outgoing strength is slower than linear with respect to the incoming strength, reflecting an inherent asymmetry in the flow of influence across the network. A log-log linear regression was performed to examine the relationship between in-strength (sins_{in}) and out-strength (souts_{out}) of the network nodes. The fitted model, log10(sout)=β0+β1log10(sin)\log_{10}(s_{out})=\beta_{0}+\beta_{1}\log_{10}(s_{in}), yielded a highly significant positive relationship between the two variables (β1=0.909\beta_{1}=0.909, SE =0.029=0.029, t(376)=31.65t(376)=31.65, p<2×1016p<2\times 10^{-16}), with an intercept of β0=0.229\beta_{0}=-0.229 (SE =0.035=0.035, t(376)=6.62t(376)=-6.62, p=1.25×1010p=1.25\times 10^{-10}). The model explained a substantial proportion of the variance in out-strength (R2=0.727R^{2}=0.727, adjusted R2=0.726R^{2}=0.726), and the overall regression was highly significant (F(1,376)=1002F(1,376)=1002, p<2.2×1016p<2.2\times 10^{-16}). To determine whether the scaling exponent deviates from linearity, a one-sample tt-test was conducted against the null hypothesis β1=1\beta_{1}=1, yielding t(376)=(0.9091)/0.029=3.18t(376)=(0.909-1)/0.029=-3.18, p=0.0016p=0.0016. The corresponding 95% confidence interval for β1\beta_{1}, [0.852, 0.965][0.852,\ 0.965], excludes unity, confirming that the scaling exponent is statistically significantly less than 1. This indicates a genuinely sublinear relationship between in-strength and out-strength, whereby nodes with higher incoming connectivity exhibit disproportionately lower outgoing connectivity strength, rather than the two scaling proportionally.

To check whether liquidity could explain the observed scaling—highly traded assets may naturally both transmit and receive more information, simultaneously inflating their in- and out-strength—we re-ran the regression with the total weekly traded volume VV of each asset included as an additional covariate. The extended model,

log10(sout)=β0+β1log10(sin)+β2log10(V),\log_{10}(s_{out})=\beta_{0}+\beta_{1}\,\log_{10}(s_{in})+\beta_{2}\,\log_{10}(V), (6)

yields β1=0.903\beta_{1}=0.903 (SE =0.029=0.029, t(374)=31.24t(374)=31.24, p<2×1016p<2\times 10^{-16}), virtually identical to the estimate from the bivariate model. The volume coefficient is statistically insignificant (β2=0.016\beta_{2}=0.016, SE =0.012=0.012, t(374)=1.35t(374)=1.35, p=0.178p=0.178), indicating that traded volume provides no additional explanatory power once in-strength is accounted for. The model fit is unchanged (R2=0.726R^{2}=0.726, adjusted R2=0.725R^{2}=0.725; F(2,374)=496.5F(2,374)=496.5, p<2.2×1016p<2.2\times 10^{-16}). These results confirm that the sublinear scaling between in-strength and out-strength is a genuine structural property of the inferred networks and is not confounded by asset liquidity.

Refer to caption
Figure 4: Scatter plot of nodal out-strength souts_{\mathrm{out}} versus in-strength sins_{\mathrm{in}} for all nodes. The red line represents a power-law fit of the form soutsinαs_{\mathrm{out}}\sim s_{\mathrm{in}}^{~\alpha}. The estimated exponent α=0.91\alpha=0.91 indicates a nontrivial sublinear relationship between the two quantities. Results are shown for a representative week (24–30 March 2025); other weeks exhibit qualitatively similar behaviour.
Refer to caption
Figure 5: Ranking of cryptocurrencies based on their average quarterly out-strength (influence) over the period 2020–2025. Ethereum (ETH) consistently ranks as the most influential cryptocurrency, while Bitcoin (XBT) shows a gradual decline in influence. The rankings exhibit significant temporal variability, particularly between Q3 2022 and Q1 2025, with multiple cryptocurrencies entering and exiting the top ranks. The symbols are defined as follows: XBT (Bitcoin), XBTPY (Bitcoin Paxos, a tokenized form of Bitcoin settled on the Paxos blockchain), ETH (Ethereum), XRP (Ripple), XDG (Dogecoin), ADA (Cardano), SOL (Solana), DOT (Polkadot), LTC (Litecoin), LINK (Chainlink), BCH (Bitcoin Cash), MATIC (Polygon), ALGO (Algorand), EOS (EOS), AXS (Axie Infinity), SAND (The Sandbox), and ICX (ICON).

We present the temporal ranking of cryptocurrencies based on their average quarterly out-strength in Fig. 5, which serves as a measure of their overall influence in the network. To calculate the average quarterly out-strength, we first normalize the out-strength of each node by the total number of nodes, NN, in the network. The quarterly measure is then obtained by averaging the normalized out-strength values over all weekly networks belonging to the same quarter. Ethereum (ETH) consistently occupies the top position throughout the period 2020–2025, indicating its sustained and stable influence. ETH’s persistent dominance in the rankings may reflect ongoing technological developments within the Ethereum ecosystem, including its landmark transition to a proof-of-stake consensus mechanism, which strengthened confidence in the network’s future growth and sustainability. In contrast, Bitcoin (XBT) exhibits a gradual decline in its relative influence over time. Ripple (XRP) holds the #3 position in the early period but is gradually displaced by Cardano (ADA), Solana (SOL), and other emerging assets from 2021 onward. This decline may be partly attributable to increased regulatory uncertainty surrounding Ripple. In December 2020, the U.S. Securities and Exchange Commission (SEC) initiated legal proceedings against Ripple Labs and two of its executives, alleging violations of U.S. securities laws. The lawsuit introduced significant uncertainty regarding the regulatory status of XRP and may have contributed to its subsequent loss of market prominence. Solana shows a particularly sharp ascent, climbing into the Top 5 by 2023–2024 and maintaining its position thereafter. In contrast, Bitcoin Cash (BCH), EOS, Litecoin (LTC), and Algorand (ALGO) make brief appearances in the Top 5 during the early quarters but largely disappear from the rankings after 2021, reflecting a broader shift in market capitalization toward newer, high-growth platforms. The ranking dynamics reveal pronounced temporal variability, especially during the period from Q3 2022 to Q1 2025, where the composition of top-ranked cryptocurrencies changes frequently. One possible explanation for the growing instability in cryptocurrency rankings is the collapse of FTX in November 2022. The failure of the exchange, previously valued at over 3232 billion, exposed significant governance and risk-management shortcomings, leading to widespread market uncertainty and a reassessment of asset valuations across the cryptocurrency ecosystem. In total, 17 distinct cryptocurrencies appear at least once among the top five most influential assets over the five-year span. This observation highlights the absence of persistently dominant nodes and stands in contrast to earlier findings on real-world networks that report the existence of super-stable nodes [16]. The results thus suggest a highly dynamic and competitive structure of influence in the cryptocurrency market.

Refer to caption
Figure 6: Robustness of the inferred network structure after removing the common market factor via first principal component (PC1) regression. Panel (a) compares the nodal out-strength souts_{out} computed from the original log-returns (PC unregressed) against those computed from the PC1-filtered idiosyncratic residuals (PC regressed) for all nodes across the network. Panel (b) shows the corresponding comparison for individual Granger causality link weights ww. In both panels, the red dashed line indicates the identity y=xy=x. The Spearman rank correlations between the original and PC1-filtered quantities are ρ=0.9990\rho=0.9990 for the out-strengths and ρ=0.9947\rho=0.9947 for the link weights, confirming that the network structure is preserved after controlling for shared market-wide co-movement. Results are shown for a representative week (24–30 March 2025); other weeks exhibit qualitatively similar behaviour.

To verify that the inferred Granger causal links reflect genuine pairwise asset-to-asset influence rather than spurious co-movement driven by a shared market-wide shock, we repeated the full network construction after removing the first principal component (PC1) of the return matrix from each asset’s time series. For each weekly window, we construct the log-return matrix RT×NR\in\mathbb{R}^{T\times N} and compute the N×NN\times N covariance matrix of the assets. The leading eigenvector 𝐰1\mathbf{w}_{1}, corresponding to the largest eigenvalue, captures the direction of maximum co-variance across the market, and the projection

M=R𝐰1T×1M=R\mathbf{w}_{1}\in\mathbb{R}^{T\times 1} (7)

defines the market mode time series. Each asset’s log-return Ri,tR_{i,t} is then regressed against MtM_{t} via ordinary least squares,

Ri,t=αi+βiMt+εi,t,R_{i,t}=\alpha_{i}+\beta_{i}M_{t}+\varepsilon_{i,t}, (8)

where αi\alpha_{i} is the intercept, βi\beta_{i} measures the asset’s sensitivity to the global market mode, and εi,t=Ri,t(αi+βiMt)\varepsilon_{i,t}=R_{i,t}-(\alpha_{i}+\beta_{i}M_{t}) is the idiosyncratic residual that is orthogonal to the common factor. The pairwise Granger causality analysis described in Sec. 3 is then applied to these residual series {εi,t}\{\varepsilon_{i,t}\} in place of the raw returns.

Figure 6 (a) compares the nodal out-strengths souts_{out} obtained from the original and PC1-filtered networks across all nodes and all weekly windows. The data points cluster tightly around the y=xy=x line over the entire range, demonstrating that the distribution of influence among nodes is essentially unaffected by the removal of the common market component. Figure 6 (b) shows the corresponding comparison at the level of individual Granger causality link weights ww. The bulk of links again fall on the y=xy=x diagonal, with only minor deviations in a small subset of weak links. The Spearman rank correlation between the two out-strength distributions is ρ=0.9990\rho=0.9990 and between the two link weight distributions is ρ=0.9947\rho=0.9947, confirming near-perfect preservation of the network structure. Taken together, these results confirm that the network structure, including both the nodal strength and the link weight distribution, is robust to the presence of shared market-wide shocks, and that the inferred Granger causal relationships capture genuine pairwise asset-to-asset interactions.

5 Conclusions

In this work, we have analyzed the structure and evolution of interactions in cryptocurrency markets using a network-based approach grounded in Granger causality. By constructing time-dependent directed and weighted networks from high-frequency price data over the period 2020–2025, we have characterized the flow of influence among cryptocurrencies and its temporal variability.

Our results show that cryptocurrency price fluctuations exhibit heavy-tailed distributions, reflecting the presence of large and intermittent market movements. The constructed interaction networks display strong heterogeneity in both link weights and nodal strengths, indicating that influence is unevenly distributed across assets. In particular, a small subset of cryptocurrencies accounts for a disproportionately large share of the total outgoing and incoming influence, highlighting the presence of dominant yet evolving hubs in the system.

The analysis of nodal strength reveals a nontrivial sublinear relationship between out-strength and in-strength, suggesting an inherent asymmetry in how influence is distributed and transmitted across the network. Furthermore, by ranking cryptocurrencies based on their out-strength, we uncover a dynamically changing hierarchy of influence. Ethereum consistently maintains a leading position throughout the study period, while Bitcoin exhibits a gradual decline in its relative influence. The composition of top-ranked cryptocurrencies is highly time-dependent, with frequent turnover and the absence of persistently dominant nodes, in contrast to the super-stable structures reported in other complex systems.

The present study extends prior work on Granger-causality-based cryptocurrency networks, most notably that of Scagliarini et al. [4], along several key dimensions. While Ref. [4] constructs weekly cryptocurrency trading networks using log-returns restricted to the years 2020–2021 and reports a network structure and set of influential nodes that remain comparatively stable over that short window, the present analysis employs log-returns spanning a substantially longer period (January 2020 to March 2025), yielding 275275 weekly networks and allowing the universe of traded assets to grow from approximately 3030 to nearly 390390 coins. This combination of higher temporal resolution and longer time span, together with careful pre-processing—we test every series for stationarity using the Augmented Dickey–Fuller test and correct for the multiple-testing problem inherent to pairwise Granger causality using the Benjamini–Hochberg false discovery rate procedure—allows us to reconstruct the directed influence networks with greater statistical rigor and longer temporal detail than earlier studies. Methodologically, whereas Ref. [4] primarily characterizes the trading network through pairwise Granger causality and high-order (O-information) dependencies to assess overall network stability, the present work focuses on the nodal out-strength as a long-horizon, quarterly-resolved measure of influence, uncovering a markedly different and more dynamic picture: rather than a stable hierarchy dominated by a persistent set of coins, we find pronounced turnover in the top-ranked assets, with 17 distinct cryptocurrencies occupying the top five positions at some point over the five-year span, and a clear transition of dominance from Bitcoin to Ethereum. This longer-horizon, higher-resolution perspective additionally reveals a previously unreported nontrivial sublinear scaling relationship between nodal in-strength and out-strength (soutsinαs_{out}\sim s_{in}^{\alpha}, α=0.909\alpha=0.909), pointing to an inherent asymmetry in the propagation of influence that was not captured in earlier weekly-resolution, shorter-horizon studies of the cryptocurrency market.

Overall, our findings highlight the intrinsically dynamic and competitive nature of the cryptocurrency market, where influence is continuously redistributed among assets. The network-based framework employed here provides a powerful tool for uncovering the structure of interactions and identifying key drivers of market behavior. Future work may extend this approach by incorporating higher-order dependencies, nonlinear causality measures, or combining price-based networks with transaction-level (wallet) networks to obtain a more comprehensive understanding of the cryptocurrency ecosystem.

Acknowledgements

We thank Tomas Scagliarini for helpful comments on multiple hypothesis testing.

References

  • [1] S. Easwaran, M. Dixit and S. Sinha, Bitcoin dynamics: the inverse square law of price fluctuations and other stylized facts, in Econophysics and data driven modelling of market dynamics , Cham: Springer International Publishing (2015), 121-128.
  • [2] S. Begušić, Z. Kostanjčar, H.E. Stanley and B. Podobnik, Physica A: Statistical Mechanics and its Applications, 510, 400 (2018).
  • [3] S. Kakinaka and K. Umeno, Journal of the Physical Society of Japan, 89(2), 024802 (2020).
  • [4] T. Scagliarini, G. Pappalardo,A. E. Biondo, A. Pluchino, A. Rapisarda, and S. Stramaglia, Scientific Reports 12 (1), 18483 (2022).
  • [5] A. Chakraborty, T. Hatsuda and Y. Ikeda Scientific Reports 13, 4718 (2023).
  • [6] A. Chakraborty, T. Hatsuda and Y. Ikeda Physica A: Statistical Mechanics and its Applications, 639, 129686 (2024).
  • [7] A. Chakraborty, T. Hatsuda and Y. Ikeda JPS Conf. Proc. 40, 011003 (2023).
  • [8] A. Chakraborty and Y. Ikeda JPS Conf. Proc. 43, 011010 (2024).
  • [9] Y. Ikeda and A Chakraborty, JPS Conf. Proc. 40, 011004 (2023).
  • [10] L. Laloux, P. Cizeau, J. P. Bouchaud, and M Potters, PRL 83, 1467 (1999).
  • [11] V. Plerou, P. Gopikrishnan, B. Rosenow, L. A. N. Amaral, and H. E. Stanley, PRL 83, 1471 (1999).
  • [12] A. Chakraborty, S. Easwaran, and S. Sinha, Phys. A: Stat. Mech. its Appl. 509, 599 (2018).
  • [13] A. Chakraborty, S. Easwaran, and S. Sinha, Acta Phys. Polonica A 138, 105 (2020).
  • [14] Hamilton, J. D. (2020). Time series analysis. Princeton university press.
  • [15] C. W. J. Granger, Econometrica 37, 424 (1969).
  • [16] G. Ghoshal and A. L. Barabási, Nature communications 2(1), 394 (2011).
  • [17] https://support.kraken.com/articles/360047543791-downloadable-historical-market-data-time-and-sales-
  • [18] D.A. Dickey and W.A. Fuller, Journal of the American Statistical Association 74, 427 (1979).
  • [19] G. Schwarz, The annals of statistics 461 (1978).
  • [20] Y. Benjamini, and Y. Hochberg, J. Roy. Statist. Soc. Ser. B 57(1) 289 (1995).
  • [21] P. Gopikrishnan, M. Meyer, L. N. Amaral and H. E. Stanley, The European Physical Journal B-Condensed Matter and Complex Systems 3(2) 139 (1998).
  • [22] R. K. Pan and S. Sinha, Physica A: Statistical Mechanics and Its Applications 387, 2055 (2008).