LogoLogo
  • Introduction
    • Concept
  • How It Works
  • PLATFORM
    • App
  • Protocol
  • Audits & Security
  • ABOUT
    • About us
  • LEGAL & COMPLIANCE
  • FAQ
Powered by GitBook
On this page
Export as PDF

Protocol

Solana-Only Tech Stack:

// Split into 3 random Zenos  
let zeno1 = get_random_zeno(amount / 3);  
let zeno2 = get_random_zeno(amount / 3);  
let zeno3 = get_random_zeno(amount / 3);  
// Add the tokens to the selected Zeno pools
// ...  
Ok(())
// Phase 2: Cross-Zeno liquidity swaps (24-48h)
swap_cross_zeno(shuffled)?;

Ok(())
// Option B: Send to a fresh wallet (less private)
let fresh_wallet = to_wallet;

// Gasless Withdrawals: Relayer network pays fees
relayer_network_pay_fees(fresh_wallet, amount)?;

Ok(())

Key Upgrades (2025):

  • "Shadow Pools": Fake liquidity pools to fool chain analysts

  • zk-Oracles: Off-chain proof aggregation for faster mixes

PreviousAppNextAudits & Security

Last updated 2 days ago