The complete public architecture of Denaris — how it is built, why it is built that way, and which decisions define the protocol at launch.
Table of Contents
This document defines the public protocol architecture of Denaris. It is not intended to be a low-level implementation manual, nor a purely academic formal spec. Its role is to explain how Denaris is built, why it is built that way, and which architectural decisions define the protocol at launch.
Denaris should be understandable before it asks to be trusted.
This specification focuses on:
Denaris is a money-first, proof-of-work settlement protocol.
What Denaris IS
What Denaris is NOT
Denaris is designed to be serious digital money infrastructure.
The Denaris protocol is built to satisfy six main technical objectives.
The architecture must support the project's monetary identity, not dilute it.
The protocol must launch cleanly and remain stable during the most fragile early network phase.
The node, networking, and sync model should remain realistic for technically serious operators.
The MVP should contain what is necessary and avoid what belongs in later phases.
Leave room for future privacy, L2, smart-policy, and machine-native payment layers.
The design should be understandable, explainable, and defensible.
These objectives define what Denaris includes — and what it deliberately excludes.
Denaris uses proof of work as its consensus mechanism. This is a foundational decision. Denaris is explicitly designed as a hard-money-oriented protocol, and proof of work remains the most appropriate consensus model for that category because it ties block production to external cost rather than purely internal stake weight.
Denaris is not trying to optimize for stake-based capital coordination. It is trying to build a neutral monetary base layer with stronger continuity to the proof-of-work tradition, while improving launch architecture, network posture, and protocol discipline.
This is a category choice, not just a technical choice.
Mining Algorithm
RandomX — memory-hard, CPU-friendly, ASIC-resistant
This is one of the most important protocol decisions in the project.
The purpose of this design is to reduce the probability of immediate launch capture by pre-existing Bitcoin-compatible industrial ASIC infrastructure. A new proof-of-work monetary network launched in 2026 should not pretend that mining hardware asymmetry is irrelevant.
RandomX Algorithm Properties
Memory-hard (CPU-optimized)
ASIC-resistant by design
Proven security track record
Not SHA-256 clone-compatible
Target Block Interval
90-second blocks
This target was selected because it offers a stronger long-term compromise than both slow legacy cadence and overly aggressive fast-block vanity design.
Denaris is designed around reliable cadence, not around chasing the shortest possible confirmation rhythm for marketing purposes.
Adjustment Model
ASERT-style continuous difficulty adjustment
The purpose of this model is to keep block production near the target cadence even when miner participation changes quickly.
Design Benefits
Cadence consistency
Network predictability
Launch-phase resilience
Difficulty adjustment protects timing, not total supply by itself. This is why Denaris combines difficulty logic with a reward warm-up phase and a smooth emission model.
Architecture
UTXO-based ledger model
Denaris is designed around money behavior, not generic application sprawl.
Denaris launches with a modern cryptographic authorization stack built on Schnorr signatures, native Taproot, and MAST.
Cryptographic Stack
This does not mean Denaris launches as a generalized smart-contract chain. It means it adopts a more modern and composable monetary base-layer design.
Denaris supports money-adjacent programmable policy, not generalized app-chain execution.
MVP Scripting Scope vs Exclusions
Supports
Excludes at MVP
Denaris is designed for smart money behavior, not generalized on-chain app sprawl.
Headline Supply
42,000,000 DENRS
Emission Horizon
~60 years smooth emission
Year One Target
~3.4M DENRS
Tail Emission
Minimal perpetual security emission
90-Day Warm-Up Schedule
Treasury Allocation
6% transparent development treasury per block
This is protocol-native reward logic, not a giant premine.
Embedding treasury logic into the reward structure is cleaner than creating a large discretionary insider reserve at genesis. It also improves transparency and public legibility.
Transparency Requirements
Public
Documented
Structurally understandable
A 2026 protocol should not default to legacy-era networking assumptions if stronger, cleaner choices are available.
Transport
Encrypted peer-to-peer transport from launch
Network Layer Goals
Robust
Practical
Modern
Launch-friendly
Denaris is designed so that a serious user can run a full node on:
A monetary protocol loses credibility if meaningful verification becomes unrealistic for technically serious participants.
Understandable
Stable
Configurable
Suitable for real-world use
The Denaris MVP includes a practical baseline wallet and CLI interaction model. At minimum:
Address generation
Send & receive
Balance visibility
Mining payout routing
Operational control
Chain-state inspection
A protocol is not launch-ready if it can only be understood conceptually. Denaris must be operationally legible as well.
Privacy-aware, not privacy-maximalist.
Denaris utilizes BIP 352 (Silent Payments) as its primary privacy layer. Each transaction creates a unique P2TR (Pay-to-Taproot) output that is cryptographically tied to the recipient but mathematically indistinguishable from regular outputs to third-party observers.
The protocol uses the sender's private key and the receiver's scanning key to generate a shared secret, which is then used to "tweak" the recipient's public key for the specific transaction. This ensures that no link can be established between multiple payments to the same entity by analyzing the public ledger.
To maintain "Zero-Sync" performance, Denaris employs GCS (Golomb-Coded Sets) filters. This allows mobile wallets to scan the blockchain for their specific Silent Payment outputs without compromising privacy or downloading unnecessary data.
The Denaris Alias system acts as the frontend for Silent Payments, allowing users to send "invisible" payments to a simple @name handle.
Silent Payments let Denaris achieve high-grade financial confidentiality without the regulatory baggage of "Privacy Coin" architectures.
Denaris is built in the L2 era, and its architecture reflects that.
MVP Position
L2-ready / DA-ready — not activated at genesis
Denaris is designed for scalable settlement, not for launch bloat.
Denaris is not designed as an AI-branded protocol. However, it ships with concrete infrastructure for machine-native interaction.
The protocol includes:
AI-ready with concrete tooling, not AI-dependent marketing. That is the correct architectural and brand posture.
Denaris is intended to be explorer-friendly from launch. A serious protocol should offer public visibility into:
Denaris implements a complete modern authorization stack: 64-byte Schnorr signatures on secp256k1, native BIP341 Taproot with hidden spending conditions, MAST branching for conditional payment logic, and MuSig aggregation for multi-party signatures that appear as a single signer on-chain. Gasless onboarding is achieved through specialized SIGHASH_ANYONECANPAY signature hashing, allowing sponsors to cover transaction fees for new users at the consensus level.
Authorization Stack
Modern authorization, not complexity for its own sake.
Denaris is designed with stronger self-custody assumptions in mind. That includes delayed paths, recovery-aware spending models, and clearer multi-path authorization structure. The objective is not to turn the chain into a general smart-contract platform, but to support stronger money custody patterns directly within a disciplined monetary architecture.
Custody Architecture Direction
Delayed Paths
Time-gated spending
Recovery Models
Safe fallback routes
Multi-Path Auth
Structured access
Denaris does not frame treasury funds as a simple founder-controlled wallet. The architecture direction includes delayed release logic, operator safety layers, emergency control thinking, and cleaner stewardship structure. The treasury is intended to behave more like protocol infrastructure than discretionary loose capital.
Treasury Safety Layers
Delayed Release
Time-gated disbursement logic
Operator Safety
Layered access controls
Emergency Controls
Crisis response architecture
Clean Stewardship
Protocol-grade governance
The treasury is protocol infrastructure, not discretionary loose capital.
Denaris is not being designed only around heavyweight full-node assumptions. Its architecture also considers future light-client and lightweight verification directions, including cleaner query surfaces, proof-oriented flows, and more practical client access patterns over time.
Light Client Design Considerations
Clean query surfaces
Proof-oriented flows
Practical access patterns
Lightweight verification
Rather than assuming static transaction pricing forever, Denaris combines ASERT-style difficulty adjustment with Elastic Block Space — dynamically sized blocks that expand under congestion — supplemented by real-time Transaction Telemetry at the P2P layer, effectively eliminating "pending transaction anxiety" for end users.
Fee Direction
ASERT + Elastic Block Space + Transaction Telemetry
Future protocol improvements should not be introduced through chaos. Denaris is being designed with structured deployment, activation, compatibility, and rollout discipline in mind, so future features can be introduced through clearer lifecycle logic and lower split risk.
Upgrade Lifecycle
Proposal
Define scope
Deployment
Code release
Signaling
Network readiness
Activation
Clean transition
Protocol improvements through discipline, not chaos.
Denaris considers longer-term Utreexo accumulator and stateless-oriented directions. This does not mean the launch system is fully stateless, but it does mean the architecture is already shaped with state commitment, proof-carrying validation direction, Zero-Sync (ZK-STARK) preparation, and future node-burden reduction in mind.
Stateless Architecture Direction
Utreexo accumulators
State commitments
ZK-STARK preparation
Node burden reduction
Denaris is not pretending to be post-quantum today. Instead, it is being built with migration discipline in mind: cleaner upgrade paths for key families, future cryptographic transition planning, and architecture that can evolve if long-term assumptions around signatures and security materially change.
Not post-quantum theater — migration discipline built into the architecture.
Denaris is defined not only by what it includes, but by what it deliberately refuses to force into genesis.
Excluded From MVP
This is not a lack of ambition. It is protocol discipline.
MVP Includes
V2 May Include
Denaris is strongest when the launch protocol is clean, credible, and sharp — not overloaded.
Denaris is a proof-of-work, UTXO-based, money-first protocol designed to modernize where crypto learned something useful and remain conservative where money infrastructure requires discipline.
Denaris is not trying to become everything. It is trying to become one of the strongest modern monetary base layers in the category.
Protocol Name
Denaris
Project Label
Project Denaris
Ticker
DENRS (working)
Consensus
Proof of Work (RandomX)
Mining Posture
RandomX CPU-friendly, ASIC-resistant
Ledger Model
UTXO
Block Target
90 seconds
Difficulty Model
ASERT continuous + Elastic Block Space
Signature Scheme
Schnorr (secp256k1)
Headline Supply
42,000,000 DENRS
Emission Horizon
60 years
Tail Emission
Minimal perpetual
Deflationary Mechanism
20% Base Fee Burn
Treasury
6% protocol dev
Base Address
Base58 / Denaris Alias System
Launch Phase
90-day warm-up
Networking
Encrypted P2P