OPEN-SOURCE · SELF-CUSTODIAL · VERIFIABLE

Open rules.
Local keys.

ZyronChain is a Layer-1 designed around deterministic execution, authenticated state, permissionless ZYN issuance and validator quorum finality. The rules are public, the wallet stays yours, and network activation stays explicit.

N1 N2 N3 N4
>2/3validator quorum finality
50M ZYNhistorical issuance cap
No presaleno browser custody
Protocol v5permissionless PoW issuance
No analytics cookiesself-contained static website

ZyronChain puts verification before promises.

The project is built so the important claims can be checked in code: who controls a wallet, how state is committed, how blocks reach finality, how ZYN can enter circulation, and which network capabilities are actually active.

SELF-CUSTODY

Your wallet is yours.

A ZyronChain wallet is a cryptographic identity, not an account stored on this website. The canonical setup creates a secp256k1 key on your own machine and protects new local keystores with scrypt and AES-256-GCM. The browser never asks for your private key or wallet password.

Open Wallet Setup

ZYN ISSUANCE

Mine issuance. Do not confuse it with finality.

Protocol-v5 mining introduces permissionless Proof-of-Work claims for ZYN issuance. A valid miner searches for a tip-bound SHA-256 solution, signs the claim locally and submits the public transaction. The current engineering target is a fixed 20-bit SHA-256 target. Proof-of-Work issuance does not select the canonical chain; validator quorum finality remains separate.

6.25 ZYN initial reward 4,000,000 claims halving interval 50M ZYN historical cap

CONSENSUS

Finality requires validator quorum.

Finalized blocks require a strictly greater than two-thirds quorum of the configured validator set. If the quorum disappears, the protocol is designed to sacrifice liveness before accepting conflicting finalized history. Protocol upgrades and validator-set rotations are delayed, authenticated and fail-closed.

Inspect the canonical L1 source

AUTHENTICATED STATE

State can be independently checked.

State-v2 commits accounts, governance schedules and protocol-owned mining state into an authenticated sparse Merkle structure. Checkpoint recovery, portable state sync and independent light-client verification are designed around explicit roots rather than trusting a serving node's narrative.

SECURITY BOUNDARIES

Fail closed when evidence is missing.

Consensus, persistence, signer responses, checkpoint restoration, RPC admission and release provenance are treated as security boundaries. A failed or ambiguous durability step does not silently advance live state. Unsupported protocol activation intentionally fail-stops instead of guessing.

Read the security policy

GLOBAL BY DESIGN

Open-source infrastructure without a website account.

ZyronChain nodes, wallets and miners are designed to operate from public source and reproducible local tooling. The website is an onboarding and documentation surface—not a custody service, exchange, bank or privileged signing coordinator.

DEVELOPERS

Clone it. Build it. Test the boundaries.

The canonical Layer-1 is TypeScript/Node.js. Development and release workflows cover Node.js 22 and 24, reproducible package checks, dependency audits, recovery rehearsals, mixed-version behavior, adversarial soak and an independent Python light-client verifier.

QUICK START
git clone https://github.com/zyron249/-zyronchain.git
cd ./-zyronchain/l1
npm ci
npm run build
npm test

Choose the path that matches what you want to do.

Authorization is not activation.

The software can contain production-oriented capabilities before a public network is safe to activate. ZyronChain keeps those two facts separate.

Public testnetGovernance authorizedActivation evidence still required
MainnetGovernance authorizedNot value-bearing / not activated
Public wallet RPCNot publishedValidator RPC remains a separate protected surface
Public miningActivation gatedProtocol-v5 mining code exists; the public network is not active

Create your ZyronChain wallet locally.

The website prepares reproducible local commands. Your password and private key never need to enter zyronchain.com.

Create a wallet