Maximum supply
11,000,000 CHC.
Brief Whitepaper
The current public testnet already runs the full stack: node, external miner, browser wallet, faucet, explorer/API, snapshot bootstrap, and a native Node Rewards loop operating on public testnet. Chipcoin's core public claim is that it is building the first native decentralized PoW protocol that also pays verified nodes, not only miners.
Abstract
Bitcoin pays miners. Chipcoin keeps PoW mining, but adds a native reward path for verified nodes. Those rewards are not extra inflation. They are part of the programmed emission model and settle on-chain at epoch close.
The live public testnet is the current proof point: it already exposes a full node, external miner, browser wallet, public faucet, explorer/API, and snapshot bootstrap with live reward-node registration, renewal, attestation, and settlement.
Monetary Model
11,000,000 CHC.
300 seconds.
50 CHC per block.
50 CHC per epoch.
100 blocks.
Miner subsidy and node rewards follow the same halving schedule, with one halving every 111,000 blocks.
Mining Difficulty
Between retarget heights, the bits field stays unchanged. At the end of
each window, the next PoW target is adjusted proportionally from the real time spent
mining the previous window versus the expected time for that window.
actual_timespan_seconds = timestamp_last_block - timestamp_first_block
target_timespan_seconds = target_block_time_seconds * difficulty_adjustment_window
next_target = previous_target * actual_timespan / target_timespan
The real timespan is bounded between one quarter and four times the target window.
The final target can never become easier than the configured PoW limit derived from genesis_bits.
Node Rewards
Acquire CHC and register a reward node on-chain.
Complete the current testnet warmup of two epochs.
Renew on time each epoch to remain eligible.
Verifier attestations aggregate into settlement and final payouts appear on-chain.
Registration persists on-chain. Eligibility does not. Nodes that miss renewals become stale, and missed epochs are not recovered retroactively.
Read Next
Read Node Rewards for the incentive loop, Architecture for component boundaries, Live Testnet for current public signals, and Docs for the broader technical reference.