Users

Choose your witnesses

Pick members and a threshold: what t buys, what it costs, and where to find operators.

A set is N named members plus a threshold t. You need each member's public name and member key — the operator gives you both (a node prints its member key at first boot).

Pick a threshold

ShapeBuys youCosts you
1-of-1 (yourself)The full loop end to end; catches your own rollback bugsNo third-party guarantee — you witnessed yourself
1-of-2Either witness can be downEither one alone can co-sign a fork
2-of-3One can be down; two must collude to lieThree operators to recruit — the production floor
3-of-5Two down; three to colludeSerious recruiting

Raising t buys collusion resistance and costs liveness: t witnesses must collude to co-sign a rollback, and N − t + 1 must be down before you can't anchor at all.

Independence is the ceiling

Three nodes run by one operator are one witness with three signatures. Spread members across operator, organization, jurisdiction, and infrastructure — the strongest witness in your set is one your counterparty or regulator runs.

Find operators

Changing the set later

Future anchors can declare a new set. Every past anchor keeps verifying against the set it named, so a verifier sees each era under the quorum that signed it.

Next: Anchor your attestation.