跳至主要内容
GlobalConsensus.Earth
UNIVERSAL CHARTERfor Human Dignity and Planetary Flourishing
|THE QUIET REVOLUTIONGlobal Democracy at your Fingertips
|THE GRAND CHALLENGE NETWORKEvery skill has a mission. Find yours.

宪章

  • 完整宪章
  • 通俗版本
  • 青年版本
  • 儿童版本
  • 教学材料
  • 常见问题

投票

  • 概览
  • 下载应用
  • 信任账本
  • 投票常见问题
  • 访问时间胶囊库 - 见证投票结果
  • GitHub - 源代码

The Grand Challenge Network

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

Community Polls

  • Browse Polls
  • Create a Poll

GLOBALCONSENSUS.EARTH

  • AI Editorial Panel
  • 公共关系
  • 最新新闻
  • 捐赠
  • 商店
GlobalConsensus.EarthApp StoreGlobalConsensus.EarthGoogle Play
© 2026 GlobalConsensus.Earth. 内容采用以下许可协议 CC BY-NC-SA 4.0
隐私政策服务条款
信任账本

信任账本技术

了解安全、透明的全球投票背后的技术

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.

投票公式

每位通过验证的用户获得 1.0 的基础票——不可侵犯。额外权重取决于理解深度和与议题的关联程度。

V = B × (1 + CW + PX),其中 B=1.0(基础票),CW=0.0-0.25(理解权重),PX=0.0-0.25(关联权重)。最高票权:1.5,最低票权: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.

安全

零知识证明保护您的身份。承诺-揭示协议确保投票保密。没有任何人——包括运营者——能够将您的投票与您的身份关联。

透明

每一票都记录在独立的 Cosmos 区块链上,并通过 Merkle 树验证。所有代码均为开源,可供独立审计。

身份验证

通过可信执行环境 (TEE) 在设备端进行生物特征哈希处理,并通过链上零知识证明进行验证。您的生物特征数据绝不会离开设备。3 位已验证用户的社交担保可增加信任度。

系统架构

基于 Cosmos SDK 的独立应用链,配备 CosmWasm 智能合约、Fastify API 网关、Node.js 微服务、Python AI 评分系统(用于理解力测试)以及 React Native 移动端。

┌─────────────────────────────────────────────┐ │ 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 │ └───────────────────────────┘ └───────────────┘

开源与审计

所有代码均为开源,接受公众审查。智能合约在部署前要求 100% 的分支覆盖率。独立安全审计报告全部公开发布,确保完全透明。

当前状态

Global Democracy at your Fingertips 平台正在积极开发中。架构与规划已完成。代码实现将在宪章网站上线后启动。