#dusk $DUSK @Dusk
Voting Committees and Attestations
One part of Dusk Network’s consensus design I find especially interesting is how voting committees turn individual votes into compact proof.
In Dusk’s Succinct Attestation protocol, provisioners are selected for validation and ratification committees through deterministic sortition. Committee members receive credits that determine the weight of their votes, with the committee using a fixed 64-credit structure in the whitepaper.
What makes the process more efficient is BLS signatures: votes from multiple provisioners can be aggregated into a single signature for easier verification.
An attestation then becomes proof that a quorum was reached. A 2/3 supermajority of Valid votes creates a success attestation, while a majority of Invalid, NoCandidate, or NoQuorum votes creates a fail attestation.
The bigger idea: Dusk doesn’t just collect votes, it packages consensus evidence into a verifiable structure that supports its approach to fast, privacy-focused financial infrastructure.
Voting Committees and Attestations
One part of Dusk Network’s consensus design I find especially interesting is how voting committees turn individual votes into compact proof.
In Dusk’s Succinct Attestation protocol, provisioners are selected for validation and ratification committees through deterministic sortition. Committee members receive credits that determine the weight of their votes, with the committee using a fixed 64-credit structure in the whitepaper.
What makes the process more efficient is BLS signatures: votes from multiple provisioners can be aggregated into a single signature for easier verification.
An attestation then becomes proof that a quorum was reached. A 2/3 supermajority of Valid votes creates a success attestation, while a majority of Invalid, NoCandidate, or NoQuorum votes creates a fail attestation.
The bigger idea: Dusk doesn’t just collect votes, it packages consensus evidence into a verifiable structure that supports its approach to fast, privacy-focused financial infrastructure.