Proposal
The round proposer assembles valid transactions and broadcasts a candidate block.
WINMAR CHAINTECHNOLOGY / QBFT
Winmar Chain combines an Ethereum-compatible execution environment with Byzantine fault-tolerant agreement among authorized validators.
01 / MODEL
With four validators, any finalized block requires three commits. The standard model tolerates at most one Byzantine validator; loss of two participating validators prevents quorum and stalls finalization.
02 / FINALITY
The round proposer assembles valid transactions and broadcasts a candidate block.
Validators independently verify the proposal and broadcast agreement on the block digest.
A supermajority signs commit messages for the same height, round, and block hash.
The commit certificate is embedded and the deterministic EVM state transition becomes canonical.
03 / SAFETY
Because two valid quorums must share at least two validators, their intersection contains an honest validator when f ≤ 1. This supports safety because an honest validator does not commit conflicting blocks for the same consensus context.
04 / EXECUTION