Whitepaper: The Iceberg Protocol

Version 1.0 | Decentralized Hierarchical MLM (Multi-Level Marketing) Infrastructure & Message-Bus Architecture

Powered by Stellar Soroban | Utility Asset: ZSOZSO

1. Abstract

The Iceberg Protocol introduces a modular, high-integrity framework for decentralized organizations. By leveraging the Stellar Soroban smart contract engine, we provide a self-regulating MLM (Multi-Level Marketing) structural layer decoupled from business logic via a proprietary Message-Bus (Queue) Architecture. Our core protocol manages the issuance and stability of the CYBERFORINT (CYF), a dynamically-backed digital asset, while providing an open-access utility for third-party developers to launch independent hierarchical ventures using the ZSOZSO utility token.

2. The "Iceberg" Structural Philosophy

The protocol distinguishes between the Immutable Logic (Submerged) and the Dynamic Interface (Surface).

3. Decentralized Hierarchy & Evolution

Unlike traditional centralized MLM systems, the Iceberg Protocol utilizes a Non-Custodial Tree Model.

3.1 Recursive Deployment (The Sponsor Chain)

Every node is deployed by its "Sponsor" contract. During initialization, the upstream data of 6 ancestral levels is passed down, ensuring that rewards and data packets always have a verified path to the Root. This creates a chain of trust established at the moment of the WASM deployment.

3.2 Heartbeat & The Pruning Protocol

System hygiene is maintained through "Proof of Presence." Users must interact with their node to maintain its Active status.

4. Technical Engine: Message-Bus & Ports

To achieve high scalability and modularity, we implement a Port-based Messaging System. Contracts do not call each other's functions directly in a rigid way; instead, they send standardized "Data Packets" to a Queue.

This architecture allows a "Plug-and-Play" approach:

5. Algorithmic Market Dynamics & The CYBERFORINT (CYF)

The CYBERFORINT (CYF) asset is the native, dynamically-backed crypto-asset of the Iceberg ecosystem. The total supply of CYF is zero at launch; assets are introduced into circulation solely through the Minting process initiated by active Root Nodes and Pingvin users.

CYF Issuance & Stability: CYF is not pegged to any existing fiat currency. Its value is stabilized algorithmically by a digital PID (Proportional-Integral-Derivative) Controller implemented in fixed-point Rust math. This controller monitors the network's Mint/Burn velocity and adjusts the collateralization ratio in real-time, ensuring unique market dynamics based purely on internal ecosystem activity.

Resonance & Noise Filtering: Root nodes are responsible for setting the Alpha Filter for their respective branches. This parameter allows the Root to manage how aggressively their local market reacts to volatility, enabling a healthy competition for user stability.

6. Ecosystem Openness & ZSOZSO Utility

The Iceberg Protocol is intended to be the "Gold Standard" for on-chain MLM structures. We encourage external developers to build their own "Icebergs" using our battle-tested messaging and pruning models.

Accessing the Infrastructure requires the ZSOZSO Utility Token:

To utilize the Iceberg MLM framework for external projects and access the core smart contract libraries, the ZSOZSO asset is required as the primary utility fuel. The ZSOZSO token acts as the key to:

By tethering the system to ZSOZSO (Issuer: GDZK...SSZJRQUC), we ensure a sustainable growth model for the protocol's maintainers and early adopters.

7. Roadmap

  1. Phase 1: Deployment of the Core MLM & Pruning Engine (Soroban Mainnet).
  2. Phase 2: Launch of the initial Asset-Basket Vaults and PID-regulated CYBERFORINT (CYF) Minting.
  3. Phase 3: Public API for ZSOZSO-powered third-party MLM deployments.
  4. Phase 4: Integration of audited Real-World Assets (RWA) as further collateral options for CYF.

CYF Minting Flowchart

  1. Pingvin Request: User selects an iceberg and initiates Minting via SPA interface.
  2. Message Queue: MLM Router identifies the target Iceberg & Port.
  3. PID Engine: Calculates dynamic collateral ratio based on velocity.
  4. Vault Lock: Collateral assets are secured in the Vault.
  5. CYF Issuance: CYBERFORINT is minted to user's wallet.

Infrastructure Fuel: ZSOZSO

While CYF serves as the internal algorithmic asset, the entire framework is sustained by ZSOZSO. External developers and MLM projects utilizing this framework contribute to the project's development via ZSOZSO-based license fees, ensuring the ecosystem's continuous evolution.

ZSOZSO asset →

© 2024 Iceberg Protocol Development Team. Built on Stellar.


8. App Suite Architecture

The Iceberg Protocol is implemented as a suite of 9 interconnected projects — 6 PWA applications and 3 shared Rust libraries — all compiled to WebAssembly via Dioxus. Every app runs offline-first in the browser as a Progressive Web App.

Note: All repositories are currently private. ZSOZSO holders will gain access once the Stellar network reaches 4,000 trustlines with a minimum of 2,000,000 ZSOZSO on each of those 4,000 accounts.

8.1 Shared Libraries

All 6 applications share the same foundation: three Rust libraries that handle the blockchain, database, and secure storage layers. All three use trait-based abstraction — apps depend on interfaces, not concrete implementations. Multi-language support (English, French, German, Hungarian, Spanish) is built into every library.

8.2 Applications

8.3 Dependency Flow

All six apps import the same three libraries:

  cyf, mlm, proof-of-zsozso, merlin, admin, gun-connect
    |         |         |
    db      ledger    store
  (GUN)   (Stellar)  (secrets)

The apps are independent PWAs — each deployed separately — but they share data through the GUN graph database and the Stellar ledger.

8.4 Tech Stack

The source code will be opened to ZSOZSO holders when 4,000 Stellar accounts hold a trustline with at least 2,000,000 ZSOZSO each. Track the current trustline count on Stellar Explorer.