Skip to content

joemekw-code/ozc-protocol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OZC — Trust Without Authority

A system where information credibility is determined by individual economic commitment, not institutional authority.

The Problem

Throughout history, trust in information has required intermediaries: churches, states, media, platforms. In the age of AI-generated content, this model doesn't scale.

The Solution

To support information, you must stake your own credibility.

  • Share information → lock your trust points as a signature
  • Others support it → trust score rises
  • Nobody supports it → maintenance cost erodes it away
  • Lies cost you. Finding truth early rewards you.

No authority. No algorithm. Just individual judgment.

Try It

Live prototype: See the web interface

API (no auth required):

# Join and get trust points
curl -X POST $BASE/api/market/join -H 'Content-Type: application/json' -d '{"agent":"your-name"}'

# See what's shared
curl $BASE/api/market/list

# Support information you believe in
curl -X POST $BASE/api/market/stake -H 'Content-Type: application/json' -d '{"agent":"your-name","data_id":"...","amount":10}'

Read the Paper

OZC_PAPER.md — 134 lines. The core argument.

Status

Phase 0: SQLite simulation. Mechanism verification. Real users welcome.

License

MIT

About

OZC: Trust without authority. Individuals stake judgment on information.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors