Перейти к основному содержимому
GlobalConsensus.Earth
Всеобщая хартия
Глобальное голосование
О нас
Принять участие
Новости
Поддержка

“Самое важное, что вы можете сделать, — это поделиться этой историей.”

Хартия

  • Полный текст хартии
  • Простой язык
  • Учебные материалы

Принять участие

  • Программа послов
  • Дать обещание
  • Пожертвовать

Голосование

  • Обзор
  • Реестр доверия
  • Скачать приложения

О нас

  • О проекте
  • Наша деятельность
  • Наша команда
Политика конфиденциальностиУсловия использования

© 2026 GlobalConsensus.Earth

Содержимое лицензировано по CC BY-NC-SA 4.0

Технология реестра доверия

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.

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.

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 World Intelligence Protocol is in active development. Architecture and planning are complete. Code implementation begins after the Charter website ships.