Skip to content

README.md: Fix PowerLawGenerator description — replace 'statistical distribution' with accurate Power Law formula #107

Description

@artcava

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    approvedtriage completed successfullydocumentationImprovements or additions to documentation

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions