#dusk $DUSK @Dusk
Most blockchains talk a lot about what happens when everything works. I find the failure case more revealing.

Dusk has a detail I hadn’t noticed before: its consensus can enter an emergency mode after 16 failed iterations when provisioners are unavailable or isolated. Instead of simply stopping, the protocol keeps opening iterations until a candidate block reaches quorum.

If the network still cannot recover, provisioners holding a majority of stake can request an emergency block. That block contains no transactions; it carries a new verifiable seed to help restart progress.

What makes this interesting is the tradeoff. Emergency mode can keep the network moving, but the design explicitly acknowledges that concurrent recovery attempts can increase the possibility of forks.

So the real question isn't whether a blockchain can handle normal conditions.

How much recovery risk should a consensus protocol accept before “staying alive” becomes more dangerous than stopping?

What matters more during a severe network failure?
Keep recovering
0%
Stop and protect consistency
100%
1 投票 • 投票は終了しました