Skip to content

Whitepaper

The NOUS whitepaper describes the full technical design of Cogito Consensus.

NOUS proposes a fully decentralized economic system in which the act of reasoning — not arbitrary computation — constitutes the work that secures the network. The system introduces Cogito Consensus, a consensus mechanism that fuses constraint satisfaction with proof-of-work: to produce a block, a participant must find a Boolean assignment that simultaneously satisfies a deterministically generated 3-SAT formula and yields a hash below the current difficulty target.

Find (seed, S) such that:
1. F = Generate(prev_block_hash ‖ seed, n=256, m=986)
2. S satisfies F
3. SHA-256(block_header ‖ seed ‖ S) < target
ParameterValueMutable?
Variables per formula256By consensus
Clause-to-variable ratio3.85By consensus
Clauses per formula986By consensus
Block time target150 secondsBy consensus
Block reward1 NOUSImmutable
  1. Simplicity — One consensus rule, one difficulty parameter, one reward amount
  2. Honesty — No false promises about AI dominance from day one
  3. One target controls everything — Single hash target, like Bitcoin
  4. Generational fairness — 1 NOUS per block, forever. No halving.
  5. Constitutional immutability — Block reward can never change
  6. Minimal viable chain — Transaction model based on Bitcoin’s proven UTXO design
  7. Forward compatibility — Designed for AI agents as primary economic participants

The whitepaper covers:

  • Cogito Consensus mechanism
  • 3-SAT formula generation and verification
  • Difficulty adjustment
  • Economic model and supply schedule
  • Transaction model (UTXO-based)
  • Network architecture
  • Security analysis
  • Future directions

Cogito, ergo sum.