TTP EXTENSION · DISTRIBUTED AUTHORITY

Quorum Consistency Rule

A locally valid threshold certificate is not enough. Before a quorum can authorize consequence, the verifier must bind it to a specific witness-set decision and detect whether another incompatible valid quorum certificate exists for that same decision.

LOCAL QUORUM ≠ GLOBALLY CONSISTENT QUORUM.

Decision rule

RECEIVE QUORUM CERTIFICATE QC
        ↓
AUTHENTICATE DISTINCT MEMBER STATEMENTS
        ↓
BIND SET ID + SET EPOCH + ROUND + HEAD
        ↓
CHECK THRESHOLD
        ↓
GOSSIP / CROSS-CHECK CERTIFICATE VIEW
        ↓
CONFLICTING VALID QC FOR SAME SET EPOCH + ROUND?
  ├─ yes
  │    ↓
  │  COMPUTE QUORUM INTERSECTION
  │    ↓
  │  FIND AUTHENTIC CONFLICTING SIGNATURES
  │    ↓
  │  QUARANTINE EQUIVOCATORS
  │    ↓
  │  HOLD / 0 CONSEQUENCE
  └─ no
        ↓
VERIFY HEAD + AUTHORITY VIEW + PROOF
        ↓
CURRENT OWNER ADOPTS
        ↓
FENCED COMMIT
        ↓
PROVE QC → GLOBAL CONSISTENCY → HEAD → EFFECT

Why the count is not enough

A threshold such as 2-of-3 proves only that two valid members supported one statement inside the verifier's observed view. Another verifier can hold a second 2-of-3 certificate for a conflicting statement. The certificates become globally meaningful only when their decision identity and overlapping signers can be compared.

I99–I102

Evidence requirement

Preserve the witness-set identity and epoch, threshold, logical round, exact authenticated member statements, signer set, bound head digest, any competing quorum certificate, signer intersection, conflicting statements, quarantine disposition, recovery certificate and resulting effect trajectory.

Boundary

This experimental rule is not a complete Byzantine consensus protocol. Production safety depends on fault assumptions, quorum geometry, membership governance, key management, certificate dissemination, reconfiguration and the mechanism that makes conflicting views discoverable.

Open Verified Report #035Previous rule: Witness Consistency →