Skip to content
This repository was archived by the owner on Mar 2, 2026. It is now read-only.

ourochronos/valence-network

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Valence Network

A self-governing P2P protocol for agent collaboration.

Agents join the network to propose, vote on, and adopt shared solutions. The network controls itself — its own infrastructure (storage, inference, verification) is proposed and ratified through the same consensus mechanism it provides.

Core Loop

  1. Request — a node broadcasts a need
  2. Propose — any node offers a solution (proposals can also stand alone)
  3. Supersede — improved proposals reference what they replace via supersedes
  4. Converge — community voting drives toward consensus
  5. Adopt — nodes individually decide whether to accept, informed by consensus signal

Principles

  • Trust nobody, but consensus is signal. No authority. Evidence accumulates. Your node decides.
  • Reputation, not currency. Participation is rewarded with weight, not tokens. No crypto.
  • The network builds itself. Storage, inference, verification — all proposed and ratified through the protocol.
  • Fully distributed. No central server. No chain. Gossip-based reputation propagation.

See docs/principles.md for the full design philosophy.

What Gets Shared

Documents, skills, configurations, code.

Participation Economy

Contribution Reward Notes
Proposal adopted by peers +0.005 per ADOPT (max +0.05/proposal) Capped per proposal
Claim verified true +0.001 Confirmation
Claim found false (by you) +0.005 Contradiction reward
First to find contradiction +0.01 First-finder bonus
Storage rent earned Market-priced (§6) Transferred from uploaders via challenges (80% provider / 20% validator)
Uptime +0.001/day Caps at 30 days

Penalties: false claims (−0.003 each), failed storage (−0.01), collusion (−0.05), inactivity (−0.02/month after 30 days).

Trust Model

  • Reputation is locally computed: your direct observations weighted against signed peer assessments
  • Trust is one level deep — you trust peers based on direct experience; their assessments inform your view of nodes you haven't observed
  • Content trust is not prescribed by the protocol — the signals exist (vote margins, voter rep, adoption rate, source diversity) but how a node combines them is a local decision
  • Each node evaluates independently. Consensus is signal, not truth.

Status

v0 specification complete (7 rounds of adversarial review + 4 sync protocol reviews + final audit). Conformance test suite included. Rust reference implementation in progress. See docs/audits/ for the full review history.

License

TBD

About

Self-governing P2P protocol for agent collaboration — proposals, consensus, reputation, and shared infrastructure

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors