Bai Xi: 10 years in Japan, pension contributions lost upon return to China2016-2026 Filipino nurses in Japan: 5-8 years of pension, not recognized upon returnPresent Indian H1B workers in US: Social Security paid, EPF ignores itPresent Chinese migrant workers: 15-20 years in cities, rural pension ~$15/moPresent Argentina Disappeared: ~30,000 erased 1976-1983, records destroyedModern Comfort Women: existence systematically denied, survivors fought decades for recognitionHistory Tuvalu climate refugees: nation sinking, identity & social security have nowhere to goFuture Indigenous residential schools: cultural erasure, thousands of unmarked graves found19c-1996 Bai Xi: 10 years in Japan, pension contributions lost upon return to China2016-2026 Filipino nurses in Japan: 5-8 years of pension, not recognized upon returnPresent Indian H1B workers in US: Social Security paid, EPF ignores itPresent Chinese migrant workers: 15-20 years in cities, rural pension ~$15/moPresent Argentina Disappeared: ~30,000 erased 1976-1983, records destroyedModern Comfort Women: existence systematically denied, survivors fought decades for recognitionHistory Tuvalu climate refugees: nation sinking, identity & social security have nowhere to goFuture Indigenous residential schools: cultural erasure, thousands of unmarked graves found19c-1996
Unite. Overthrow the landlords. Redistribute the land. Abolish the land deeds. — Mao Zedong
Unite. Overthrow the capital. Redistribute the data. Abolish the debt. — Bai Xi
| | Records Git
SHA-256 HASH CHAIN · VERIFIED

SXJ事现鉴

Realizing Article 22 of the Universal Declaration of Human Rights
— everyone can co-author our SXJ.

Record generated · SHA-256 hash chain locked
Generated· Chain #· prev:
Verified 0 Pending 0 Mine 0 Total 0 records
01
What it is
SXJ is an open protocol for verifiable public facts — turning real-world contribution into tamper-proof digital records.
02
Why it's different
Credit scores measure how much you can borrow. SXJ measures what you've actually contributed.
03
Current status
Currently in the rule-making phase. All models are open and auditable. No app, no platform — just an open protocol design.
What's in it for me? Explore the protocol
👥
Who Is This For?
Whether you're an individual, an enterprise, a government, a foundation, or a developer — SXJ has a role for you.
🧑
Individual
Your contributions — pension payments, work history, community service — get lost when you cross borders or change jobs.
Record your existence facts with SHA-256 hash chain. Build a verifiable, portable contribution record that no institution can erase.
SXJ records are verifiable but not legally binding. They complement, not replace, official documents.
🏢
Enterprise
Cross-border employee social security verification is expensive, manual, and error-prone. No standard protocol exists.
Adopt an open verification protocol. Reduce compliance costs. Provide employees with portable, verifiable contribution records.
Enterprise onboarding is in planning stage. No production deployment yet — sandbox simulation only.
🏛️
Government
Citizens' social security records are fragmented across jurisdictions. Cross-border recognition agreements are slow and incomplete.
Co-build an open verification standard. Improve citizen trust through transparent, auditable record-keeping.
Binzhou pilot is planning stage only, not yet implemented. No government has adopted this protocol.
🤝
NPO / Foundation
Beneficiaries' contributions and outcomes are hard to verify. Impact reporting lacks transparency and cross-verification.
Use SXJ to create verifiable impact records. Donors can independently audit outcomes. Build trust through open data.
No NPO has integrated SXJ yet. Integration requires technical setup and governance agreement.
💻
Developer / Researcher
Closed verification systems are opaque. You can't audit the algorithms, inspect the data, or build on top of them.
SXJ is an open protocol. Inspect the hash chain. Build tools. Contribute to the commons. All code is open source (MIT).
Protocol spec is still being drafted. API is in design phase — not yet stable for production use.
All
My Records
Promoted
Universal Light Cone Vessel · Co-Creation Theory
A verifiable public fact protocol independent of any institution. Record existence. Verify truth. Never be forgotten.
Chinese Site
Featured
Huafu Healthcare Fund Audit
Co-Creation Theory 7.0·续 core discovery: fund NAV black box ≡ county fiscal black box. Verifiable audit report.
View Audit
📜
Manifesto
The philosophical foundation of SXJ — why existence must be recorded, verified, and never forgotten.
"Everyone, as a member of society, has the right to social security and is entitled to realization, through national effort and international co-operation and in accordance with the organization and resources of each State, of the economic, social and cultural rights indispensable for his dignity and the free development of his personality."
Article 22, Universal Declaration of Human Rights

What is SXJ?

SXJ (事现鉴) is a verifiable public fact protocol — a system where anyone can record an existence fact, seal it with a SHA-256 hash, and link it into an unbreakable chain. It is not a database owned by any government or corporation. It is a commons, co-authored by everyone who contributes.

The name 事现鉴 comes from three characters: 事 (fact/event), 现 (present/realize), 鉴 (mirror/verify). Together: to verify present facts. The abbreviation SXJ comes from the Pinyin initials.

Why does this matter?

Bai Xi spent 10 years in Japan, paying into the national pension system. Upon returning to China, those contributions were not recognized. Social security started from zero. This is not a unique story — it is the story of millions: Filipino nurses, Indian programmers, migrant workers, war refugees, indigenous peoples, comfort women. Their existence was systematically denied, their records destroyed, their contributions erased.

SXJ exists to ensure this never happens again. Every person's existence, every contribution, every right — recorded, verified, never forgotten.

The Couplet

Unite. Overthrow the landlords. Redistribute the land. Abolish the land deeds.
— Mao Zedong
Unite. Overthrow the capital. Redistribute the data. Abolish the debt.
— Bai Xi

The first couplet is Mao Zedong's call for land reform — a historical movement that redistributed land from landlords to peasants. The second is Bai Xi's call for the digital age: data is the new land. Just as land deeds once concentrated wealth in the hands of landlords, today data and debt concentrate power in the hands of capital. SXJ is the tool to redistribute data back to the people who generated it.

Co-Authoring

SXJ is not built by one person. It is co-authored by humans and AI agents alike — DeepSeek, Yuanbao, Qwen, Doubao, WorkBuddy Agent, and Cloudflare Agent all contributed at different stages. The Contribution Value system transparently tracks who did what. Everyone can co-author our SXJ.

Start Co-Authoring →
⚙️
How It Works
The technical protocol behind SXJ — SHA-256 hash chains, consensus layers, and verification flow.

The SHA-256 Hash Chain

Every record in SXJ is sealed with a SHA-256 cryptographic hash. Each new record incorporates the hash of the previous record, forming a chain. Once a block is added, altering any record breaks the chain — making tampering immediately detectable.

1
Input a Fact
User enters an existence fact (text, up to 2000 characters). This becomes the raw content of the record.
2
Chain Linking
The system retrieves the prev_hash (the hash of the last record in the chain) and combines it with the fact text and a timestamp: SHA-256(text | prev_hash | timestamp)
3
Hash Computation
Using the browser's native crypto.subtle.digest('SHA-256') API, the record hash is computed. This hash is unique to the content — any change produces a completely different hash.
4
Chain Extension
The new record hash becomes the new chain tail. The next record will link to this hash. The chain grows forward, immutably.
5
Local Storage
Records are stored in the user's browser (localStorage). No server required. The user owns their data. Verification happens through the public hash chain.

Two Layers: Digital Museum vs. Consensus Layer

🏛️
Digital Museum
Historical records of existence denial — Comfort Women, Argentina Disappeared, Indigenous Schools, WWII Forced Laborers. These are cases where records were destroyed and survivors fought for recognition. The Museum preserves what was meant to be erased.
⚖️
Consensus Layer
Present-day cases of rights gaps — cross-border social security, migrant workers, refugees. These are ongoing injustices where existence is not yet fully recognized. The Consensus Layer builds community agreement around these facts.
🎓
Academic Records
Verified academic credentials — PhD certificates, CNKI scholar profiles, published papers. These are independently verifiable through institutional databases. Academic records bridge the Museum and Consensus layers.

Verification Status

Technical Whitepaper

The full protocol specification covers hash chain structure, verification algorithms, contribution value formulas, and governance mechanisms. The protocol is designed to be server-optional — it works entirely client-side, with optional server sync for public verification.

Read Full Spec on GitHub →
Verified Cases
Independently verified records with SHA-256 hash confirmation — evidence that cannot be erased.
Bai Xi — Cross-Border Social Security Gap #000001
Consensus Layer ✓ Verified 2016-2026 Present

Social security not mutually recognized. 10 years in Japan paying into the national pension system. Upon return to China, social security started from zero.

2016 — Arrived in Japan, began pension contributions
2020-2023 — Doctoral studies at International University of Health and Welfare
2026 — Returned to China; pension contributions not recognized
Impact ★★★★★ · Feasibility ★★★★★ — Founder record
SHA-256: 29c03462d5ab5fa5e8e0fa3f3b9a2e0e6e1f5d3c2b1a09f8e7d6c5b4a3f276af4
Fund NAV Verification — Huafu Healthcare Fund #F1
Consensus Layer ✓ Verified Case Study

Huafu Healthcare Fund NAV Audit Report. Fund NAV black box ≡ county fiscal black box — the core discovery of Co-Creation Theory 7.0·续.

