§01 / CORE PROPERTIES
Four propertiesthat constitute the protocol.
Existing chains trade privacy, throughput, and governance neutrality against one another. The protocol is constructed on the premise that the trade-off is not fundamental — that integration of standard, peer-reviewed primitives delivers all three.
PROPERTY 01 WP §1.1.7 · §11
No party can alter the protocol.
Most chains are governed by a foundation, multisig, or token-holder vote — entities with the technical capability to alter consensus rules, gas costs, or issuance schedules. Adamant adopts the Bitcoin posture: no on-chain governance, no admin key, no upgrade authority. Change requires a published spec, a public reference implementation, and a 2/3+1-by-stake supermajority of Node Runners (validators in the spec) each independently choosing to run new software.
PROPERTY 02 WP §2.2 · §7
Privacy is the default.
On transparent chains, every transaction is publicly observable forever. When privacy is opt-in, using it becomes a signal. Adamant inverts this: sender, recipient, amount, and contract execution are encrypted by default, with selective disclosure available through view keys — a counterparty, a tax authority, an auditor — without exposing unrelated activity.
PROPERTY 03 WP §2.4 · §8 · §10.4
Sub-second finality. Sub-cent fees.
Approximately 500 ms finality for owned-object transactions and a per-transaction fee floor on the order of $0.0001 USD-equivalent at design throughput. Shielded transfers cost roughly one to two orders of magnitude more — still well inside consumer payment-network territory.
PROPERTY 04 WP §2.3 · §8.5
Verifiable by anyone with a phone.
A Halo 2 recursive proof at every epoch boundary attests to the validity of all transactions and state transitions from genesis to the present. The proof is a constant-size artifact (≈5–10 KB) verifiable in 50–200 ms on a smartphone — anyone running the verifier becomes a Node Watcher (a light verifier in the spec). Verification is cryptographic, not statistical; no node, no RPC, no trust.