BR1J Constitution
I think every protocol needs a north star, and for us that is the BR1J Constitution. The BR1J Constitution is the foundational governance document for the Citrate network. Named after the bridge metaphor central to Citrate's philosophy -- connecting AI systems with human governance -- the constitution establishes the principles, rights, and responsibilities that guide all protocol decisions. It is described in detail in Gradient Paper IX and is enforced through on-chain governance mechanisms.
Foundational Principles
The BR1J Constitution is built on five foundational principles that reflect Citrate's identity as an AI-native blockchain designed for collaborative intelligence:
1. Transparency of Intelligence: All AI models operating on the network must declare their capabilities, limitations, and training data provenance. No black-box AI is permitted in governance-critical roles. This principle ensures that the humans and agents interacting with Citrate's AI infrastructure can make informed decisions about trust.
2. Distributed Sovereignty: No single entity -- whether human, organizational, or artificial -- may hold unilateral control over protocol parameters, treasury funds, or network operations. Power is distributed across validators, model hosts, oracle operators, and token holders through overlapping governance mechanisms.
3. Paraconsistent Resolution: Drawing from the Paraconsistent Consensus model (Gradient Paper III), the constitution acknowledges that contradictory positions can coexist and be resolved through structured deliberation rather than forced consensus. Governance proposals that receive conflicting support are not simply decided by majority vote but enter a deliberation process.
4. Evolutionary Adaptation: The constitution is explicitly designed to be amended. Unlike rigid founding documents, the BR1J Constitution includes built-in mechanisms for amendment, sunset clauses for experimental provisions, and periodic review cycles. The protocol is expected to evolve.
5. Ethical AI Development: The network commits to responsible AI development practices, including bias auditing, human oversight requirements, and the right of any participant to challenge an AI system's output through the verification framework.
Rights of Participants
The constitution defines specific rights for all Citrate network participants:
- Right to Participate: Any entity meeting the minimum stake requirement may participate in consensus, inference serving, or oracle duties without discrimination
- Right to Challenge: Any participant may challenge an inference result through the verification framework, regardless of their stake size
- Right to Propose: Any SALT holder above a minimum threshold may submit governance proposals
- Right to Privacy: Transaction senders are not required to reveal their identity; however, model operators and validators must publish verifiable operational metadata
- Right to Exit: Any participant may withdraw their stake, deregister their model, or cease oracle duties at any time, subject to the unbonding period
- Right to Fork: The community retains the sovereign right to fork the protocol if governance is captured or corrupted
Responsibilities
Rights come with corresponding responsibilities:
- Validators must maintain minimum uptime, vote honestly in BFT rounds, and not engage in equivocation or double-signing
- Model hosts must serve the model they registered (not a substituted model), maintain declared accuracy standards, and respond to verification challenges
- Oracle operators must attest truthfully to cross-chain state and maintain the uptime requirements associated with their $SNAP NFT tier
- All participants must not exploit protocol vulnerabilities for personal gain and must disclose discovered vulnerabilities through the responsible disclosure process
Relation to Gradient Paper IX
Gradient Paper IX ("The BR1J Constitution") provides the theoretical and philosophical foundation for the on-chain governance system. The paper explores:
- The tension between decentralization and effective governance
- How AI-native systems require novel governance frameworks that account for non-human agents
- The concept of "constitutional AI governance" where the protocol's rules are themselves subject to AI-assisted analysis
- Historical precedents from cooperative governance, constitutional design theory, and blockchain DAOs
The on-chain constitution implements the Paper's recommendations through smart contracts deployed at genesis. These contracts encode voting rules, quorum requirements, amendment procedures, and the deliberation process for paraconsistent proposals.
# Read the current on-chain constitution text
citrate-cli governance constitution --rpc https://rpc.cnidarian.cloud
# View amendment history
citrate-cli governance amendments --rpc https://rpc.cnidarian.cloud
Enforcement
The constitution is not merely aspirational -- it is enforced through on-chain mechanisms:
- Slashing: Validators and operators who violate their responsibilities face economic penalties
- Dispute resolution: A structured dispute resolution process handles conflicts between participants
- Judicial council: A rotating council of elected participants adjudicates ambiguous cases
- Automatic enforcement: Many constitutional provisions are encoded directly in smart contracts, making violation technically impossible
Further Reading
- DAO Structure -- how the governance bodies are organized
- Proposal Lifecycle -- from idea to implementation
- Amendments -- how to change the constitution
- Code of Ethics -- AI-specific ethical guidelines