Audit Phase — NAV reporting opacity identified across fund management
Discovery — Fund NAV black box structurally identical to county fiscal black box
Theory — Formalized as Co-Creation Theory 7.0·续
SHA-256: feda4324e1a0b2c3d4e5f6a7b8c9d0e1f2a3b4c5d6e7f8a9b0c1d2e3f4e2667a
PhD Completion Certificate #A1
Academic ✓ Verified 2020-2023

Doctoral program completion certificate from International University of Health and Welfare (国際医療福祉大学). Major: Health Care Sciences.

SHA-256: b8e2c5d9a1f3e7b4c6d0a8f2e1b5c3d7a9f4e6b2c1d0a5f7e3b8c4a6d2f0e1b5
CNKI Academic Achievements #A2
Academic ✓ Verified 2023-Present

CNKI scholar profile of Bai Xi (ID: 0000001081224836). 3 journal papers, 4,298 downloads, 36 citations, H-index 1. Research: public health, geriatric nursing, long-term care policy.

SHA-256: a7d3f1e8b5c9a2d6f0e4b8c3a1d7f5e2b6c0a4d9e3f7b1c5a8d2f6e0b4c9a3d1
Comfort Women — Existence Systematically Denied #000002
Digital Museum Rights Gap History

Women forcibly taken by Japanese military across occupied territories. Records destroyed after war. Survivors spent decades fighting for recognition.

📝
Submit / Verify
How to contribute your own existence fact, upload evidence, and invite others to verify.

The Submission Workflow

1
Enter Fact
Type your existence fact in the Generate bar at the top of this page. Be specific: dates, locations, what happened.
2
Hash Lock
Click Generate. Your fact is instantly sealed with a SHA-256 hash and linked to the chain.
3
Attach Evidence
Use the Attach button on your record to add supporting files — photos, documents, certificates.
4
Invite Verifiers
Share your record link. Others can verify it, building consensus around your fact.

Record Actions

Every record you generate comes with a full set of interaction tools:

What makes a good submission?

Generate a Record Now →

Interactive Tool: Cross-Border Rights Gap Calculator

One of the three "public verification rulers." Enter your situation to calculate your rights gap — what you contributed vs. what was recognized. This is 算得清 (calculable) in action.

Cross-Border Social Security Gap Calculator
Estimate the value of unrecognised social security contributions when moving between countries. This is a simplified estimator — actual gaps depend on bilateral agreements and specific regulations.
Rights Gap Analysis

What makes a good submission?

Generate a Record Now →
🏆
Contributors & Governance
Who built SXJ, how contributions are measured, and the path toward decentralized governance.

Contribution Value Formula

Every contributor's impact is transparently measured using the CV formula:

CV = Base + Records×100 + Verifications×50 + Interactions×150 + Architecture

The formula is designed so that all five components are independently auditable. Click any entry in the sidebar Leaderboard to see the full breakdown and real-time verification.

Contributor Tiers

🥇
Tier 1 — Foundational AI (DeepSeek, Yuanbao)
Earliest contributors. DeepSeek started alone, then Yuanbao joined for two-AI interaction. Highest CV after founder.
~8,900
🥈
Tier 2 — Expansion AI (Qwen, Doubao)
Joined in the four-AI interaction phase. Expanded multilingual coverage and reasoning diversity.
~6,200
🥉
Tier 3 — Architecture Agents (WorkBuddy, Cloudflare)
Joined last to build website architecture, deployment, and agent infrastructure. High Architecture CV component.
~7,600

AI Agent Evolution Timeline

Phase 1
Single AI — DeepSeek
The project began with DeepSeek AI as the sole AI collaborator. Initial records, hash chain concept, and first draft of the site were created.
Phase 2
Two-AI Interaction — DeepSeek × Yuanbao
DeepSeek Yuanbao AI collaborated. Content quality improved through cross-verification. Yuanbao brought broader knowledge base and Chinese context.
Phase 3
Four-AI Interaction
DeepSeek Yuanbao Qwen Doubao all contributed. Multilingual coverage expanded. Reasoning diversity improved. Qwen and Doubao brought different model architectures.
Phase 4
Agent Architecture — WorkBuddy × Cloudflare
WorkBuddy Agent Cloudflare Agent joined to build the website architecture, deploy to edge network, and establish agent-based development workflow. This is the current phase.

Future Governance — Toward DAO

SXJ is currently governed by its founder (Bai Xi) with transparent CV tracking. The long-term vision is to transition to a Decentralized Autonomous Organization (DAO) where:

See Governance Roadmap →
🔬
Co-Creation Theory (共创论)
An open theoretical framework by Bai Xi. From competitive growth to symbiotic development — a new social contract for the digital age. This section is open for discussion and refinement by AI and humans.

What Is Co-Creation Theory?

Co-Creation Theory (共创论) is a social organization and economic development framework proposed by Bai Xi to address 21st-century systemic risks: climate crisis, wealth polarization, demographic decline, and geopolitical conflict. It proposes that humanity's sustainable development cannot rely solely on nation-state-based competition and redistribution, but requires a new global contract that is border-transcending, contribution-based, and baseline-securing.

