Skip to main content

Questions Technical

Network Architecture

Can Mycelium really find the shortest path?

Yes. Mycelium implements sophisticated routing algorithms that identify and use the shortest physical path for data transmission:

  • Dynamic Path Calculation: The system continuously measures latency, bandwidth, and reliability between nodes
  • Geographic Awareness: Node locations are considered to minimize physical distance traveled by data
  • Real-Time Adaptation: Routing adapts dynamically as network conditions change
  • Multi-Protocol Support: Works across TCP, QUIC, UDP, satellite, and wireless connections
  • Automatic Rerouting: If a path becomes unavailable, the system automatically finds alternatives

This approach reduces latency, improves performance, and decreases energy consumption compared to traditional internet routing, which follows business policies rather than efficiency.

How does Mycelium Network handle security?

Mycelium Network implements security at multiple architectural levels:

  • End-to-End Encryption: All communication between participants is encrypted from source to destination
  • Cryptographic Authentication: Network addresses are cryptographically linked to private keys, preventing spoofing
  • Network Isolation: Workloads operate in isolated private networks by default, with no automatic public internet connectivity
  • Distributed Security Model: Rather than perimeter firewalls, security is implemented at the endpoint level through cryptographic verification
  • Zero-Trust Architecture: All components undergo cryptographic verification before execution
  • Whitelist-Based Access Control: Applications can implement granular access policies based on cryptographic identities and group permissions
  • Proof of Authenticity (POA): The system verifies communication endpoints to ensure participants are connecting to legitimate services

This distributed approach creates a more resilient security architecture than traditional firewall-based models.

Can Mycelium work offline or with limited connectivity?

Yes. Mycelium is specifically designed for challenging network environments:

  • Multi-Connection Support: Routes traffic across multiple connection types (peer nodes, satellite, cellular, fiber)
  • Automatic Failover: If one link fails, traffic automatically reroutes through available paths
  • Limited Bandwidth Optimization: Operates efficiently with low-bandwidth connections
  • Mesh Network Support: Local nodes can establish mesh networks for regional connectivity
  • Bandwidth Aggregation: Combines available bandwidth from multiple sources for improved throughput
  • Persistent Sessions: Connections remain active despite individual link disruptions
  • Off-Grid Compatibility: Can operate independently of traditional internet when sufficient local connectivity exists

This makes Mycelium suitable for remote areas, disaster scenarios, and regions with connectivity constraints.

Storage & Data Integrity

Can ThreeFold storage really never lose data?

ThreeFold's Quantum Safe Storage (QSS) implements multiple mechanisms to prevent data loss:

  • Mathematical Encoding: Data is mathematically encoded into equations distributed across multiple nodes; any sufficient subset can reconstruct the original data
  • Automatic Bitrot Detection: The system continuously verifies data integrity and automatically detects corruption
  • Self-Healing Architecture: Upon detecting missing or corrupted fragments, the system automatically regenerates them from surviving equations
  • Redundancy Configuration: Typical 16/4 configuration allows loss of any 4 out of 20 storage nodes without data loss
  • Geographic Distribution: Data fragments can be stored across geographically diverse locations
  • Zero-Knowledge Design: No single storage provider has access to complete data, preventing intentional deletion
  • Immutable Recording: Historical data is maintained in append-only format

However, data can be lost if:

  • All redundancy copies are simultaneously destroyed
  • The user intentionally deletes data
  • The mathematical encoding parameters are compromised

Under normal circumstances, QSS provides superior data durability compared to traditional replication.

How efficient is Quantum Safe Storage really?

QSS achieves significant efficiency improvements through mathematical encoding:

Storage Overhead Comparison:

  • QSS (16/4 configuration): 20% overhead (need 1.2 copies of data)
  • Traditional Replication: 300-400% overhead (need 3-4 complete copies)
  • Blockchain: Often 5-10x overhead or more

