Work in progress

Work in progress: we are building this site ahead of MainNet. Details will change.

This site is still being built

ZooBC is building in the open. What you see here is current and honest, but it is not finished: read it as where we are today, not as a final statement.

Between now and MainNet, things will change: wording, structure, images, and figures. Some pages are placeholders.

The wider ZooBC ecosystem arrives in stages. The wallet, the explorer, and the community channels each come online as MainNet approaches, and this site grows alongside them.

If something reads wrong, looks broken, or seems misleading, tell us. Feedback now is worth more to us than a polished launch later.

ZOOBC / EMISSION

How new ZBC
enters circulation.

How new ZBC enters circulation, and what a node can expect to earn from it. The curve below is the one the chain actually runs, the same function the block producer uses to set a block's reward and the validator uses to bound it.

01 / MOVE THE CURVE

The curve the chain actually runs.

Total supply
33,333,333.33333333 ZBC
Block time
15 s(SMITHING_PERIOD)
Emission period
15 years
Sigmoid
3 → 6
Coinbase pool
30,000,000 ZBC

02 / AT THIS POINT ON THE CURVE

What the settings above produce.

Emitted so far

 

 

Still to come

 

ZBC

Per block

 

ZBC

Per day (network)

 

ZBC

Per node / block

 

ZBC, average

Per node / day

 

ZBC, expected

Per node / month

 

ZBC, expected

Per node / year

 

ZBC, expected

Winners per block

 

of the node set

03 / EMISSION OVER THE WHOLE PERIOD

Fifteen years, on one curve.

cumulative emitted per-day emission where you are

04 / YEAR BY YEAR

The same curve, as a table.

YearEmitted that yearCumulative% of totalPer node / year

05 / THE FORMULA

Written out, exactly as implemented.

y is cumulative, not a rate. This is the mistake worth avoiding: y × total is how much has been emitted by that moment, so a block's reward is the difference between the curve at this block and at the previous one. There is no "daily rate divided by blocks per day" anywhere in the chain.

Rewards follow real time, not block count. Because it is a difference across the interval, a slow block pays proportionally more and a fast one less. The schedule cannot be accelerated by producing blocks faster.

After the period ends, emission stops. t is clamped to [0,1]; past 15 years the curve is flat and coinbase is zero. Nodes then earn from transaction fees alone.

06 / HOW IT REACHES A NODE

Paid for taking part, not for spending.

On Bitcoin the miner who finds a block takes the entire subsidy and every fee in it, one account, the whole block, and the odds of being that account follow how much hardware and electricity you brought. On Ethereum the proposer takes that block's fees and MEV, and while issuance is shared with attesters, the chance of being chosen tracks how much capital is staked. In both, the reward concentrates where the resources are.

ZooBC pays the block's coinbase and its fees out across the nodes keeping the network running, weighted by their participation score, a measure of being online, relaying, and vouching for other nodes' blocks with receipts. Not hardware, not stake: the work of actually being part of the network. That is what the name means, Proof of Participation. A node earns because the network is better off for its being there, and a node that goes quiet earns less without anyone having to intervene.

Each block's coinbase and fees are shared among up to 15 winning nodes, one per second of the block interval, chosen in priority order by a participation-score-weighted lottery. A slow block pays more (more elapsed time) but still to at most 15 winners. With fewer than 15 active nodes, the reward is shared among all of them.

So "per node" above is an expectation over time, assuming every node holds an equal participation score. A node that stays online and relays honestly earns more than that; one that drops out earns less. Over a single block a node either wins or does not.