Skip to content

this project analysis shows price impact due to whale transaction in the Arbitrum blockchain

License

Notifications You must be signed in to change notification settings

christian-obi/whale-vs-price

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

7 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ‹ Do Whales Move the Market? β€” Analyzing Large Transfers vs Price Movements on Arbitrum

πŸ“Œ Project Overview

This project investigates whether large "whale" transactions on the Arbitrum blockchain have a measurable impact on the ARB token price.
Over a 30-day period, we analyzed $1+ billion worth of ARB transactions, combining on-chain activity data with market price data.


πŸ“Š Data Sources

  • Dune API β€” For fetching whale transaction data from the Arbitrum blockchain.
  • CoinGecko API β€” For historical ARB token price data.

πŸ› οΈ Tech Stack

  • Language: Python 3.x
  • Libraries Used:
    • requests β€” API data fetching
    • pandas β€” Data wrangling & cleaning
    • numpy β€” Numerical computations
    • scipy β€” Statistical analysis (Pearson correlation)
    • matplotlib & seaborn β€” Data visualization

πŸ” Methodology

  1. Data Collection

    • Queried Dune API for whale transaction data.
    • Queried CoinGecko API for historical ARB price data.
  2. Data Processing

    • Merged datasets by timestamp.
    • Normalized values for comparison.
  3. Statistical Analysis

    • Calculated Pearson’s correlation coefficient and p-value.
    • Created scatter plots and line–bar visualizations.
  4. Visualization

    • Scatter plot for whale transactions vs. price impact.
    • Line–bar plot comparing whale transaction volume with price change.

πŸ“ˆ Key Findings

Metric Value Interpretation
Correlation coefficient -0.0246 Very weak negative relationship
P-value 0.8973 Not statistically significant
  • Conclusion: Whale transactions showed no meaningful short-term effect on ARB price movement during the 30-day period analyzed.

πŸš€ How to Run the Project

  1. Clone the repository .

About

this project analysis shows price impact due to whale transaction in the Arbitrum blockchain

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published