Bitmap Privacy Chain
PROTOCOL BRIEF · RELEASE CANDIDATEMAINNET PREPARATION

BITMAP PRIVACY CHAIN / PRE-MAINNET PROTOCOL

Bitmap
Privacy Chain

Abstract

An EVM-compatible Bitcoin execution network now in pre-mainnet preparation. BTCB powers gas, BTC supports settlement, an opt-in shielded path protects transaction privacy, and verified Bitmap ownership determines validator eligibility. No ZEC token is used or issued.

ExecutionEVM
Gas / settlementBTCB / BTC
PrivacyOpt-in ZK
Validator eligibilityBitmap + BTC bond
BITMAP PRIVACY CHAIN / DOCUMENTATION

Explore the complete protocol.

Five dedicated sections connect the system design, network economics, developer interface, security model and path to genesis.

Separate execution, privacy and economic security.

The protocol does not treat privacy as a visual feature or claim that ordinary EVM state is hidden. Transparent contracts remain transparent. Private value transfer occurs only inside a dedicated shielded state machine whose proofs are verified by the network.

01

Compatibility first

Retain Solidity, Ethereum JSON-RPC and standard wallet interfaces for the public execution path.

02

Privacy by explicit action

Users shield, transfer and unshield BTC through explicit operations. Privacy is never implied by default.

03

No new privacy coin

The privacy layer adopts Zcash-originated cryptographic concepts as technical foundations, while requiring and issuing no ZEC.

One consensus layer, two execution domains.

ComponentResponsibilityPublic state
Public EVMGeneral smart-contract execution and composabilityAccounts, calldata, storage
Shielded poolPrivate BTC note creation, spend and withdrawalCommitment root, nullifiers, proofs
Bridge / custodyLock or account for BTC represented inside the networkReserves and mint/burn accounting
Bitcoin anchorPublish periodic state commitments to BitcoinCommitment transaction and fees
LAUNCH STACK

Deterministic execution from intent to Bitcoin commitment.

L4APPLICATIONSolidity · Wallet SDK · JSON-RPC
L3EXECUTIONEVM state · Shielded state machine
L2PROOF & CONSENSUSHalo 2 verifier · Bitmap-gated BFT
L1DATA & SETTLEMENTState roots · BTC reserve accounting
L0BITCOINPeriodic commitment · Final settlement
01Decode
02Route
03Verify proof
04Apply state
05Reach finality
06Anchor

Prove validity without publishing the private transaction graph.

The privacy layer is designed around an Orchard-style note model and Halo 2 proving system concepts. It is not a fork of Zcash consensus. Circuit, curve and proof-aggregation choices are being finalized through implementation and security review.

01Shield

Public BTC value enters the pool and creates an encrypted note commitment.

02Transfer

The sender proves ownership, balance conservation and non-double-spend without revealing the note.

03Unshield

A valid proof destroys the private note and releases value to a public address.

Note commitment

Commits to a note without exposing its owner or value.

Nullifier

A unique spend marker that prevents double-spending without identifying the consumed note.

Viewing key

Allows holder-controlled disclosure for accounting, audit or regulated counterparties.

Proof verifier

Accepts only state transitions that satisfy the circuit's conservation and authorization rules.

STATE TRANSITION INVARIANTS

A shielded transaction is accepted only when every invariant holds.

01 note_root ∈ accepted_roots 02 nullifier ∉ spent_nullifier_set 03 Verify(proof, public_inputs) = true 04 Σ inputs = Σ outputs + public_delta + fee 05 new_root = Append(old_root, commitments) 06 reserve_locked ≥ shielded_supply + public_supply

The chain publishes commitments, nullifiers, proof inputs and the resulting state root. Note plaintexts, recipient keys and private values remain outside public state.

Key domainAuthorityExposure
Spend keyAuthorizes note consumptionNever shared
Incoming viewing keyDetects and decrypts received notesSelective
Outgoing viewing keyRecovers sender-side transaction detailsSelective
Audit disclosure packageScopes disclosure to defined transactions and counterpartiesHolder controlled

Bitmap qualifies participation; BTC secures accountability.

Bitmap serves as a non-fungible eligibility credential, not as the chain's gas token. A candidate must prove control of valid Bitmap inscriptions and lock a BTC-denominated security bond. Slashing applies to the bond, while eligibility can be suspended or revoked by protocol rules.

ParameterLaunch configurationStatus
Bitmap eligibility2,100 valid Bitmap per candidatePre-launch
Active set21 validator seatsPre-launch
Foundation capMaximum 6 of 21 seatsPre-launch
Economic bondBTC-denominated; final calibrationFinalizing
PROPOSE

Order valid state transitions

Build blocks from transactions that pass EVM execution, proof verification and reserve checks.

ATTEST

Sign one canonical state

Attest to the EVM state root, shielded commitment root, nullifier root and reserve accounting root.

ACCOUNT

Remain economically accountable

Double-signing, invalid-state attestation and prolonged unavailability trigger bond penalties and eligibility review.

Launch parameters remain subject to final simulation, adversarial analysis, security review and governance activation.

Three assets. Three non-overlapping jobs.

The network does not issue a new gas token. Bitmap controls scarce validator eligibility; BTCB is the launch gas asset; BTC-denominated reserves and supported adapters connect the network to Bitcoin liquidity. Separating these roles prevents governance rights, execution fees and reserve backing from being hidden inside one speculative token.

BITMAP

Validator eligibility

2,100 valid Bitmap are locked per candidate. The same Bitmap cannot qualify two concurrent validator seats.

SCARCE ACCESS
BTCB

Gas and fee accounting

Execution fees are denominated in BTCB at launch, preserving a Bitcoin-denominated economy without creating new monetary issuance.

EXECUTION UNIT
BTC / WBTC

Liquidity and settlement

Supported Bitcoin assets enter through explicit adapters with separate reserve accounting, risk limits and redemption paths.

CAPITAL LAYER
ACTIVE VALIDATOR SET21 × 2,100 = 44,100 Bitmap

At the launch configuration, a fully occupied validator set requires 44,100 concurrently locked Bitmap, assuming one non-reusable eligibility set per validator. This is protocol demand, not a price forecast.

VALIDATOR UNIT ECONOMICS

No fixed APY. Revenue follows real network usage.

Gross validator revenue=gas share + priority fees + permitted MEV
Net validator revenue=gross revenue − infrastructure − settlement − penalties
Bitmap capital efficiency=net validator revenue ÷ locked Bitmap market value
01Users pay BTCB gas
02Network and validators earn fees
03Security and Bitcoin settlement are funded
0415% of foundation-validator net revenue acquires Bitmap for strategic reserve

Acquisition is funded only from realized foundation-validator net revenue. It is not financed by token inflation and does not guarantee market price or liquidity.

Deploy EVM applications normally. Add privacy only where required.

Public applications retain familiar Ethereum tooling. Privacy-aware applications add a wallet-side proving flow and call dedicated shielded-pool interfaces. Ordinary Solidity storage is never represented as private.

MODE 01

Standard EVM

Solidity contracts, ERC standards, existing wallets and standard JSON-RPC methods.

eth_call · eth_sendRawTransaction · eth_getLogs
MODE 02

Private settlement

Wallet constructs notes and proofs locally, then submits public inputs to the shielded verifier.

shield · transfer · unshield · disclose
MODE 03

Proof-aware contracts

Contracts consume verified claims—such as balance sufficiency or membership—without receiving private note data.

verifyProof(publicInputs, proof)
PROJECT REQUIREMENTPUBLIC EVMSHIELDED PATH
Wallet supportExisting EVM signingNote scanning and local proving
Contract deploymentStandard bytecode deploymentVerifier interface integration
IndexingEvents, receipts and stateCommitments, nullifiers and encrypted payloads
CompliancePublic address analyticsHolder-authorized viewing-key disclosure

Operational authority must be visible, bounded and reversible.

