This project analyzes Lighter FX weekend pricing mechanisms to understand how they maintain price feeds during traditional FX market closures (Friday 22:00 GMT to Sunday 22:00 GMT).
- Lighter FX Data: Weekend pricing data from Lighter protocol
- Spot FX Control: Traditional FX rates from Yahoo Finance
- Crypto Data: BTC rates for triangular arbitrage analysis
- How does Lighter maintain FX prices during weekends?
- Do they use crypto-implied FX rates (triangular arbitrage)?
- What triggers price updates (volume thresholds, trade sizes)?
- Is there time-dependent decay in pricing accuracy?
- How do they respond to significant events during market closures?
- Triangular Arbitrage: BTC/USD ÷ BTC/EUR = Implied EUR/USD
- Volume Correlation: Price changes vs trading volume analysis
- Time Decay Modeling: Exponential and linear decay fitting
- Event Response: Weekend event impact detection
lighter-fx.ipynb: Main analysis notebook (16 cells)lighter_assessment_data.csv: Lighter FX weekend dataspot_fx_control_data.csv: Traditional spot FX datarequirements.txt: Python dependencies
- Triangular Arbitrage Confirmation: [Execute cells to populate]
- Volume-Price Correlations: [Execute cells to populate]
- Time-Dependent Decay: [Execute cells to populate]
- Event-Driven Responses: [Execute cells to populate]
- Install dependencies:
pip install -r requirements.txt - Open
lighter-fx.ipynbin Jupyter/VS Code - Execute all cells in sequence (1-16)
- Review generated visualizations and analysis results
- pandas
- numpy
- matplotlib
- seaborn
- yfinance
- requests
- scipy
- scikit-learn
- Comprehensive analysis charts (PNG format)
- Statistical correlations and model fits
- Professional quant research conclusions