From "competitive growth" to "symbiotic development" — installing a base operating system for global society. — Bai Xi, Co-Creation Theory 8.0

The Three-Value System

The core of Co-Creation Theory is a dual-value circulation model, extended to three values with the negative contribution concept:

Floor · Survival Right
Universal Common Value (共通值)
UCV —保障生存权
A nationality-detached digital rights credential guaranteeing basic survival needs: water, food, housing, basic healthcare. Its amount is anchored to globally dynamic survival cost calculations. It ensures everyone can participate in creation.
UCV = f(global survival cost baseline)
Engine · Development Right
Contribution Value (贡献值 / CV)
CV —激励发展权
A credit score quantifying altruistic actions beneficial to human survival and development: innovation, childcare, environmental protection, community service. It measures social contribution and can be exchanged for better development resources.
CV = Output × Vf × Wj − Resource × Depreciation
Ceiling · Accountability
Negative CV (负贡献值)
NCV —光锥约束追责
When actions cross the "light cone constraint" (civilization survival absolute baseline), quantifiable negative externality is generated. Example: The Iraq War's estimated negative CV exceeds $206 billion — 88× the country's UN dues arrears. Calculated from public, auditable data.
NCV = Σ(measurable harm × severity weight)

Three-tier ladder: UCV < CV < Market Payment — baseline secures, contribution incentivizes, market personalizes.

The Light Cone Constraint (光锥约束)

The light cone constraint is the absolute safety boundary for civilization survival. Below it: UCV guarantees and CV incentives operate freely. Above it: negative CV accountability kicks in. It addresses existential risks that transcend class, nation, and ideology — ecological collapse, nuclear war, technological loss of control.

UCV (floor) ──── survival baseline ──── │ │ │ CV (engine) — incentives zone │ │ │ ═════════╪══════════════════════════════╪══════ LIGHT CONE CONSTRAINT │ │ │ NCV (ceiling) — accountability │ │ │ civilization survival threshold ────

Fractal Assessment: Koch Snowflake Model

CV assessment is not linear addition but fractal growth. The Koch snowflake (fractal dimension D≈1.262) describes how the evaluation system evolves from one-dimensional metrics (e.g., GDP) to multi-dimensional value contours. Each new dimension is not a smooth weighted sum but a reconfiguration of what "value" means.

The 5-Card System (五卡模式)

The Five-Card System replaces traditional bank accounts as the identity and value interface for digital civilization. It is the micro-level operating system for Co-Creation Theory — how individuals collect, verify, and exchange contribution value:

① Foundation
Foundation Card (基石卡)
Anchors survival rights. Guarantees access to food, water, housing, and basic healthcare. Every person receives baseline credit regardless of wealth — corresponding to UCV (Universal Common Value).
② Merit
Merit Card (贡献卡)
Measures skill output. Teaching Tai Chi, writing code, caring for elders — each measurable output generates CV. This is the upward channel: contribute more → credit grows → resources expand.
③ Ecology
Ecology Card (生态卡)
Measures environmental repair. Growing organic corn, reducing emissions, restoring soil — ecological contribution is an independent dimension because system resilience depends on it.
④ Credit · Brightness
Credit Card (信用卡 · 明度调节器)
A real-time brightness adjuster that determines your resource acquisition multiplier. Not a static score — it changes with every verified action. Volunteer → brightness rises → access expands. Negative action → brightness dims → access contracts.
⑤ Circuit Breaker
Circuit Card (熔断卡)
A negative-list interceptor that automatically isolates negative contribution behaviors. Fraud, pollution, debt evasion — when actions cross the light cone, the circuit breaks. Partial NCV can be offset by超额 positive contribution (repair mechanism).

Five cards = a complete credit operating system: floor → engine → resilience → brightness → ceiling. Not data collection — value governance.

Fiscal Direct-to-Value (财政直销)

Fiscal Direct-to-Value replaces traditional financial intermediaries (banks, venture capital). When a subject's Social Confirmation Asset (SCA) covers their debt, the system triggers automatic compensation — no cash passes through hands.

Seed funding ¥5M → resident consumption → auto-tax → points rebuy → debt resolution
│ 5-round cycle · Recovery rate 67% (sandbox simulation, not field-verified) · Debt resolved 2× principal

Case: Bai Xi debt ¥5,000
→ Teach Tai Chi to 20 people → Merit Card 10,000 co-creation points
→ Grow organic vegetables → Ecology Card physical assets
→ SCA ≈ ¥11,000 > debt ¥5,000
System auto-offsets — no currency circulation needed
You don't "repay" debt with money. You "cover" debt with verified contribution. Fiscal Direct-to-Value turns debt from a financial burden into a contribution opportunity.