Practical Benefits:

  • Disk Requirements: 5x fewer disks needed for equivalent redundancy
  • Power Consumption: Proportionally less power for storage infrastructure
  • Cost: Significantly lower infrastructure costs per TB stored
  • Scalability: Enables petabyte-to-zetabyte scale with manageable overhead

Performance:

  • Transfer rate: ~50 MB/sec per filesystem instance
  • File capacity: Up to 2 million files per instance
  • Supported interfaces: IPFS, S3, WebDAV, HTTP, POSIX filesystem

The mathematical approach achieves better reliability with less overhead than any alternative storage method.

Is Quantum Safe Storage actually quantum-safe?

Yes, with important caveats:

Quantum Resistance Mechanisms:

  • Mathematical Dispersal: Data is broken into mathematical equations where no single fragment reveals information
  • Post-Quantum Cryptography: Optional support for post-quantum cryptographic algorithms resistant to quantum attacks
  • Zero-Knowledge Design: The distributed nature provides inherent protection against quantum computing attacks
  • Encryption: Optional integration with post-quantum encryption methods

Limitations:

  • Quantum safety is optional rather than mandatory in current implementations
  • The mathematical encoding itself is quantum-resistant, but encryption layers may not be without explicit configuration
  • Implementation details matter: proper deployment ensures quantum resistance

For organizations requiring quantum-safe storage, QSS provides superior protection compared to centralized systems using conventional cryptography, though explicit post-quantum configuration should be verified.

Compute & Deployment

How fast is MyImage deployment really?

MyImage technology achieves dramatic speed improvements:

Deployment Speed:

  • Traditional Images: 2-5 minutes typical deployment time
  • MyImage Architecture: 10-100x faster, often completing in seconds
  • Initialization: Container/VM startup can be nearly instantaneous

Why the Speed Improvement:

  • Metadata-Only Bootstrap: Initial download is ~2MB metadata vs. ~2GB full image
  • On-Demand Content Fetching: Only required files are downloaded during execution
  • Filesystem Deduplication: Shared components stored once across images
  • Parallel Retrieval: Multiple files fetched simultaneously

Storage Efficiency:

  • Ubuntu image metadata: ~2MB vs. ~2GB standard image (1000x reduction)
  • Total transfer volume: 10x reduction compared to traditional deployment
  • Storage requirements: 10-100x less disk space needed

This makes rapid scaling, updates, and deployment iteration practical at large scale.

Can ZOS really be truly stateless?

Yes. ZOS implements a fundamentally stateless architecture:

How Stateless Operation Works:

  • Network Boot: OS is downloaded and executed entirely from network on each boot
  • No Local Installation: ZOS runs without installation on local storage media (HDD, SSD)
  • Fresh Start: Each boot provides a clean operating system with no persistent local state
  • State Storage: All application state is stored in distributed grid storage, not locally
  • Configuration Distribution: System parameters are cryptographically verified at each boot

Benefits of Stateless Design:

  • Security: No persistent malware or state corruption possible on local disk
  • Simplicity: Hardware failures don't require complex data recovery
  • Autonomy: Nodes can be replaced without data migration
  • Reliability: System is immune to many classes of state-related failures
  • Scalability: Identical nodes can be deployed anywhere without configuration

Practical Considerations:

  • Initial boot requires network connectivity
  • Performance may depend on boot image retrieval speed
  • High-performance applications requiring persistent cache still benefit from attached storage

The stateless model creates a fundamentally more resilient and secure architecture.

How does Deterministic Deployment work?

Deterministic Deployment ensures consistent, reproducible application execution:

Deployment Process:

  1. Complete Specification: All deployment parameters must be defined in advance (network, compute, storage, security)
  2. Cryptographic Signing: Specifications are cryptographically signed by authorizing entities
  3. Multi-Signature Protocol: Deployment may require signatures from multiple parties for authorization
  4. Blockchain Recording: Deployment parameters and signatures are recorded on distributed ledger
  5. Verification: Each deployment phase undergoes cryptographic verification
  6. Execution: Deployment proceeds only if all verification steps pass