ControlNormal pathEmergency boundary
Protocol upgradePublic code diff, timelock and validator activation thresholdNo silent upgrade
Bridge incidentReserve reconciliation and bounded rate limitsPause new ingress; preserve withdrawal accounting
Shielded-pool incidentCircuit versioning and proof-domain separationPause new shields; no arbitrary note confiscation
Validator faultEvidence-based slashing and rotationNo discretionary seizure without fault proof
PUBLIC EVM

MEV remains observable

Public transactions may still face ordering, arbitrage and liquidation competition. The protocol does not market ordinary mempool activity as private.

SHIELDED PATH

Payload confidentiality

Encrypted note payloads reduce content leakage, while timing and entry/exit correlation remain explicit metadata risks.

VALUE CAPTURE

No hidden MEV subsidy

Any permitted proposer revenue is included in validator unit economics and must be measurable rather than presented as risk-free yield.

Privacy does not remove trust assumptions.

PropertyProtocol requirementFailure prevented
ConservationNo state transition may create unbacked BTC valueHidden inflation
Spend uniquenessEach note produces one globally unique nullifierDouble-spend
Finality safetyConflicting finalized roots are slashable consensus faultsState reversion
Reserve integrityMint and release paths reconcile against BTC reservesInsolvency
BRIDGE RISK

BTC custody and redemption

Any bridged representation of BTC depends on a custody, federation or cryptographic bridge design. Reserve accounting and failure recovery must be independently verifiable.

CIRCUIT RISK

Soundness and implementation

A circuit flaw can permit unauthorized value creation or loss of privacy. Specifications, test vectors and multiple independent audits are mandatory before mainnet.

METADATA RISK

Timing and network analysis

Zero-knowledge proofs do not automatically hide IP addresses, timing, deposit/withdrawal correlation or wallet behavior. Network-layer protections require separate design.

CONSENSUS RISK

Validator concentration

A small active set improves coordination but increases censorship and liveness risk. Rotation, delegation limits and emergency governance require formal analysis.

The numbers investors and projects should monitor.

A credible launch requires public telemetry that separates adoption, security, reserves and economics. The network dashboard is designed around auditable protocol data rather than promotional transaction counts.

SECURITYLocked Bitmap

Total and per-validator eligibility inventory; concurrent reuse must equal zero.

SECURITYValidator concentration

Seat ownership, foundation share, delegation concentration and correlated infrastructure.

RESERVESBTC coverage ratio

Verified reserves divided by public plus shielded BTC-denominated liabilities.

PRIVACYShielded-set depth

Active notes, commitment-tree growth and concentration of shield/unshield timing.

ECONOMICSReal fee revenue

BTCB gas paid by users, excluding internal transfers, incentives and wash activity.

BITCOINAnchor cadence

Time between Bitcoin commitment transactions, confirmation depth and fees paid to miners.

RELIABILITYProof failure rate

Invalid proofs, client version mismatches and circuit-verifier rejection categories.

OPERATIONSBridge queue and solvency

Pending deposits, withdrawal latency, rate-limit utilization and reserve reconciliation.

INVESTOR DUE DILIGENCE

Five questions that cannot be answered by price.

  1. Is Bitmap demand created by mandatory, non-reusable validator locks—or only by marketing?
  2. Does real user fee revenue exceed validator and Bitcoin-settlement operating cost?
  3. Are BTC-denominated liabilities continuously covered by independently verifiable reserves?
  4. Can governance pause risk without silently changing balances or confiscating private notes?
  5. Can projects migrate using standard EVM tooling without surrendering user privacy keys?

Mainnet preparation is underway.

01Core specification

State transitions, proof statements, validator eligibility and bridge invariants are entering final review.

FINAL REVIEW
02Protocol integration

Shield, transfer, unshield and proof-verification components are being integrated into the pre-mainnet stack.

INTEGRATION
03Security validation

Test vectors, threat-model review and independent audit sequence are prepared for validation.

SCHEDULED
04Mainnet activation

Activation follows completion of security validation, economic calibration and governance readiness.

PREPARING
Pre-mainnet notice

Bitmap Privacy Chain is in launch preparation and is not yet active on mainnet. The architecture shown here defines the intended launch system; final parameters remain subject to security validation before activation.