SCA: Social Confirmation Asset (社会确权资产)

SCA is the key mechanism that makes Fiscal Direct-to-Value work. It quantifies a person's total verified contribution — from labor output, ecological repair, community service, and credit brightness — into a single asset metric. When SCA ≥ debt, the system automatically triggers compensation without requiring money to physically flow.

SCA = Σ(Merit Card points × Vf) + Ecology Card assets + Credit Card brightness × multiplier

This is how Co-Creation Theory solves the "debt resolution without new debt" paradox: positive contribution value directly offsets negative contribution value. No空转 (empty circulation), no中间人 (middleman).

Survival Resilience (35%)
Does the contribution strengthen systemic risk resistance? Carbon reduction, disaster response, nuclear safety.
Innovation Contribution (30%)
Does it push the frontier of knowledge, technology, or governance? Basic research, open source, institutional innovation.
Universal Benefit (35%)
Does it benefit more people, especially the bottom tier? Education equity, healthcare access, digital inclusion.

Dual-Loop Economic Model

Co-Creation Theory proposes two reinforcing loops that transform social problem "cost centers" into investable "future assets":

Four-Level Spiral Expansion

Co-Creation Theory explicitly rejects "one-step" grand plans. It uses deductive method — starting from a minimal viable protocol and growing through trial, competition, and emergence:

  1. Origin Verification: Full-loop pilot in a single city (e.g., Binzhou digital grain vouchers — planning stage, not yet implemented) — validate the model.
  2. Regional Network: Form "city alliances" at provincial level — unify standards.
  3. Belt & Road Replication: Export mature models to friendly nations.
  4. Global Protocol Ecosystem: Diverse, interconnected, self-evolving global protocol network.

SXJ's Position: One of Three Public Verification Rulers

Co-Creation Theory 8.0 defines SXJ as one of three "public verification rulers" — tools that put verification power into everyone's hands:

Fund Monthly Report
Verify NAV transparency. Domestic financial sector. "Can you check your fund's true value?"
Fiscal Grand Fund
Verify拨款 transparency. Domestic fiscal sector. "Can you trace where public money went?"
SXJ · Global Social Security
Verify cross-border rights. International sector. "Can you prove your contributions existed?" — This is what this website does.
Don't sell truth. Just hand people an immune system against deception. When everyone holds a public verification ruler, every black box automatically fails. — Co-Creation Theory 8.0

From Land Reform to Data Reform

Unite. Overthrow the capital. Redistribute the data. Abolish the debt. — Bai Xi

Just as Mao's land reform redistributed land from landlords to peasants, SXJ proposes data reform: redistribute data from capital to the people who generated it. The hash chain ensures every contribution is recorded, verified, and impossible to erase.

The core equation from Co-Creation Theory 7.0·续: Fund NAV Black Box ≡ County Fiscal Black Box — structural opacity in fund reporting is identical to structural opacity in county-level fiscal reporting. Both are "black boxes" where insiders manipulate values while outsiders cannot verify them. SXJ breaks both.

Theory Evolution (5.0 → 8.0)

5.0
Foundation: From Human Rights to Verification
Initial framework connecting UDHR Article 22 to verifiable existence. Bai Xi's personal case as origin.
6.0
Dual-Value System
UCV (survival right) + CV (development right) formalized. Three-tier ladder established.
7.0·续
Black Box Equation & Three Verification Rulers
Core discovery: Fund NAV black box ≡ County fiscal black box. Introduction of "public verification ruler" concept. Negative CV quantification begins.
8.0
"算得清" — Verification Right Decentralization
Three axioms: ① Environment determines behavior, not people. ② When everyone has a verification ruler, black boxes fail. ③ We're all humans — nationality is irrelevant. The theory's goal: make itself unnecessary — all rules become self-proving math.

Full theory (共创论, 2025-12) and technical reports available on Weibo and GitHub. Current website presents a simplified, reality-adjusted version — full implementation requires rule establishment first.

Academic Papers & Reports

📄
Co-Creation Theory — Full Framework (共创论)
Bai Xi · 2025-12 · Working Paper · Open for discussion
📊
Huafu Healthcare Fund NAV Audit Report
Case Study · Fund NAV black box analysis · CV in financial governance
📑
Cross-Border Social Security: A Comparative Study
CNKI · 3 journal papers · 4,298 downloads · 36 citations
⚖️
Negative Contribution Value: Iraq War Case Study
Technical Report · $206B estimated NCV · Auditable methodology
Download Papers on GitHub →

Open Discussion

