On-chain registration
Reward nodes register on-chain and keep a persistent identity even if they later go offline.
Node Rewards
Unlike Bitcoin's miner-only subsidy model, Chipcoin testnet now runs a deterministic reward-node loop with on-chain registration, epoch renewal, verifier attestations, settlement, and real payouts that are part of the programmed emission. Proof of Work mining remains active, but the protocol is not limited to paying miners only.
Reward nodes register on-chain and keep a persistent identity even if they later go offline.
Eligibility depends on staying active and renewing on time across epochs, not on registration alone.
Verifier attestations are aggregated and settled at epoch close, with payouts entering the closing block coinbase.
Chipcoin keeps PoW mining but also allocates native on-chain rewards to verified nodes instead of staying miner-only.
Current Testnet Parameters
Reward Node Lifecycle
A node operator first needs CHC to cover registration and renewal fees.
The reward node obtains a persistent on-chain registration and payout identity.
The node must remain through the warmup period before it can participate in payouts.
Renewal keeps the node current. Missing renewal makes the node stale but does not erase the registration.
Assigned verifiers produce signed attestations that determine whether a node qualifies for settlement.
Qualified nodes receive deterministic payouts on-chain at the epoch-closing block.
Verification and Settlement
Each epoch determines the active reward-node set, assigns deterministic verification windows, collects signed attestations, aggregates them into bundles, and finalizes one settlement at epoch close.
Adaptive Fees
Registration currently ranges from 1 CHC down to 0.0001 CHC, while renewal ranges from 0.1 CHC down to 0.00001 CHC.
The fee curve is monotonic and logarithmic, based on the number of registered reward nodes on-chain, with saturation at 20,000 nodes.
Make Sybil creation meaningfully costly on a small network, then reduce friction as the network becomes larger and more distributed.
Read Next
The protocol page gives the high-level framing, this page explains the reward-node novelty, the whitepaper condenses the public thesis, the architecture page maps the components, the live testnet page shows current public signals, and the roadmap reflects what is already shipped versus what is still being refined.