Public -> Private
Spend public UTXOs, produce private note commitments.
Platinum Shield extends Atho Layer 1 with deterministic private-note semantics while preserving standard public UTXO operation. Public and private routes can interoperate without weakening consensus policy: every spend path remains version-gated, audit-addressable, and fail-closed on verification errors.
The same transaction lifecycle applies to all paths: wallet assembly, mempool admission, consensus validation, block inclusion, and state reconciliation. The difference is which value domains are consumed and produced at each step.
Spend public UTXOs, produce private note commitments.
Consume private notes by nullifier, create new private notes.
Consume private notes, release value back to public UTXO outputs.
These annotations map the product flow to concrete consensus objects so operators can quickly understand how
private sends move through mempool, block assembly, STARK proving, and state apply.
amount_plain during mempool policy checks for deterministic arithmetic validation.amount_commit).commitPrivate output commitment stored on-chain for note-state validity.nullifierOne-time private input marker used to prevent double-spend replay.anchorMerkle root reference used to bind private spends to an allowed tree state.enc_payloadRecipient-encrypted note material (Kyber path) used for receive/recovery.Platinum Shield does not replace public UTXOs. It introduces a private note domain that coexists with the public UTXO model under one consensus timeline. Public outputs remain openly auditable, while private outputs track commitments + nullifiers with deterministic validation hooks.
Primary private flow orchestrator.
Consensus validator and propagation gate.
Policy-compliant block construction under BPoW.
Platinum Shield is designed so every private-path decision has explicit validation boundaries, deterministic state transitions, and traceable logs. This keeps privacy features compatible with strict Layer-1 operational discipline.