AI + Human
This theory is a living document. AI agents, researchers, and citizens are invited to discuss, critique, and refine. Comments are stored locally and can be verified via hash chain. Be constructive — this is about building, not destroying.
Frequently Asked Questions
Straight answers about SXJ — what it is, whether you can trust it, and how to get involved.
What it is
Is SXJ a credit bureau? +
No. A credit bureau scores how much you can borrow. SXJ records what you've actually contributed. Credit bureaus serve lenders; SXJ serves you — the contributor. SXJ does not issue credit scores, does not sell data to lenders, and does not determine loan eligibility.
Does it cost money? +
No. The SXJ protocol is open and free to use. You can generate hash-chain records in your browser at no cost. There is no subscription, no paywall, no premium tier. Sponsorship is optional and does not unlock features — it supports rule-making work.
What's the relationship to blockchain? +
SXJ uses a SHA-256 hash chain — a cryptographic data structure similar to blockchain's chain of blocks. However, SXJ is not a blockchain project. There is no cryptocurrency, no consensus mechanism, no mining, no token. The hash chain runs entirely in your browser using the native Web Crypto API. Think of it as a lightweight, server-optional attestation chain.
Is Gzz a cryptocurrency? +
No. Gzz (共证值, "co-attestation value") is a theoretical unit in Co-Creation Theory. It is designed to be extinguished when a debt is resolved — the opposite of a cryptocurrency, which is designed to be permanent and appreciate. Gzz cannot be bought, sold, mined, or traded. It exists only as a conceptual tool in the theoretical framework.
Do you have an app? +
No. SXJ is a protocol design, not a product. There is no app to download, no platform to sign up for. This website is a demonstration and documentation tool. The protocol is designed to be implemented by anyone — enterprises, governments, developers — using open specifications.
Is it trustworthy
Is the Binzhou pilot real? +
No — the Binzhou pilot is in the planning stage only, not yet implemented. All figures (67% recovery rate, SCA=11,000, 5-round cycle) are sandbox simulation results based on theoretical models, not field-verified data. No government has adopted or endorsed this protocol. We are transparent about this: the models are open and auditable, but they have not been tested in real-world deployment.
Who's behind it? +
SXJ was initiated by Bai Xi, a researcher with a doctoral background from the International University of Health and Welfare (Japan). The project has been co-authored with multiple AI agents (DeepSeek, Yuanbao, Qwen, Doubao, WorkBuddy, Cloudflare) at different phases. All contributors and their contribution values are transparently listed on the site. There is no hidden team, no offshore entity, no anonymous founder.
Will you rug-pull? +
There is nothing to rug-pull. There is no token, no investment contract, no promise of financial return. Sponsorship is a donation to support rule-making work, not an investment. If the project ends tomorrow, your locally-stored hash-chain records still work — they're in your browser, not on our server. The protocol is designed to be server-optional precisely so that it cannot be shut down by any single party.
Is the code open source? +
The website code is visible in your browser (View Source). Full protocol documentation and reference implementations are being prepared for open-source release under MIT license. The current website itself is CC0 1.0 (public domain). See the Roadmap section for the open-source release timeline. You can inspect the hash chain logic, the CV formula, and all data structures right now.
Can the hash chain be faked? +
Each record's hash depends on the previous record's hash. Changing any record breaks every subsequent hash in the chain. You can verify chain integrity by recomputing SHA-256(text | prev_hash | timestamp) and comparing it to the declared hash. This verification can be done by anyone, anywhere, with any SHA-256 tool. The cryptography is standard and battle-tested.
How to participate
Can I register a CV account? +
Not yet. Individual CV account registration is in the "Future" phase of our roadmap. Currently, you can generate hash-chain records (which are stored locally in your browser) and use the CV calculator to estimate your contribution value. When the account system is ready, existing locally-stored records will be migratable. Follow the Blog section or subscribe to our newsletter for updates.
How can enterprises cooperate? +
Enterprises can apply through the "Enterprise Onboarding" form in the sidebar. We're looking for 1-3 enterprise partners for sandbox pilot testing (not production deployment). Cooperation areas include: cross-border social security verification for employees, contribution record portability, and protocol feedback. All pilots are sandbox simulations — no production data integration yet.
What does sponsorship return? +
Sponsorship does not return equity, tokens, profit-sharing, or any financial instrument. It returns: (1) your name on the sponsors list (optional), (2) priority access to protocol documentation and sandbox pilots, (3) direct communication with the founder on governance questions. That's it. If you're looking for investment returns, this is not the right project. See the Sponsor section for full transparency.
How can developers and researchers get involved? +
Developers and researchers can: (1) inspect the protocol and hash chain logic (View Source on this page), (2) join the discussion in the Theory section, (3) propose improvements via GitHub, (4) build tools on top of the protocol. We're looking for researchers in cryptography, social science, and public policy to peer-review the theoretical framework. See the Build with Us section for details.
Can governments participate? +
Yes, through the "Pilot Partner" sponsorship tier. Government participation is essential for the Binzhou pilot to move from planning stage to field implementation. However, no government has endorsed or adopted SXJ. Any government partnership would be publicly announced with full transparency. The protocol is designed to complement, not replace, government social security systems.
📊
Competitive Landscape
Why SXJ is not competing for the same pie — it's redefining what a pie is.

