HOW TO VERIFY A FAIR LAUNCH — don't take my word for it
"Fair launch" is one of the most abused phrases in crypto. Most projects still
keep a team wallet, a "marketing" allocation, or a stealth premine. A launch is
only fair if you can VERIFY there is no hidden allocation. Here's the checklist,
applied to ThoCoin:
1) No presale / ICO / VC round?
None. There was nothing to buy at any point.
2) No premine?
The genesis coinbase pays to an address with no known private key. Read
genesis_block() in src/core/chain.rs and confirm it yourself.
3) Can the genesis be swapped later?
No. GENESIS_HASH_HEX is pinned in src/core/consensus.rs — a node that
computes a different genesis hash refuses to start.
4) Any dev fee baked into the block reward?
None. The reward is a flat 220.2 THO with a standard halving schedule, and
transaction fees go to the miner.
That's the difference between CLAIMING a fair launch and PROVING it in code.
Whatever coin you're evaluating, demand this level of verifiability.
One more thing: THO has no exchange listing and no market. Anyone messaging you
offering to sell THO is scamming you. The only way to get it is to mine it.
Source:
https://github.com/thocoin-max/thocoin