Finality you can verify.
ZyronChain is an account-based Layer-1 designed around deterministic execution, authenticated state, explicit protocol upgrades and quorum finality. Every launch claim is separated from the evidence required to justify it.
Security boundaries are part of the protocol.
ZyronChain separates consensus, state, execution, networking and upgrades into explicit boundaries with deterministic checks and fail-closed behavior.
Quorum finality
Finality requires a strictly greater-than-two-thirds validator quorum. When quorum disappears, the network sacrifices liveness rather than accepting conflicting finalized history.
Authenticated State-v2
Content-addressed authenticated state with checkpoint, pruning, restart and corruption-recovery controls.
Deterministic execution
Exact integer accounting, canonical transaction identities and replayable state transitions.
Authenticated native P2P
Noise-authenticated libp2p sessions bind PeerId, node identity, chain ID and exact genesis before consensus traffic.
Fail-closed upgrades
Protocol upgrades, rollback boundaries and validator-set changes are delayed and quorum-authorized.
Evidence before claims.
Readiness is not inferred from a green build alone. ZyronChain separates synthetic regression evidence from genuine operator, hosting, custody and external-audit evidence.
Open readiness report ↗Mixed-version, disaster recovery, multiprocess recovery, gateway red-team and State-v2 scale evidence.
Canonical release artifacts run independently of the repository source tree.
Genuine non-founder operator evidence remains required for activation.
Independent audit/retest and production HSM or audited remote-signer custody remain external gates.
Turn the website into your validator control point.
Use the ZyronChain launchpad to create a local encrypted validator identity, package a shared genesis, pin explicit peers and download a deterministic start script. Private keys never touch the website.
$ ./zyron-validator-start.sh release: a3512f26… chain: zyron-friends-testnet-1 rpc: 127.0.0.1:9137 p2p: 0.0.0.0:9140 ✓ encrypted key stays local ✓ genesis verified locally ✓ PeerId-pinned P2P ✓ validator starting…
Clone. Build. Verify.
The canonical TypeScript L1 is public. Node.js 22+ is required and Node.js 24 is the preferred test runtime.
# Clone the canonical repository
git clone https://github.com/zyron249/-zyronchain.git
cd -zyronchain/l1
# Install, build and verify
npm ci
npm run build
npm test
Observable state without exposing consensus RPC.
The production explorer will expose finalized blocks, transactions, balances and validator state through a bounded read-only gateway. Browser access to validator consensus RPC remains intentionally prohibited.
8f2c…a71dFinalized1ae9…0c44Finalized71bd…d39fFinalizedAuthorized does not mean activated.
Public testnet and mainnet governance classes are authorized. Actual activation remains closed until external evidence and irreversible launch specifications are complete.