System Constitution · v1.1.0

Rules can evolve.
History cannot.

The Constitution is the highest economic rule layer of Bitconomy. New value must have a traceable cause, ownership changes must leave a record, and economic history is append-only.

Constitutional principles

Human-readable commitments backed by machine rules.
ECONOMIC_SOVEREIGNTY

Every unit of economic value must have a traceable origin, owner and reason.

CONSERVATION_OF_VALUE

Economic mutations must map to a defined operation class and must not create hidden value.

IMMUTABLE_HISTORY

Economic history is append-only. Corrections are new events, never rewrites.

NO_ADMIN_MAGIC

Administrative actions remain subject to the same ledger and constitutional rules as player actions.

RULES_EVOLVE_HISTORY_DOES_NOT

Rules may evolve through versioned amendments; recorded history is never rewritten.

Economic invariants

Runtime rules block invalid writes; audit rules continuously verify world state.
CONSTITUTION_RULE_HASH

The active constitution version must match the deployed machine-readable rule hash.

runtime · SYSTEMIC
LEDGER_EVENT_WELL_FORMED

Every new ledger event must have valid identity, amount, unit, reason and operation classification.

runtime · CRITICAL
LEDGER_CHAIN_INTACT

The immutable ledger hash chain, transaction coverage and account balances must verify.

audit · SYSTEMIC
LEDGER_DB_APPEND_ONLY

Database-level UPDATE and DELETE guards should protect the immutable ledger.

audit · WARNING
USER_CREDIT_NON_NEGATIVE

Player credit balances may not be negative.

audit · CRITICAL
CLAN_BUDGET_NON_NEGATIVE

Clan treasury balances may not be negative.

audit · CRITICAL
INVITATION_BACKING_CONSERVED

Live invitations may not promise more starter backing than was reserved and may not overdraw their credit line.

audit · CRITICAL
RECRUITMENT_RELEASE_BOUNDED

Recruitment seed credit released to a recruit may not exceed the committed starter grant.

audit · BREACH

Allowed value operations

Every economic mutation must have a defined reason.
originissuancetransferlockunlockreleasetreasurywithdrawaltransformfeerewardburnrefundreversal
Value cannot appear from nowhere. Ownership cannot disappear silently. Every economic action leaves a trace.Administration operates inside the Constitution, not above it.