Nomos Weekly Update - 2025-10-06
Nomos Bedrock
Research
-
Cryptography:
- General Cryptography Review To-Do List audit process ongoing with comprehensive repository reviews
- Alternative Polynomial Commitment Schemes reviewed as options for DA v2 verification speedup with initial observations showing faster verification schemes exist but with larger proof sizes compared to KZG
- Optimized v1 implementation achieving approximately 2x performance improvements
- Batching optimizations for expected 20% Execution improvements in progress
- Post-quantum PCS analysis initiated for DA v2 with significant proof size implications identified
- Audit report preparation initiated
-
Cryptarchia:
- Cryptareon: Scalable and Resilient Multi-Proposer Consensus paper draft improved with technical and editorial comments addressed and new plot generation for Praos/C1 aligned with Cryptareon simulations
- Cryptarchia v2 analysis efforts continued
-
Tokenomics:
- Preliminary Research Dynamic Stake Estimation model development with data storage markets implementation and validator behavioral framework for system entry/exit
- PoS simulation dashboard cosmetic adjustments in progress
Development
-
Cryptarchia Core:
- Block reconstruction from network proposals with addressed review issues and content ID calculation logic for Header
- Mempool Maintenance engineering doc created for efficient transaction storage and validation
- Renamed mempool service to tx-service reflecting expanded scope
- Nomos storage benchmarking suite developed for validator storage measurement under realistic load with RocksDB tuning capabilities
- Mempool improvements implementation initiated based on engineering doc
-
Ledger and Transaction Processing:
- Membership tracking in ledger integrated into ledger instead of separate service for simplified rewards distribution
- Enforce tx ops validity at type level merged
- Membership migration to ledger review and finalization in progress
- Rewards validation work planned following membership migration completion
-
Wallet Integration:
- Leader uses wallet for eligible notes implementation completed
- DA/Wallet integration planned for blob transaction payments with owned notes
- Wallet API for building mantle transactions in progress
- Missing PoL inputs implementation planned
-
ZK Components:
- ZK keys signature implementation for KMS
- Multisign Support for multiple keys in KMS module
-
Network and Storage:
- Convert BE to LE wire encoding migration in review
- Batching optimizations and additional improvements for Execution performance
Nomos Bedrock Services
Research
-
Blend Network:
- Statistical mechanics of anonymous communication sender anonymity analysis for simple scenario with two sender nodes, one mix node, and one receiver node
- Minimum entropy S(O)=0 when message timelines do not overlap enabling adversarial mapping
- Maximum entropy S(O)=1 when message timelines overlap preventing adversarial mapping
- Average entropy E[S(O)] approaches ⅔ for large discrete time sets with de-anonymization probability approaching 1/3
- Analytical framework development planned for k sender nodes with mix node scenarios
- Blend Protocol Session Transition Period generalized description extended to cover epoch transitions
-
Data Availability:
- NomosDA Rewarding wording improvements and clarification for empty opinion vector creation when opinions cannot be gathered
Development
-
Blend Network:
- Blend->chain leader dependency for private PoL info merged
- Pre-computed winning PoL slots implementation for Blend and interested consumers near merge
- Blend->chain leader dependency for public PoL epoch info implementation ready for merge
-
Data Availability:
- Opinion aggregator merged with SDP Activity Proof helper methods
- Provider ID to peer ID mappings storage for opinion vector formation
- Sorted provider ID based opinion vectors with empty byte support for session 0
- Opinion aggregation PRs finalization in progress
- Session updates broadcasting from chain service instead of membership service subscription
Road to Production, Testnet and Tooling
Development
-
Testnet Infrastructure:
- Risc0 removal from docker images completed
- Circuit binary setup in docker images implemented
- Local testnet and testnet.nomos.tech updated to master
-
Circuits and Tooling:
- Circom Circuits Release Docs documentation explaining release workflow triggers
- Nomos Circuits Migration to dedicated repository from nomos-pocs
- Setup Circuits Version Parameter for pinned workflows and stability
-
Node Improvements:
- Nomos Block Explorer PoC with simple HTML frontend and FastAPI indexer backend using faked data
- Block Explorer finalization with live node integration planned
Business Development
-
Conference Participation:
- Dark Prague keynote speaking engagement scheduled for October 4th
-
Strategic Partnerships:
- Nomos Node Program Research ecodev activities ongoing
- Nomos CRM update with Aztec research for node incentive programs
Documentation
-
Blog Posts:
- SDP blog post published
- Nomos Monthly September published
-
Tutorials:
- Building a Prover sovereign rollup tutorial section completed
- Building a Light Node tutorial section in progress