Is Moby Market open source? +
Yes. The full Rust workspace — including the OTC, execution, privacy, oracle, and trading crates — is MIT-licensed and lives at github.com/cryptuon/mobymarket. The on-chain programs and the off-chain Rust services are both auditable.
Which chain does it run on today? +
The reference implementation targets Solana via Anchor 0.29 and solana-program 1.16. Cross-chain order primitives (CrossChainOrder) integrate Wormhole and LayerZero so settlement can extend to Ethereum, Arbitrum, and Base.
How does Moby Market beat Uniswap-style slippage on a $50M trade? +
Three mechanisms. TWAP/VWAP shred the parent order into hundreds of timing-randomised children. Smart routing splits across Serum, Raydium, Orca, Phoenix, and Lifinity. The OTC marketplace lets the entire block clear bilaterally without ever touching a public pool.
What stops MEV bots from sandwiching my execution? +
Solver submissions use a commit-reveal scheme, intent payloads can be routed through private mempools, and stealth-mode orders are mixed with other traders so that observers see noise rather than a coherent strategy.
How private is "private"? +
Amounts are hidden by Pedersen commitments. Sender and receiver addresses are masked by stealth addresses on both sides. Privacy pools enforce a minimum anonymity set (default 100) and a configurable withdrawal delay so timing analysis fails.
Can institutions meet compliance requirements while staying private? +
Yes. The compliance module supports selective disclosure: a trader can prove accreditation, jurisdiction, or KYC status without revealing identity or strategy. Auditors get a verifiable trail; competitors get nothing.
What does it cost? +
The protocol is free to use at the smart-contract level. The Rust workspace is MIT-licensed, so self-hosted deployments cost only Solana network fees. There is no protocol fee captured by the project itself; market makers and solvers price their own spread directly into RFQ and intent fills.
How does the solver network avoid centralisation? +
Solvers stake collateral, build on-chain reputation across executed intents, and compete in commit-reveal auctions. Poor performance and griefing burn reputation; the design intentionally rewards correctness, not scale.
Why does tokenized-RWA execution need infrastructure like this? +
Tokenizing an asset — a treasury bill, a credit tranche, a balance-sheet position — is now well-understood. The unsolved problem is trading in and out of those positions at size without market impact or information leakage. A public AMM broadcasts every order and moves the reference price; a CEX OTC desk reintroduces custody and counterparty trust. Moby Market is the execution leg in between: OTC block clearing and TWAP/VWAP shredding keep size off the public price, while ZK privacy keeps the rebalance confidential and selective disclosure keeps it auditable.
How is Moby Market different from a CEX OTC desk? +
A CEX OTC desk solves market impact by taking the other side off-book, but you settle by trusting their custody, their solvency, and their discretion with your flow. Moby Market keeps the same impact protection — bilateral, block-sized clearing — but settlement is atomic and on-chain through trustless OTCEscrow accounts. You never surrender custody, and amounts and counterparties stay private via Pedersen commitments and stealth addresses rather than a desk that has seen your book.
How does Moby Market fit the 2026 shift to intent-based execution? +
The market is converging on intents: a trader declares what they want — size, tokens, constraints, privacy — and a competitive solver network figures out how to fill it. Moby Market is intent-native. A TradingIntent is a first-class on-chain object; solvers compete via commit-reveal with on-chain reputation, and OTC, TWAP, VWAP, and cross-chain settlement are all fill strategies a solver can reach for. That aligns the stack with intent-based, atomically-composable execution rather than fixed routing.
Can a regulated fund or RWA issuer actually use this in production? +
Not yet at real size — Moby Market is pre-mainnet. The design targets exactly this use case: selective disclosure lets a fund prove accreditation, jurisdiction, and KYC status to an auditor without revealing identity or strategy to competitors. Before real institutional or RWA flow settles on it, the production-viability gates in the roadmap must be met: independent security audits, liquidity and venue partnerships, ZK-proof performance inside Solana compute limits, solver reliability, compliance-control review with a regulated design partner, and production-grade monitoring.