Hello everyone,
I am announcing Remzar, a working Rust-based Layer-1 blockchain that I built as a single interactive executable. It is not a token on another chain and it is not a theoretical proposal. Remzar is a new L1 blockchain with its own wallet system, node runtime, peer-to-peer networking, block production, transaction handling, local database storage, audit tools, and command-line menu interface.
The project is post-quantum-oriented and integrates FIPS 203 / ML-KEM-768 and FIPS 204 / ML-DSA-65 into core areas of the system, including wallet signatures, block-batch signing, and peer-to-peer key-establishment design.
This ANN is intended to be technical and direct:
no hype, no investment claims, no token sale announcement. I am posting Remzar here for technical visibility, discussion, feedback, and future node-operator interest.-------------------------------------------------------------------------------------------------
Remzar — Rust-Based Post-Quantum-Oriented Layer-1 BlockchainWebsite:
https://www.remzar.com/Whitepaper: available on the website
Contact: [
remzarchain@gmail.com](mailto:remzarchain@gmail.com)
Native asset: REMZAR
Ticker: ZAR
Protocol version: 1.0.0
Planned public launch date: 2026-06-26
OverviewRemzar is a working Rust-based Layer-1 blockchain built as a single interactive executable.
It is not a token on another chain. It is a new L1 blockchain with its own node, wallet system, peer-to-peer networking, block production, transaction handling, local storage, audit tools, and interactive CLI interface.
The design goal is simple: one executable that lets an operator create wallets, start a node, send coins, inspect live chain activity, export logs, send peer-to-peer messages or files, create audit reports, and use certificate/NFT/RWA-style data anchoring tools without needing separate wallet software, explorer software, external database tools, or hosted infrastructure.
Remzar is currently in a private working stage. The planned public launch date is 2026-06-26. Early binary access is controlled and provided only to serious node operators by request.
Core Technical SummaryImplementation language: Rust, edition 2024
Deployment model at launch: Windows executable
Node model: single interactive CLI application
Consensus: Proof of Registry
Block interval: 30 seconds
Default node port: 36213
Maximum block size: 2 MiB
Maximum transactions per block: 7,500 active hard cap
Storage: RocksDB-backed local storage
Hashing: BLAKE3-style 64-byte commitments
Signature model: one ML-DSA-65 signature per block batch
Wallet protection: Argon2id, AES-GCM, encrypted wallet files, zeroization discipline
Native asset: REMZAR / ZAR
Maximum supply: 200,000,000 ZAR
Issuance: validator block rewards only
Genesis reward: 0 ZAR
Premine: none configured
Post-Quantum CryptographyRemzar is built around NIST post-quantum cryptography standards.
FIPS 204 / ML-DSA-65
Remzar uses ML-DSA-65 for post-quantum digital signatures.
The important design choice is that Remzar does not require one post-quantum signature verification per transaction inside a block. Instead, transactions are hashed into a Merkle root, and the Merkle root is signed once for the full block batch.
This makes post-quantum signature verification a block-level operation instead of a per-transaction bottleneck.
FIPS 203 / ML-KEM-768
Remzar includes ML-KEM-768 for post-quantum key encapsulation and post-quantum session/key-establishment design in Remzar-specific peer-to-peer transport flows.
The networking and transport layer are treated as a security boundary. A full production review should classify every connection path as classical, hybrid, or post-quantum depending on the complete handshake, identity binding, session-key usage, replay handling, downgrade resistance, and dependency behavior.
Consensus: Proof of RegistryRemzar does not use open-ended Proof-of-Work mining.
The consensus model is Proof of Registry. Validators must be known to the chain before they can propose blocks and earn rewards. Leader selection is deterministic and based on registry state and chain state.
The model includes:* explicit validator registry
* validator warmup
* quarantine rules
* heartbeat renewal
* lease expiry
* dead-peer eviction
* deterministic leader selection
* deterministic failover rounds inside each 30-second slot
The purpose is to avoid an energy-race mining model while keeping block production bounded, auditable, and reproducible by nodes.
Interactive CLI SystemRemzar is operated through a built-in interactive CLI menu system.
The menu is shown on the Remzar About page:https://www.remzar.com/about.htmlThe operator runs the Windows executable and selects a numbered option from the menu. The goal is to keep the full node workflow inside one application instead of requiring separate wallet software, explorer tools, database tools, or external scripts.
Current menu operations include:1. Setup Database
2. Generate New Wallet
3. Start Node
4. View Blockchain Console
5. Send Remzar Coin
6. Receive Remzar Coin
7. View Participant Status
8. Check Wallet Balance
9. List Wallets
10. Create Certificate / NFT / RWA Certificate
11. Send Chat over P2P
12. Send File over P2P
13. Wallet Utilities
14. Backup Wallet
15. Debug / Validate Wallet Storage Keys
16. Export Debug Logs
17. Audit Report
18. Optional Game Module
19. FAQ / Built-in User Manual
20. Safe Exit
Examples:
Press 2 to create encrypted wallets.
Press 3 to start the node.
Press 4 to view the live blockchain console.
Press 5 to send coins.
Press 17 to export a chain audit report.
Press 19 to open the built-in user manual.This CLI system is part of Remzar’s design goal: a self-contained L1 blockchain node that can be operated locally from one executable.
The goal is to make the full node lifecycle available from one local application.
Wallet System
Remzar wallets are encrypted local wallet files.
The wallet system uses:* ML-DSA-65 keypairs
* encrypted wallet files
* passphrase protection
* Argon2id passphrase hardening
* AES-GCM authenticated encryption
* zeroization discipline for sensitive buffers
* wallet addresses derived from public-key commitments
Wallet generation, wallet listing, balance checks, backups, transaction signing, and wallet validation are built into the CLI.
Block and Transaction ModelRemzar uses bounded validation rules and fixed protocol limits.
The block batch model is:
1. Transactions are created and serialized deterministically.
2. Transactions are hashed into 64-byte transaction IDs.
3. Transaction IDs are committed into a Merkle root.
4. The Merkle root is signed once with ML-DSA-65.
5. Peers verify leader eligibility, block bounds, Merkle commitment, signature, and state transition.
This keeps verification simple and auditable.
AuditabilityAuditability is built into the node.
The operator can:
* inspect chain state locally
* view live chain activity
* export logs
* export JSON/PDF-style audit reports
* verify selected block ranges
* inspect transaction and block data
* produce local records without relying on a centralized explorer
This is intended for operators, merchants, organizations, and technical reviewers who want local verification instead of hosted infrastructure.
Certificate / NFT / Data Anchoring Utility
Remzar includes a Certificate / NFT / RWA-style utility path.
The purpose is data anchoring and receipt generation.
The intended model is:
1. Hash a file or data object.
2. Submit a record to the chain.
3. Create a receipt or certificate.
4. Verify the record later against committed chain data.
Large files are not intended to be stored directly in the L1 block body. The chain stores hashes, commitments, and records for verification.
TokenomicsNative asset: REMZAR
Ticker: ZAR
Maximum supply: 200,000,000 ZAR
Current configuration:
* no protocol-level premine
* no founder allocation configured
* no treasury mint configured
* no staking bucket configured
* no gaming supply bucket configured
* issuance comes from validator block rewards only
* genesis reward is 0 ZAR
Reward schedule:Genesis: 0 ZAR
Step 1: 20 ZAR per block for 500,000 blocks
Step 2: 10 ZAR per block for 500,000 blocks
Step 3: 5 ZAR per block for 500,000 blocks
Step 4: 2 ZAR per block for 500,000 blocks
Stabilized tail: 1 ZAR per block until the maximum supply is exhausted
When the maximum supply cap is reached, block rewards stop permanently.
Current Release Status
Current status:
* working private chain/demo exists
* solo-founder implementation
* Windows executable at launch
* Linux, macOS, and Docker are future targets
* no public GitHub repository at this time
* binary access before public launch is permission-based
* planned public launch date is 2026-06-26
How controlled access works:1. Contact the founder by email.
2. Request access as a serious node operator or technical reviewer.
3. If approved, receive the executable package.
4. Run the Windows .exe.
5. Follow the interactive CLI menu.
6. Generate a wallet, start a node, connect to peers, and use the built-in tools.
NetworkingRemzar uses a libp2p-based peer-to-peer networking layer for peer discovery, gossip, request/response exchange, peer identity, and transport multiplexing.
Default node port: 36213
Public bootstrap information will be published closer to launch. During the private working/demo stage, bootstrap access is controlled.
Security StatusRemzar is a working blockchain implementation, but it is still a new network and should be treated carefully.
Important notes:
* Remzar is not described as “quantum-proof forever.”
* No investment claim is made.
* No profit claim is made.
* No token sale is announced here.
* No external third-party security audit is claimed in this announcement.
* Operators should test carefully and use the software at their own risk.
* The full system should be reviewed end-to-end, including cryptography, serialization, networking, storage, key handling, consensus logic, and release binaries.
LinksWebsite:
https://www.remzar.com/Contact:
[
remzarchain@gmail.com]
Whitepaper:
Available on the Remzar website.
ClosingRemzar is a single-binary Rust Layer-1 blockchain built around local operation, Proof of Registry consensus, post-quantum-oriented cryptographic components, encrypted wallets, bounded validation, peer-to-peer utilities, data anchoring tools, and built-in auditability.
This thread is for technical discussion, implementation feedback, node operation questions, and public launch updates.
No hype. No investment claims. No token sale announcement. This is a technical announcement for a working L1 blockchain implementation.