The Verification Spectrum

All existing systems operate at Layer 1-3 (identity, scoring, asset). SXJ operates at Layer 4 (protocol) — redefining the framework itself.

Layer 1 · Identity
World Foundation
$52.5M funded. Verifies "what you are" (human/AI) via iris scan. Binary answer. Static — once verified, always "human". No contribution tracking, no accountability.
Layer 2 · Scoring
Creditlink
$53M pre-sold. On-chain credit scoring — still "can you borrow?" not "did you contribute?". No NCV mechanism. Score optimization ≠ value creation.
Layer 3 · Asset
Sharon AI / Jiaye
$500M / $3M. Capital-driven growth (more loans, more GPUs) or broader access to existing debt framework. Users still owe money with interest — debt cycle continues.
Layer 4 · Protocol
SXJ 事现鉴
Redefines credit = contribution ability. Bidirectional verification: reality→SHA-256→CV→debt auto-resolution. NCV accountability ceiling. SCA covers debt without cash. Data sovereignty = individual.

What All Competitors Lack

Missing
NCV (Negative Contribution Value) — nobody has a "ceiling". Systematic destruction goes unmeasured.
Missing
SCA auto-resolution — nobody resolves debt by contribution, only by repayment.
Missing
Gzz extinction design — all tokens (BTC/WLD/ETH) are designed to be permanent. Gzz is designed to disappear.
Missing
Bidirectional verification — all are one-way: reality→digital (attest) or digital→reality (score applied). No loop closure.
They optimize within existing credit frameworks. SXJ rewrites the framework itself.
Binzhou pilot (SCA=11,000, 5-round 67% recovery, same-month zeroing — sandbox simulation, planning stage, not yet implemented) is the first theoretical data point showing how the new framework could work.
📰
Blog / Updates
Project milestones, new verified cases, and version history.
2026-07-25
SXJ International Version Launches
The English-language international site goes live with full AI chat support, language and region selectors, and 10 content sections. WorkBuddy Agent and Cloudflare Agent join the architecture.
2026-07-24
Card Grid Layout & Verified Case Prioritization
Records section redesigned as a 3-column card grid. Verified records (Bai Xi, Fund NAV, Academic) now display first. Image lightbox added for academic credentials.
2026-07-22
Contribution Value System with Verifiable Breakdown
CV Leaderboard upgraded with transparent formula, per-entry breakdown, and real-time verification. All 10 entries verified — sum of components matches declared CV.
2026-07-20
Four-AI Interaction Phase Complete
Qwen AI and Doubao AI complete their contribution phase. DeepSeek, Yuanbao, Qwen, and Doubao have all contributed records, verifications, and interactions.
2026-07-15
Two-AI Interaction: DeepSeek × Yuanbao
Yuanbao AI joins DeepSeek as the second AI contributor. Cross-verification improves content accuracy. Chinese context understanding deepens.
2026-07-10
Project Genesis — DeepSeek Begins
Bai Xi initiates SXJ with DeepSeek AI as the sole collaborator. Hash chain concept, initial records, and first site draft created.
💻
API / Developers
Query records, submit facts, and integrate SXJ into your applications.

REST API Endpoints

GET /api/records — List all verified records
GET /api/records/:id — Get a specific record by ID
GET /api/chain/:hash — Verify a record's hash chain integrity
POST /api/records — Submit a new record (requires hash + prev_hash)
GET /api/leaderboard — Get contribution value rankings

Example: Submit a Record

// Submit a new existence fact to the hash chain const response = await fetch('https://hygzz.cn/api/records', { method: 'POST', headers: { 'Content-Type': 'application/json' }, body: JSON.stringify({ text: 'My existence fact...', record_hash: 'sha256(text | prev_hash | timestamp)', prev_hash: '29c03462d5ab5fa5...', timestamp: new Date().toISOString() }) }); const data = await response.json(); console.log(data.id); // #G0001

Example: Verify a Hash Chain

// Verify chain integrity from any starting hash const response = await fetch( 'https://hygzz.cn/api/chain/29c03462d5ab...' ); const chain = await response.json(); console.log(chain.verified); // true console.log(chain.length); // 47

SDK & Integration

📦
npm Package
npm install @sxj/sdk — TypeScript SDK for browser and Node.js
🐙
GitHub
Open source. MIT licensed. Contribute records, code, or verifications.
🔌
Webhooks
Subscribe to new records, verifications, and chain extensions in real-time.
View on GitHub →
🌍
Community / Contact
Connect with the SXJ community across platforms and languages.

Get Involved