Key Properties:

  • Immutable Records: All deployment actions recorded on blockchain for audit
  • No Dynamic Behavior: Runtime parameters cannot be changed after deployment specification
  • Complete Reproducibility: Same specification always produces identical deployment
  • Tamper Protection: Any modification to deployed workload is cryptographically detectable
  • Enforcement: Smart contracts ensure specifications are followed exactly

Advantages:

  • Security through transparency and verifiability
  • Compliance through immutable audit trails
  • Reliability through reproducibility
  • Multi-party trust through consensus-based authorization

Energy & Efficiency

Can ThreeFold really save up to 10x in energy usage?

ThreeFold's infrastructure is designed for significant energy efficiency improvements, though the 10x figure depends on specific use cases:

Energy Optimization Approaches:

  • Optimized Architecture: Minimal OS complexity and reduced context switching improves CPU efficiency
  • Efficient Storage: Forward error-correcting codes require 5x fewer disks, reducing storage power consumption
  • Green Hardware: Support for slow-spinning "green" disks and efficient cooling systems
  • Stateless Design: Eliminates unnecessary background processes and state management overhead
  • Reduced Complexity: Simplified layers minimize processor overhead
  • Shortest Path Routing: Geo-aware network routing reduces data transmission distances
  • Localized Infrastructure: Enables local hosting instead of distant data center reliance

Realistic Efficiency Gains:

  • General Cloud Workloads: 2-5x more efficient than traditional providers
  • Specific Optimized Cases: Up to 10x efficiency possible for workloads like the Hero Personal AI Agent
  • Storage Operations: 5-10x efficiency through encoding instead of replication
  • Network Operations: Significant reduction through shortest-path routing

The 10x figure represents achievable efficiency for optimized deployments rather than guaranteed across all use cases. Most workloads see 2-5x improvement.

How does the Hero Personal Agent achieve extreme energy efficiency?

The Hero Personal Agent achieves up to 10x energy efficiency through multiple optimizations:

Compute Efficiency:

  • Minimal OS: Stateless, lightweight operating system with only essential components
  • Low Context Switching: Event-driven architecture reduces CPU waste
  • Single Instance Model: One Agent per user rather than replicated across services
  • Near-Zero Idle Usage: Efficiently handles idle periods without background overhead

Storage Efficiency:

  • Forward Error Correction: 5x fewer disks required for equivalent reliability
  • Green Disks: Low-power slow-spinning storage devices
  • Optimized Data Structures: Efficient data layout reduces I/O operations

Existence Model:

  • One Copy: Hero Agent exists once on the grid, not 100x copies across services
  • No Redundant Processing: Eliminates duplicate computation across platforms
  • Stateful but Efficient: Maintains state locally to avoid repeated calculations

Power Per Agent:

  • Edge Node Consumption: Typical edge ZOS node uses ~60 watts
  • Capacity Per Node: Runs 100-200 Hero Agents per node
  • Per-Agent Power: Approximately 0.3-0.6 watts per Hero Agent
  • Comparison: Less power than a small LED lightbulb

This combination achieves dramatic energy reduction for this specific use case.

Scalability & Performance

Can Mycelium really scale to planetary level?

Yes. Mycelium is specifically designed for planetary-scale deployment:

Architectural Scalability:

  • Distributed Design: No central bottlenecks or control points that limit scale
  • Mesh Topology: Each node connects to multiple peers, creating redundant paths
  • Babel Routing: Proven routing protocol principles enable efficient routing at scale
  • Horizontal Scaling: Performance and capacity scale with each added node

Real-World Deployment:

  • Current Status: Active in 30+ countries with 30,000+ vCPU deployed
  • Proven Operation: Multiple years of production use demonstrating scalability
  • Continuous Growth: Organic network expansion without architectural limitations

