Citizen Legislation Platform

Vote on laws.
Stay anonymous.
Prove both.

Consentium lets citizens propose and vote on legislation through a cryptographic architecture that makes linking any voter to their ballot mathematically impossible.

-1 / 0 / +1 Oppose, abstain, support
0 FK Zero foreign keys between registries
100% Deterministic, auditable core

The Blind Ledger

Two registries. Zero correlation.

The Blind Ledger separates who participated from how they voted. Even with full database access, no query, join, or timing analysis can reconnect the two.

Registry A

Participation Record

Records that a citizen participated in a specific proposal. Uses browser fingerprint hashes and HMAC tokens. Prevents double-voting and bot farms.

user_hash | proposal_id | participated_at a7f3c... | prop_042 | 2026-04-13T09:31Z

Registry B

The Ballot Box

Records the actual vote for a specific proposal. Written via a randomized delay queue to prevent timing correlation. No user identifiers.

ballot_id | proposal_id | vote | written_at b91e2... | prop_042 | +1 | 2026-04-13T09:47Z

From proposal to law, verifiably fair.

01

Citizens propose

Any verified citizen can submit a legislative proposal. Proposals are structured, categorized, and open for public discussion before reaching a vote.

02

The blind vote

When voting opens, your participation is logged in Registry A. Your actual vote is queued with random jitter and written to Registry B. The two never meet.

03

Transparent tally

Results are computed deterministically from Registry B. Anyone can audit the count. The code is open source. The math is the proof.

Principles

Built on conviction, not convenience.

Politically neutral

The platform has no agenda. It facilitates democratic expression without bias, filtering, or algorithmic amplification. Every proposal gets the same infrastructure.

Open source, always

Every line of code that touches your vote is publicly auditable. Security through obscurity is not security. Consentium is verifiable by design.

No heavy KYC

No government ID upload. No biometric scan. Browser fingerprint hashing and HMAC tokens prevent double-voting and bot farms without creating identity databases.

Timing attack defense

Votes pass through a randomized delay queue before being written. Even monitoring database write times reveals nothing about who cast which vote.

Democracy doesn't need your trust. It needs your proof.

Consentium is being built from Strasbourg, the seat of the European Parliament, to give citizens the tools to legislate with confidence and anonymity.

Try the Blind Ledger Demo