Problem
README.md describes PowerLawGenerator as:
Generates content based on statistical distribution
This is inaccurate and misleading. The generator implements the Bitcoin Power Law model with a deterministic mathematical formula.
Required Changes
Replace the current description with:
Generates posts based on the Bitcoin Power Law model (value = 10⁻¹⁷ × days^5.83), comparing the fair-value estimate with the live BTC price.
where days is the number of days elapsed since the Bitcoin genesis block (2009-01-03).
Files
README.md → section Core Components → Generators
Problem
README.mddescribesPowerLawGeneratoras:This is inaccurate and misleading. The generator implements the Bitcoin Power Law model with a deterministic mathematical formula.
Required Changes
Replace the current description with:
where
daysis the number of days elapsed since the Bitcoin genesis block (2009-01-03).Files
README.md→ section Core Components → Generators