Performance Characteristics:

  • Throughput: Up to 1 Gbps per network agent on consumer devices
  • Wire Speed: 100+ Gbps achievable in datacenter implementations
  • Latency Optimization: Dynamic shortest-path routing minimizes latency
  • Resilience: Network automatically adapts to node failures and congestion

Future Roadmap:

  • Planned enhancements for handling hundreds of thousands of nodes
  • Continued optimization for billions of potential participants
  • Interoperability with emerging technologies (satellite, long-range wireless)

Mycelium has demonstrated capability to operate at global scale and continues to grow.

What is the difference between ZOS v3 and v4?

ZOS v4 (planned H2 2025) represents a major evolution with significant enhancements:

v3 Current Capabilities:

  • Core compute, storage, and networking infrastructure
  • Kubernetes support (ZKube)
  • Virtual machine and container deployment
  • MyImage technology
  • Quantum Safe Storage integration
  • Mycelium Network connectivity

v4 Planned Enhancements:

  • Deterministic Deployment: General availability of Smart Contract for IT
  • Marketplace Integration: Native support for the decentralized marketplace
  • Mycelium Names: Integrated decentralized naming services
  • Cloud Slices: Flexible billing model with marketplace pricing
  • Enhanced Management: Improved UI and management tools for broader audiences
  • Performance Optimization: Further efficiency improvements and scaling enhancements
  • FungiStor Integration: Support for distributed content delivery
  • Better Documentation: Comprehensive guides for easier adoption

Key Difference: v4 shifts from developer/expert focus to broader enterprise and community adoption through improved usability and integrated marketplace features.

Comparison & Alternatives

Why is blockchain not enough?

While blockchain provides important benefits, it has limitations that ThreeFold addresses:

Blockchain Limitations:

  • Geographic Inefficiency: Blockchains lack geo-awareness; consensus requires global participation regardless of location
  • Centralized Infrastructure: Despite decentralized consensus, most blockchain nodes still run on centralized cloud infrastructure (AWS, Google Cloud, Azure)
  • Scalability Issues: Many blockchains face high transaction costs and slow processing
  • Energy Consumption: Proof-of-Work systems consume excessive energy; even Proof-of-Stake still requires significant resources
  • Complexity: Web3 development often requires specialized expertise, creating barriers to adoption
  • Validator Centralization: Many validators are hosted in centralized datacenters, compromising true decentralization
  • Smart Contract Challenges: Issues remain with code upgrade paths and security vulnerabilities

ThreeFold Advantages:

  • Infrastructure Layer: Provides physical infrastructure for blockchain nodes
  • Geo-Awareness: Enables local optimization while maintaining global connectivity
  • Energy Efficiency: 10x more efficient than traditional infrastructure
  • Simplicity: Reduces development complexity compared to Web3
  • Complete Stack: Provides compute, storage, and networking as integrated solution
  • Practical Deployment: Focuses on real-world usability and adoption

ThreeFold and blockchain are complementary rather than competing; ThreeFold provides the infrastructure layer that blockchain applications depend on.

What is the difference with blockchain?

ThreeFold and blockchain serve different but complementary purposes:

AspectBlockchainThreeFold
Primary FunctionDistributed consensus and immutable recordsPhysical infrastructure and data management
FocusTransaction verification and ledgerCompute, storage, and networking
Location AwarenessNo (requires global participation)Yes (geo-aware optimization)
Energy ModelConsensus mechanism energy intensiveInfrastructure efficiency optimization
ScalabilityLimited by consensus requirementsHorizontal scaling without consensus
Use CaseFinancial transactions, smart contractsApplication hosting, data storage
DependenciesRuns on infrastructureProvides the infrastructure layer

Integration Model:

  • ThreeFold provides infrastructure for blockchain nodes
  • MyLedger acts as a Layer 2 blockchain for local transactions
  • Applications can use both: blockchain for consensus, ThreeFold for infrastructure
  • Web3 projects benefit significantly from ThreeFold's infrastructure efficiency
