BUANTUM
B/LAYER 1 · FOUR PILLARS · GENESIS BUILD

Private by default.
Quantum-proof by design.

Buantum is the Layer 1 where privacy is the protocol, post-quantum cryptography is the foundation, and randomness comes from physics. Four co-equal pillars — Privacy, PQC, QRNG, QKD — locked in from genesis. No opt-in. No migration window. No exceptions.

sigML-DSA-65
kemML-KEM-768
zkZK-STARK
entropyQRNG
validatorQKD + ML-KEM
B/01 FOUNDATIONAL PILLARS

Four pillars. Co-equal. No exceptions.

Buantum's design rests on four properties, each independent and each enforced at the protocol layer. Privacy is not a feature. Quantum resistance is not a roadmap item. Quantum entropy is not optional. QKD is not theoretical. All four are architectural from block zero.

B/01.1 · PRIVACY

Private by default. Opt out, never opt in.

Every transaction is shielded. Sender, recipient, amount, and contract state are protected by ZK-STARKs — hash-based, no elliptic-curve assumptions, quantum-resistant by construction. Confidential execution via TEE or FHE depending on the trust model. Auditors get view keys, never spending power. REF · STARKWARE / STARKNET · OASIS SAPPHIRE · FHENIX

B/01.2 · PQC

Post-quantum cryptography. Every primitive.

ML-DSA-65 for signatures. ML-KEM-768 for key encapsulation. SLH-DSA for long-term identity. AES-256-GCM for symmetric. SHAKE-256 throughout. No ECDSA. No EdDSA. No Schnorr. No BLS. No fallback to anything Shor's algorithm can touch. REF · NIST FIPS 203 / 204 / 205 · AUG 2024

B/01.3 · QRNG

Quantum entropy in every key.

Every cryptographic seed carries quantum entropy. Hardware QRNG from certified chips, decentralized API entropy via vacuum fluctuations, mixed with jitter and conditioned through SHAKE-256. Classical PRNGs are banned as primary sources. On-chain randomness via threshold-aggregated QRNG plus VDF. REF · ID QUANTIQUE QUANTIS · ANU QRNG · BSI AIS31

B/01.4 · QKD

Keys distributed by physics.

Core validators exchange session keys over QKD fiber. Eavesdropping disturbs the quantum state and is physically detectable. Always hybrid with ML-KEM: an adversary must break the channel and the lattice simultaneously. BB84, TF-QKD, MDI-QKD by distance and topology. REF · ID QUANTIQUE CLAVIS XG · ETSI QKD STANDARDS

B/02 WHO IT IS FOR

Three readings, one chain.

What Buantum is depends on what you need from it. The protocol is dense underneath — but the guarantees translate cleanly to three audiences who all want the same thing: assets that stay theirs.

FOR / BUILDERS

Privacy as a primitive, not an integration.

Build apps without hand-rolling shielded pools, MPC, or trust assumptions. The protocol handles it.

  • Shielded transactions by default — no integration needed
  • ZK-STARK SDK for custom proofs over private state
  • Confidential execution via TEE or FHE — pick the trust model
  • Spec-commitment deployment — provable contract behavior
Build on Buantum
FOR / INSTITUTIONS

Compliance without surveillance.

Settle real value with privacy that doesn't preclude regulated audit. View keys for auditors. Spend keys for you.

  • Dual-key structure — auditor reads, never spends
  • ZK-based jurisdiction and KYC proofs
  • Quantum-proof signatures on long-tail contracts
  • Verifiable contract specifications at deploy time
For institutions
FOR / HOLDERS

Yours. Hidden. Quantum-proof.

Balance, transactions, and counterparties are private by default. Keys are post-quantum. Randomness is real.

  • Transaction content invisible — even to validators
  • IP not linked to your transactions (Dandelion++)
  • No "harvest now, decrypt later" risk on your funds
  • See what you sign, then sign — never the other way
What Buantum does
B/03 THE STACK

No magic. Just published primitives.

Every choice is named, sourced, and traceable to a published standard or a production reference. No proprietary primitives. No hidden trust assumptions. If it isn't in the spec sheet, it isn't in the protocol.

