Mondoshawan is a next-generation Layer 1 blockchain featuring:
| Feature | Description |
|---|---|
| Ticker | QMON (Q=Quantum, MON=Mondoshawan) |
| Max Supply | 1,000,000,000 QMON (1B); 70% mining, 30% genesis (vested) |
| Consensus | GhostDAG (parallel block production) + post-quantum signatures |
| Mining | TriStream: GPU 45% + ASIC 35% + ZK Proving 20% per block |
| Smart Contracts | Full EVM compatibility via revm |
| Security | NIST post-quantum (ML-DSA/Dilithium) |
| Deflationary | 50% of transaction fees burned per block |
Three parallel mining streams (mainnet design):
| Stream | Share | Hardware | Notes |
|---|---|---|---|
| GPU | 45% | Consumer GPUs | Memory-hard; broad accessibility |
| ASIC | 35% | ASICs | High security; Kaspa-style commitment |
| ZK Proving | 20% | ZK proof hardware | Privacy, bridges, post-quantum ZK |
Testnet currently runs a single stream (e.g. 50 QMON/block). Full TriStream and Kaspa-style chromatic emission apply at mainnet.
- GhostDAG Consensus - DAG-based consensus allowing parallel block production
- EVM Compatible - Deploy Solidity contracts, use MetaMask, ethers.js
- SIMD-Accelerated Mining - AVX2/SSE2 optimized for performance
- Post-Quantum Ready - Dilithium signatures, Kyber key exchange
- AI Security Layer - Real-time fraud detection and risk scoring
- Horizontal Sharding - Scale with cross-shard transactions
- Rust 1.75+ (Install)
- Node.js 18+ (for frontend/testing)
# Clone the repository
git clone https://github.com/dev-mondoshawan/mondoshawan.git
cd mondoshawan/mondoshawan-blockchain
# Build and run
cargo build --release
cargo run --release --bin node -- --port 9090 --single-stream| Setting | Value |
|---|---|
| Network Name | Mondoshawan Testnet |
| RPC URL | http://localhost:8545 |
| Chain ID | 1338 |
| Currency Symbol | QMON |
mondoshawan/
??? mondoshawan-blockchain/ # Rust blockchain implementation
? ??? src/
? ? ??? blockchain/ # Core blockchain logic
? ? ??? consensus/ # GhostDAG consensus
? ? ??? evm/ # EVM integration (revm)
? ? ??? mining/ # TriStream mining
? ? ??? network/ # P2P networking
? ? ??? sharding/ # Horizontal sharding
? ? ??? security/ # AI fraud detection
? ? ??? rpc/ # JSON-RPC API
? ??? tests/ # Integration tests
??? mondoshawan-desktop/ # Tauri desktop wallet
??? mondoshawan-explorer/ # Block explorer frontend
??? contracts/ # Solidity smart contracts
??? docs/ # Documentation
| Document | Description |
|---|---|
| Whitepaper | Technical vision and architecture |
| Tokenomics | QMON economics: 1B supply, 70/30 split, TriStream, fee burn, IKO summary |
| API Reference | JSON-RPC API documentation |
| Node Setup | Running a node guide |
| MetaMask Guide | Wallet connection |
| Wiki | Complete documentation |
Reference (Word, IKO / biz):
- QMON_Tokenomics.docx — Full tokenomics, vesting, milestones (authoritative for IKO).
- QMON_One_Pager.docx — One-pager: differentiators, IKO structure, use of proceeds.
- QMON_Technical_Overview.docx — Technical overview.
- QMON_Roadmap.docx — Roadmap and phases.
| Component | Status |
|---|---|
| Core Blockchain | ? Operational |
| TriStream Mining | ? Working |
| GhostDAG Consensus | ? Implemented |
| EVM (revm) | ? Basic integration |
| P2P Networking | ? Multi-node verified |
| JSON-RPC API | ? Ethereum-compatible |
| MetaMask | ? Compatible |
| Sharding | ✅ Async messaging, receipts, Phase 5/6 (retry, timeout, StateSync); see SHARDING_OPTIMIZATION.md |
| Security Audit | ? Not yet audited |
Note: This is testnet software. Not production-ready. See TECHNICAL_STATUS.md for honest assessment.
| Metric | Value |
|---|---|
| Max Supply | 1,000,000,000 QMON (1 billion) |
| Mining | 70% (~30-year emission; Kaspa-style smooth decay) |
| Genesis (vested) | 30% (Ecosystem 8%, IKO 7%, Team 5%, Dev 4%, Liquidity 3%, Marketing 2%, Treasury 1%) |
| TGE Circulating | 1.4% of supply |
| Fee Burn | 50% of tx fees burned per block |
| IKO | Polygon ERC-20 wrapper; mainnet swap at launch (see QMON_One_Pager) |
See TOKENOMICS.md for full allocations, vesting, and design rationale. Canonical IKO details: QMON_Tokenomics.docx.
We welcome contributions! Please see:
- Website: mondoshawan.io
- Twitter/X: @DevMondoshawan
- GitHub: dev-mondoshawan/mondoshawan
- Explorer: mondoshawan.io/explorer
MIT License - see LICENSE for details.
Copyright � 2026 Mondoshawan Protocol
Built with Rust 🦀 | EVM Compatible ⚡ | Post-Quantum Ready 🔐
David Cooper
CCIE #14019
