Active Nodes: 42 Global
Network Hash Rate: 124.8 KH/s
Consensus Security: 100.00% PQ-Secure
Dynamic Min Fee: 0.0010 ADD
ADD Circulation: 1,248,500 ADD
Sovereign Mainnet Active

The Next Era of Decentralized Ledger Security

Decentralized Layer 1 post-quantum ledger built for the computational threats of tomorrow. Secure local operations console for keygen routing, CPU block miners, custom assets, and VM smart contracts.

BLOCK SPEED < 4.85s Optimal (Memory-Bound)
QUANTUM SECURITY 100% SECURE ML-DSA-87 / Kyber
ZK-PRIVACY LEVEL MAX SHIELD STARK / Goldilocks
P2P PEERS 42 ONLINE Global Node Mesh
Launch Operations Console Read Technical Livre Blanc
L1 Mainnet P2P Visualization

Core Cryptographic Subsystems

Mathematically proven and production-grade technologies driving the L1 architecture.

Post-Quantum Signatures

Traditional cryptography will fall to Shor's algorithm. ADDITION natively implements NIST-standardized ML-DSA-87 module-lattice digital signatures derived via double SHA3-512 public hashing, ensuring absolute safety in the quantum computing era.

ASIC-Resistant PoMW

Unlike traditional mining dominated by industrial hardware, ADDITION utilizes a 1 MiB memory-hard Proof of Measurable Work (PoMW) algorithm. Enforcing RAM bandwidth bounds over 16 complex scratchpad rounds returns block-sealing rewards back to consumer CPU hardware.

Confidentialité ZK-Shield

Absolute sovereignty requires privacy. The ZK-Shield subsystem processes zero-knowledge range proofs optimized over the Goldilocks Prime Field. Users wrap native coins into private note commitments, achieving complete transaction anonymity with zero double-spend risks.

Desktop Operations Dashboard

Download Desktop Operations Console

Manage keys, monitor transaction pools, claim staking rewards, and launch local GPU workers using our premium multi-threaded desktop GUI client. Native post-quantum signature verification built directly into the client.

WINDOWS x64 Download Windows (.zip) MACOS (UNIVERSAL) Download macOS (.zip)
High-Speed Decentralized Transaction & RPC Routing Plan

Visual layout representing the flow of data from this front-end interface through the Secure JSON-RPC HTTP Gateway into the local C++ Daemon, and its gossip propagation across peer-to-peer validation networks:

Web Client Portal Port 5173 (Vite) JSON-RPC POST HTTP RPC Gateway Port 8545 (ECDH Encryption) Secure TCP Socket L1 Daemon Node additiond.exe (Port 8546) Core C++ Engine P2P Gossip (Port 28545)
L1 Post-Quantum Cryptographic Wallet
e48d89a9efd7b844fae2398d16bd3ab8968cd5bb
ADD Coin
CONFIRMED REGISTERED BALANCE
50.00 ADD
1 MiB CPU Block Solver

Compute randomized RAM allocation mixing puzzles on active CPU threads, verifying scratchpad hash boundaries and submitting block solutions directly to the C++ node validator.

#0 GENESIS f3a2bb
[System] Miner environment ready. Active solver thread mapped to C++ gateway.
Post-Quantum Custom Token Factory

Configure custom cryptocurrency metadata and minting caps. Deploy assets directly into the decentralized Layer 1 state ledger.

L1 Smart Contract Compiler & Execution VM
[System] VM state manager ready. Awaiting contract commands...
Windows Daemon PowerShell Console

Directly control the L1 daemon process using local endpoint TCP wrappers inside your powershell shell sessions:

# 1. Fetch Node Network Status
Invoke-RestMethod -Uri "http://127.0.0.1:8545/api/rpc" -Method Post -ContentType "application/json" -Body '{"jsonrpc": "2.0", "method": "getinfo", "params": [], "id": 1}'
# 2. Mine Blocks to Address
Invoke-RestMethod -Uri "http://127.0.0.1:8545/api/rpc" -Method Post -ContentType "application/json" -Body '{"jsonrpc": "2.0", "method": "mine", "params": ["e48d89a9efd7b844fae2398d16bd3ab8968cd5bb"], "id": 1}'
# 3. Retrieve Cryptographic Balance
Invoke-RestMethod -Uri "http://127.0.0.1:8545/api/rpc" -Method Post -ContentType "application/json" -Body '{"jsonrpc": "2.0", "method": "getbalance", "params": ["e48d89a9efd7b844fae2398d16bd3ab8968cd5bb"], "id": 1}'
Software & Hardware Integrations
EVM MetaMask Integration (Cross-Chain Bridge)

MetaMask operates strictly on classic ECDSA signatures and does not support L1 post-quantum keys directly. Users bridge assets through the secure Ethereum escrow vault: ERC-20 tokens are locked, and wrapped equivalents are dynamically minted on the ADDITION L1 network.

Ledger Hardware Integration (ML-DSA Applet)

Keep cryptographic keys offline. Our specialized Ledger applet computes post-quantum lattice public keys and signs transactions securely on-device using standard MuSig2 aggregation, combining hardware isolation with quantum immunity.

Technical Specifications Summary
1. Zero-Knowledge Range Proofs

Confidential transactions are validated using trace polynomial checks modulo the Goldilocks Field ($GF(2^{64}-2^{32}+1)$). Generating nullifiers secures note spending with mathematically complete double-spend protection.

2. NIST ML-DSA-87 Digital Signatures

Derived securely using module-lattice structures. Unlike classical systems vulnerable to quantum factorization, ML-DSA relies on the hardness of high-dimensional lattice vector mathematical problems, establishing full cryptographical safety.

3. Custom Token Creation Protocol

Deploy custom, post-quantum secure cryptocurrencies natively on the L1 state. By issuing a token_create_ex call, the platform creates a distinct asset class tracked by the ledger's core database. Mint, burn, and transfer logic are fully managed with post-quantum security guarantees, allowing developers to configure max caps, decimals, and burnable policies.

4. VM Smart Contract Architecture

The ADDITION Virtual Machine evaluates Turing-complete state validation scripts on-chain. Using persistent key-value storage (set, add, get operators), smart contracts are assigned a distinct SHA3-512 identifier. Developers deploy contract logic through contract_deploy and trigger transaction state transitions securely using contract_call with automated VM checks.