Moby Market vs Renegade
Renegade is a multi-party-computation dark pool that hides orders before they match. It is the highest-fidelity privacy story in the EVM ecosystem and the closest competitor to the dark-pool semantics inside Moby Market.
Where each project sits
Renegade and Moby Market both refuse to publish order details pre-trade. The implementations diverge sharply: Renegade builds on MPC and a custom EVM-native dark pool; Moby Market uses on-chain ZK proofs (Groth16 / PLONK / STARKs / Bulletproofs), runs on Solana, and adds an RFQ marketplace and TWAP/VWAP algos that Renegade explicitly does not.
Renegade is best for: EVM-native traders who want pre-trade privacy via MPC and the dark-pool model as a primary use case.
Feature comparison
| Dimension | Moby Market | Renegade |
|---|---|---|
| Privacy mechanism | On-chain ZK (Groth16 / PLONK / STARKs / Bulletproofs) + Pedersen commitments | Off-chain MPC with on-chain settlement |
| Primary chain(s) | Solana + cross-chain | EVM |
| Order types | OTC, TWAP, VWAP, intent, smart routing | Dark-pool orders |
| RFQ | Native | Not the focus |
| Execution algorithms | First-class TWAP/VWAP with anti-detection randomness | Not part of the protocol |
| Cross-chain settlement | Native via CrossChainOrder | No |
| License | MIT Rust workspace | Open ecosystem; protocol design published |
An honest take
For pre-trade order hiding alone, Renegade is an excellent design — MPC dark pools have well-understood properties and Renegade has done meticulous work on the cryptography. The reason to consider Moby Market over Renegade is breadth: if you need privacy plus TWAP plus RFQ plus Solana plus cross-chain inside one protocol, the MPC dark pool is a single tile of that stack.
Pick Moby Market if
- You want privacy as part of a broader execution stack (OTC, TWAP, intent, routing).
- You execute on Solana or want unified Solana / EVM execution.
- You prefer on-chain ZK proofs to off-chain MPC for your privacy model.
Pick Renegade if
- You want a purpose-built dark pool with MPC pre-trade privacy on EVM.
- You do not need any other execution primitive in the same protocol.
Bottom line
Renegade is a focused, technically strong dark pool. Moby Market is a broader execution stack that includes a dark-pool mode but does not stop there. Either choice is defensible; the question is whether you want a tile or the full board.
Visit Renegade's site to evaluate them directly. Read the Moby Market Rust workspace to evaluate ours.
Moby Market is MIT-licensed. Clone the workspace, run it on devnet, and decide for yourself.