Architecture Overview
This page provides a high-level view of the NØNOS-Ecosystem architecture. For deeper technical details, see the Technical Architecture section.
System Layers
╔═══════════════════════════════════════════════════════════════════════╗
║ APPLICATION LAYER ║
║ ┌─────────────────────────────────────────────────────────────────┐ ║
║ │ BROWSER │ ║
║ │ • Native WebView (Rust/Tauri) │ ║
║ │ • Svelte UI Components │ ║
║ │ • Integrated Wallet │ ║
║ │ • Security Level Controls │ ║
║ └─────────────────────────────────────────────────────────────────┘ ║
╠═══════════════════════════════════════════════════════════════════════╣
║ SERVICE LAYER ║
║ ┌───────────────┐ ┌───────────────┐ ┌───────────────────────────┐ ║
║ │ ZK Identity │ │ Cache Mixer │ │ Tracking Blocker │ ║
║ │ Service │ │ Service │ │ Service │ ║
║ └───────────────┘ └───────────────┘ └───────────────────────────┘ ║
║ ┌───────────────┐ ┌───────────────┐ ┌───────────────────────────┐ ║
║ │ Health │ │ Quality │ │ Stealth Address │ ║
║ │ Beacon │ │ Oracle │ │ Scanner │ ║
║ └───────────────┘ └───────────────┘ └───────────────────────────┘ ║
╠═══════════════════════════════════════════════════════════════════════╣
║ NETWORK LAYER ║
║ ┌─────────────────────────────────────────────────────────────────┐ ║
║ │ P2P NETWORK (libp2p) │ ║
║ │ ┌─────────┐ ┌─────────┐ ┌─────────┐ ┌─────────────────────┐ │ ║
║ │ │Kademlia │ │GossipSub│ │ Noise │ │ Yamux Multiplexing │ │ ║
║ │ │ DHT │ │ Pub/Sub │ │Encryption│ │ │ │ ║
║ │ └─────────┘ └─────────┘ └─────────┘ └─────────────────────┘ │ ║
║ └─────────────────────────────────────────────────────────────────┘ ║
╠═══════════════════════════════════════════════════════════════════════╣
║ SETTLEMENT LAYER ║
║ ┌─────────────────────────────────────────────────────────────────┐ ║
║ │ ETHEREUM MAINNET │ ║
║ │ ┌─────────────┐ ┌─────────────┐ ┌─────────────────────────┐ │ ║
║ │ │ NOX Token │ │ Staking │ │ Reward Claims │ │ ║
║ │ │ (ERC-20) │ │ Contract │ │ Contract │ │ ║
║ │ └─────────────┘ └─────────────┘ └─────────────────────────┘ │ ║
║ └─────────────────────────────────────────────────────────────────┘ ║
╚═══════════════════════════════════════════════════════════════════════╝Component Overview
Application Layer
Component
Technology
Purpose
Service Layer
Service
Function
Technology
Network Layer
Protocol
Purpose
Implementation
Settlement Layer
Contract
Address
Function
Data Flow
Browser Request Flow
Node Reward Flow
Node Types
Full Node (Recommended)
Light Node
Security Model
Trust Boundaries
Cryptographic Guarantees
Guarantee
Mechanism
Property
Integration Points
Browser ↔ Daemon
Daemon ↔ Network
Daemon ↔ Ethereum
Summary
Layer
Purpose
Technology
Last updated
Was this helpful?