buantum-protocol.spec v0.9.0 · GENESIS DRAFT
signature · primary ML-DSA-65 (CRYSTALS-Dilithium) FIPS 204 · 3,309 B sig · 1,952 B pk
signature · compact FN-DSA (FALCON-512) FIPS 206 candidate · NTRU-lattice
signature · root SLH-DSA (SPHINCS+) FIPS 205 · hash-based · genesis ceremony
kem ML-KEM-768 (CRYSTALS-Kyber) FIPS 203 · NIST Level 3
validator kem QKD ⊕ ML-KEM (hybrid) BB84 / TF-QKD / MDI-QKD by distance
zk-proofs ZK-STARKs (transparent, hash-based) no trusted setup · post-quantum
zk-hash Rescue-Prime · Poseidon STARK-friendly · in-circuit efficient
hash · general SHA-3 · SHAKE-256 domain-separated
entropy · primary QRNG (hardware) ID Quantique Quantis · BSI AIS31
entropy · fallback QRNG API + jitter + SHAKE-256 ANU vacuum fluctuations
on-chain rng PVSS-aggregated QRNG + VDF commit–reveal · unbiased
mempool Encrypted · fee-tier commitments REF · Penumbra · Shutter Network
confidential exec TEE (Intel TDX / AMD SEV-SNP) · FHE (CKKS/BFV) REF · Oasis Sapphire · Fhenix
stealth addresses SHAKE-256 · SLH-DSA one-time keys no EC derivation
amount hiding Module-LWE lattice commitments replaces Pedersen-EC
vrf · leader election Hash-VRF (SHAKE-256) / Lattice-VRF no EC-VRF anywhere
ip privacy Dandelion++ (stem → fluff) REF · Monero · Firo
node tls Hybrid X25519+ML-KEM-768 → ML-KEM only migration: hybrid for build · pure PQC at mainnet
B/04 SPECIFICATION COMMITMENT

Every contract publishes its spec. The chain enforces it.

Every smart contract deployed on Buantum must commit to a behavioral specification at deploy time. Execution that deviates from the committed spec is rejected by the protocol — silently, automatically, before any state changes. Behavior becomes provably detectable, even when the contract code itself is encrypted.

01

Write the spec

Define entry points, state transitions, admin paths, and fund-movement conditions in a machine-checkable language (TLA+ / Lean / Buantum DSL).

02

Commit on-chain

A SHAKE-256 commitment of the spec is published to the on-chain registry, signed by the deployer's ML-DSA key. Immutable. Publicly readable.

03

Prove every call

Each transaction generates a ZK-STARK proof that execution followed a valid path defined in the committed spec — without revealing inputs or state.

04

Reject deviations

Proofs that don't verify against the committed spec fail at consensus. Hidden behavior cannot execute silently. Upgrades require new commitments — old ones stay in history.

HONEST LIMITATIONS

This system detects deviation from the committed spec — not whether the spec itself is fair or safe. A developer can commit to a malicious spec; the protocol can't prevent that. What it prevents is hidden behavior that contradicts the public commitment. The trust shifts from "read the bytecode you can't read" to "read the spec everyone can read." This is an architectural pattern; the toolchain ships as part of the Buantum SDK.

B/05 APPLICATIONS

For value that stays yours.

The applications where the ability to be watched, front-run, or decrypted later is a non-starter. Buantum is built for that threshold.

B/05.1

Confidential payments

Move value without revealing sender, recipient, amount, or pattern. Default behavior, not a feature toggle.

B/05.2

Private DeFi

Lending, AMMs, perps where positions stay private and execution can't be front-run. MEV bots see only encrypted blobs.

B/05.3

Regulated tokenized assets

Bonds, deeds, funds, and equity with cryptographic privacy and ZK-based jurisdiction proofs. Compliance without surveillance.

B/05.4

Confidential enterprise ledgers

App-chains where business data is FHE- or TEE-encrypted at execution and committed under Buantum's finality.

B/05.5

Privacy-preserving identity

Prove jurisdiction, age, sanction status, or accreditation via ZK-STARKs over SLH-DSA-anchored credentials. No raw identity on-chain.

B/05.6

Verifiable confidential AI

Run inference inside TEE / FHE with ZK-STARK proofs that the committed model was used. Input, output, and weights stay private.

B/06 KEY MANAGEMENT

Lose a key. Not your account.

Account security on Buantum is a protocol mode, not a contract you deploy. The dual-key structure separates spending from viewing — so an auditor never has the ability to move funds, and a leaked key isn't a leaked balance.

● AT MAINNET

Spend keys / View keys

ML-DSA spend key signs transactions. ML-KEM view key decrypts transaction data for the holder or a designated auditor. The view key cannot spend; the spend key cannot reveal historical state to a third party.

● AT MAINNET

Native multisig

Require M-of-N ML-DSA signatures to authorize a transaction. Built into the protocol — no third-party contract, no per-app integration. Multisig accounts are indistinguishable from single-sig accounts on-chain.

○ ROADMAP

Programmable accounts

Attach sandboxed policy that runs on every transaction: spend limits, time locks, allow-listed recipients, social recovery, tiered authorization. Opt-in. Simple accounts stay simple.

Build with Buantum.

Everything to ship on the private, post-quantum L1 — architecture specs, RPC references, integration guides, and the spec-commitment toolchain.