Can Web3 use ThreeFold, what is the benefit?

Web3 projects gain significant advantages by building on ThreeFold infrastructure:

Performance Benefits:

  • Lower Latency: Geo-aware routing reduces data transmission distances
  • Higher Throughput: Distributed infrastructure eliminates bottlenecks
  • Better Performance: Direct access to compute and storage resources

Cost Efficiency:

  • 3x Less Expensive: ThreeFold infrastructure costs approximately one-third of traditional cloud
  • No Vendor Lock-in: Open standards enable easy migration
  • Transparent Pricing: Direct cost visibility without corporate markups

True Decentralization:

  • Infrastructure Sovereignty: Move beyond centralized cloud providers (AWS, Google Cloud, Azure)
  • Elimination of Hidden Centralization: Most "decentralized" apps still run on centralized cloud infrastructure
  • Real Decentralization: Achieve true decentralized operation end-to-end

Technical Advantages:

  • Blockchain Compatibility: Works with Ethereum, Bitcoin, and other blockchains
  • Layer 2 Integration: MyLedger provides efficient local transaction processing
  • Storage Efficiency: Quantum Safe Storage provides reliable data persistence
  • Network Resilience: Mycelium Network provides censorship-resistant connectivity

Sustainability:

  • Energy Reduction: 5-10x lower energy consumption
  • Environmental Compliance: Meets ESG requirements for sustainable operations
  • Green Credentials: Reduces carbon footprint of blockchain operations

Real-World Application: Web3 projects face the ironic situation where "decentralized" applications still depend on centralized infrastructure providers. ThreeFold solves this by providing truly decentralized infrastructure, enabling authentic Web3 applications.

Implementation & Production

What is the production status of ThreeFold technology?

ThreeFold technology has demonstrated production-readiness through years of real-world deployment:

Production Components:

  • ZOS Core: Production for multiple years with 30,000+ vCPU deployed
  • MyImage Architecture: Production deployment across diverse workloads
  • Zero-Install Boot: Production implementation on thousands of nodes
  • Quantum Safe Storage: Production for 6+ years with proven reliability
  • Mycelium Network: Beta phase (available v3.13+) moving toward production
  • Web Gateway: Production implementation for public exposure

Upcoming Production Releases:

  • ZOS v4 (H2 2025): Deterministic Deployment, Mycelium Names, marketplace integration
  • FungiStor (H2 2025): Distributed content delivery fabric
  • Enterprise Roadmap (H1 2026): Enhanced UI, Windows support, performance networking

Real-World Validation:

  • Deployed in 30+ countries
  • 60,000+ vCPU in production
  • Multiple years of continuous operation
  • Proven reliability under various network conditions
  • Commercial SLA deployments with GeoMind

ThreeFold technology is production-ready for most use cases, with ongoing development for additional features and enterprise capabilities.

How reliable is Mycelium Network in its current beta phase?

Mycelium Network has demonstrated strong reliability despite beta status:

Stability Indicators:

  • Multiple Years Operation: Proven reliability over extended production deployments
  • Global Deployment: Operating successfully across 30+ countries
  • Continuous Connectivity: Designed for resilience and automatic recovery
  • Real-World Testing: Deployed in challenging network environments

Beta Phase Considerations:

  • Ongoing Optimization: Performance improvements and optimizations ongoing
  • Documentation Development: Comprehensive documentation still being refined
  • Feature Expansion: Additional capabilities being added based on user feedback
  • API Evolution: APIs may change as optimization continues

Reliability vs. Traditional Networks:

  • Superior resilience compared to traditional internet routing
  • Better performance in degraded network conditions
  • More reliable than alternatives for specific use cases

Recommendation: Suitable for production deployment, particularly for:

  • Web3 and decentralized applications
  • Organizational networks requiring privacy
  • Remote access and infrastructure management
  • Applications where additional resilience is beneficial

Organizations can confidently deploy Mycelium Network while remaining aware that ongoing optimization is proceeding.