Skip to main content
GlobalConsensus.Earth
UNIVERSAL CHAPTERfor Human Dignity and Planetary Flourishing
|THE QUIET REVOLUTIONGlobal Democracy at your Fingertips
|THE GRAND CHALLENGE NETWORKEvery skill has a mission. Find yours.
|AI Panel

The Charter

  • Full Chapter
  • Plain Language
  • Youth Version
  • Children Version
  • Teaching Materials
  • Chapter FAQ

Voting

  • Overview
  • Download Apps
  • Trust Ledger
  • Voting FAQ
  • Access the Timecapsule Vault - Witness Voting Results
  • GitHub - Source Code

The Grand Challenge Network

  • Grand Challenges
  • Become a Creator
  • Sign In
  • Your Dashboard

GLOBALCONSENSUS.EARTH

  • AI Editorial Panel
  • Public Relations
  • Latest News
  • Donate
  • Gift Shop
GlobalConsensus.EarthApp StoreGlobalConsensus.EarthGoogle Play
© 2026 GlobalConsensus.Earth. Content licensed under CC BY-NC-SA 4.0
Privacy PolicyTerms of Service
Trust Ledger

Trust Ledger Technology

Understanding the technology behind secure, transparent global voting

Trust
Ledger

The Trust Ledger is a distributed voting system that combines cutting-edge cryptography with blockchain technology to ensure every vote is secure, private, and verifiable. Hover over each component to learn more.

The Trust Ledger is a four-layer architecture that ensures every vote is secure, private, informed, and accountable — from identity verification to final tally.

Identity Layer

Establishes that each voter is a unique, verified human — without storing personal information centrally.

Humanity Key

A unique cryptographic identifier derived from your biometric data. Generated on-device inside a Trusted Execution Environment (TEE) — no raw biometric data ever leaves your phone.

Biometric Hash

Face and voice data are hashed locally into a one-way digest. The hash proves you are unique without revealing who you are. Even if intercepted, the hash cannot be reversed to reconstruct your biometrics.

Social Vouching

Three verified humans can vouch for your identity, adding a social trust layer on top of biometrics. This helps onboard people in regions where biometric enrollment is difficult.

Voting Layer

Handles the mechanics of casting, encrypting, and tallying votes with mathematical guarantees of privacy and correctness.

Commit-Reveal

Your vote is encrypted and committed to the blockchain as a hash. Only after the commitment window closes are all votes revealed simultaneously, preventing strategic voting.

ZK Weight Proof

A zero-knowledge proof verifies that your vote weight (1.0 to 1.5) was correctly calculated from your comprehension and proximity scores — without revealing those scores or your identity.

Mixnet Shuffling

Before tallying, votes are cryptographically shuffled through a multi-node mixnet, severing the last possible link between your identity and your vote.

Deliberation Layer

Ensures voters understand the issues before casting their ballots, rewarding genuine engagement with knowledge.

Multiple Perspectives

Before voting, you review arguments from multiple sides of the issue — curated by diverse editorial panels, not algorithms. Every voter sees the same balanced information.

Comprehension Check

A brief, non-partisan quiz measures how well you understand the issue. Higher comprehension adds up to 0.25 weight to your vote — rewarding informed participation without penalizing anyone.

AI-Assisted Scoring

Comprehension checks are scored by AI models trained for fairness and consistency. All scoring algorithms are open source and auditable. Human review panels oversee edge cases.

Governance Layer

Structures how decisions flow from local communities to the global stage, ensuring appropriate representation at every level.

Governance Tiers

Local, Regional, National, and Global tiers ensure decisions are made at the most appropriate level. Your proximity to an issue's impact increases your vote weight at that tier.

Significant Impact

Proposals that cross a threshold of significance automatically escalate to higher governance tiers, ensuring that decisions with broad consequences receive broad participation.

Linked Proposals

Related proposals across tiers are linked together, so voters can see how local, regional, and global decisions connect and influence each other.

Voting Formula

Every verified human gets a base vote of 1.0 — inviolable. Additional weight comes from demonstrated comprehension and proximity to the issue.

V = B × (1 + CW + PX) where B=1.0 (base vote), CW=0.0-0.25 (comprehension weight), PX=0.0-0.25 (proximity weight). Maximum vote weight: 1.5. Minimum: 1.0.

Read the Full Paper

A 20,000-word deep dive into every design decision — the reasoning, the alternatives considered, and why this architecture is the best option for global democracy.

Secure

Zero-knowledge proofs protect your identity. Commit-reveal protocol ensures vote secrecy. No one — not even operators — can link your vote to you.

Transparent

Every vote is recorded on a sovereign Cosmos blockchain with Merkle tree verification. All code is open source and independently auditable.

Identity Verification

On-device biometric hashing via Trusted Execution Environment (TEE), verified by zero-knowledge proofs on-chain. No biometric data ever leaves your device. Social vouching by 3 verified humans adds trust.

Architecture

Sovereign Cosmos SDK appchain with CosmWasm smart contracts, Fastify API gateway, Node.js microservices, Python AI scoring for comprehension checks, and React Native mobile.

┌─────────────────────────────────────────────┐ │ MOBILE APP (React Native) │ │ Biometric │ Vote UI │ Deliberation │ └──────────────────┬──────────────────────────┘ │ HTTPS/WSS ┌──────────────────▼──────────────────────────┐ │ API GATEWAY (Fastify) │ │ Auth │ Rate Limit │ Route │ JWT │ └──────────────────┬──────────────────────────┘ │ ┌──────────────────▼──────────────────────────┐ │ CORE SERVICES (Node.js) │ │ Identity │ Voting │ Deliberation │ Tally │ └──────────────────┬──────────────────────────┘ │ ┌──────────────────▼────────┐ ┌───────────────┐ │ COSMOS APPCHAIN │ │ STORAGE │ │ Identity Registry │ │ PostgreSQL │ │ Vote Commitments │ │ Redis │ │ Tally Proofs (CosmWasm) │ │ IPFS │ └───────────────────────────┘ └───────────────┘

Open Source & Audited

All code is open source and available for public review. Smart contracts require 100% branch coverage before deployment. Independent security audits are published for full transparency.

Current Status

The Global Democracy at your Fingertips platform is in active development. Architecture and planning are complete. Code implementation begins after the Charter website ships.