dominant-strategies / Quai-Macro-Model

GNU General Public License v3.0
1 stars 0 forks source link

Implement USD price pattern #206

Closed SeanMcOwen closed 2 months ago

SeanMcOwen commented 2 months ago
  1. qi = hashpowerPrice?
  2. Exogenous signal for hashPowerPrice from something like https://data.hashrateindex.com/chart/bitcoin-hashprice-index
  3. How do we define out Quai value though? EWM on conversion rate at each epoch?
  4. Should we have smoothing on the qi price as well?

Candidate model: Price Adjustment Period (blocks)

QuaiPrice = (QuaiPrice * (1-PriceAdjustmentPeriod) + hashpowerPrice) / PriceAdjustmentPeriod

QiPrice = (QiPrice (1-PriceAdjustmentPeriod) + ConversionRate() QuaiPrice) / PriceAdjustmentPeriod

SeanMcOwen commented 2 months ago

https://blockscienceteam.slack.com/archives/C07B7KYJXL3/p1724251609780629