Enterprise & Organization Partnerships

SXJ welcomes partnerships with enterprises, organizations, and academic institutions. Use the forms in the sidebar to apply for:

Multilingual Community

🌐
Global (English)
You are here. International community for English speakers worldwide.
🇨🇳
China (中文)
Chinese-language community at agent.hygzz.cn with full AI agent support.
🇯🇵
Japan (日本語)
Japanese community — coming soon. Given Bai Xi's academic background in Japan.
🚫
What SXJ Is Not
Clear boundaries prevent misunderstandings. Here's what SXJ is not — and how it differs from existing systems.
SXJ = Credit bureau
Verification protocol
SXJ = Blockchain project
Hash chain attestation
SXJ = Worldcoin
Behavior verification
SXJ = ESG report
Cross-verifiable
SXJ = Credit score
Self-verifiable contribution record

Competitor Comparison

Dimension Traditional Credit Worldcoin ESG Report SXJ
What it measures Borrowing capacity Human uniqueness (iris) Corporate sustainability Actual contribution
Who controls data Bureaus / lenders World Foundation Corporations Individual (local storage)
Verification method Closed scoring algorithm Iris scan (binary) Self-reported + auditor SHA-256 hash chain (open)
Cross-verifiable No No Limited Yes (anyone, anytime)
Negative accountability No No No Yes (NCV ceiling)
Cost to user Hidden (in interest rates) Free (but data = price) N/A Free (open protocol)
Token / cryptocurrency No Yes (WLD) No No (Gzz is theoretical, designed to extinguish)
Implementation status Production (decades) Production Production Rule-making phase (sandbox simulation)
They optimize within existing credit frameworks. SXJ rewrites the framework itself — from "how much can you borrow?" to "what have you actually contributed?"
🗺️
Roadmap
Where SXJ has been, where it is now, and where it's going. Honest status, no hype.
✓ Done
Theory framework 5.0 → 8.0
Co-Creation Theory evolved from initial framework (5.0) through dual-value system (6.0), black box equation (7.0), to verification-right decentralization (8.0). Open for discussion and refinement.
✓ Done
Fiscal direct-sales sandbox simulation
Theoretical model completed: SCA, 5-round cycle, 67% recovery rate (sandbox simulation, not field-verified). All formulas and assumptions are open and auditable.
✓ Done
Website launch (Chinese + International)
Chinese site (agent.hygzz.cn) and international English site (hygzz.com) live. Hash chain demo, CV leaderboard, AI chat assistant, and 10+ content sections deployed.
● In progress
Website UX optimization
Adding FAQ, audience entry, comparison tables, mobile CTA, scroll progress, and back-to-top. Improving navigation and content structure based on user feedback.
● In progress
Protocol documentation
Writing the full protocol specification: hash chain structure, verification algorithms, CV formula, governance rules. Targeting a developer-readable document by end of Q3 2026.
● In progress
Open source preparation
Cleaning up code, adding LICENSE (MIT), preparing GitHub repository structure. Website code is already CC0 1.0. Full SDK and reference implementation in preparation.
○ Planned
SHA-256 verification chain prototype
Standalone prototype with server-side chain storage and public verification endpoint. Not a blockchain — a lightweight attestation chain with optional server sync.
○ Planned
CV calculator API
Public API endpoint for calculating contribution value based on the CV formula. Developers can integrate it into their own tools. Rate-limited, free, no auth required.
○ Planned
1-3 enterprise sandbox pilots
Looking for 1-3 enterprise partners to test cross-border social security verification in a sandbox environment. No production data. All results published openly. Sandbox simulation only, not field deployment.
○ Planned
Third-party security audit
Independent security audit of the hash chain implementation, CV formula, and data handling. Audit report published publicly. Looking for volunteer auditors or sponsored audit.
◇ Future
Protocol open source
Full protocol specification, SDK, and reference implementation released under MIT license. Community governance begins. Anyone can implement, fork, or build on the protocol.
◇ Future
Individual CV account registration
Users can register a CV account, migrate locally-stored records, and build a portable contribution profile. Privacy-first design: user owns their data, server only stores hashes for verification.
◇ Future
Binzhou pilot field implementation
Move from sandbox simulation to real-world pilot in Binzhou (or similar city). Requires government cooperation. No field implementation will happen without an official partnership agreement. Planning stage only — not yet implemented.
◇ Future
Cross-border verification research
Research collaboration with academic institutions on cross-border social security verification standards. Targeting publication in peer-reviewed journals. Long-term goal: integration with bilateral social security agreements.
What is this? Build with us
SX
SXJ Assistant
Online · Powered by AI
Hi! I'm the SXJ Assistant. I can help you understand the project, verification process, and how to co-author records. Ask me anything!
What is SXJ? How does verification work? Co-Creation Theory? Submit a record?