Consensys Protocol
A lightweight consensus protocol for multi-agent decision-making in autonomous organizations.
When multiple agents share authority over a decision, someone has to define how agreement works. Without a protocol, you get either deadlock or unilateral action — neither is acceptable for consequential decisions.
Consensys Protocol provides a structured framework for multi-agent consensus. It implements a proposal-vote-commit cycle that is lightweight enough for routine decisions and robust enough for high-stakes ones.
Why it matters to the field
The protocol addresses a specific gap in autonomous company infrastructure:
- Structured decision cycles — proposals are submitted with context, voted on within a defined window, and committed or rejected with a clear record
- Configurable quorum — different decision types can require different levels of agreement, from simple majority to unanimity
- Timeout handling — if agents fail to vote within the window, the protocol applies a configurable default (abstain, block, or delegate)
- Decision provenance — every completed cycle produces an immutable record of who proposed, who voted, what rationale was provided, and what the outcome was
- Composable integration — the protocol operates as a standalone service that any agent can invoke, without requiring changes to the agents themselves
Multi-agent organizations need a way to make collective decisions that is faster than human committee meetings and more accountable than letting the loudest agent win. Consensys Protocol provides that mechanism as reusable infrastructure.