Connect a Sui wallet
Pick any Sui wallet supported by @mysten/dapp-kit (Sui Wallet, Phantom, OKX, etc.).
Transfer Funds Privately. No link, no trace, no mapping between wallets.
• Our stats
Mixoor on Sui is a non-custodial mixer for native SUI transfers. The Move package on Sui mainnet uses the exact same Groth16 transaction circuit as the Solana and EVM deployments, with on-chain verification inside the Move module. Send SUI privately without an on-chain link between sender and recipient.
Pick any Sui wallet supported by @mysten/dapp-kit (Sui Wallet, Phantom, OKX, etc.).
Send SUI into the Mixoor pool with a cryptographic commitment that hides your deposit object.
Mixoor generates a Groth16 ZK proof client-side; the relayer delivers SUI to a fresh recipient address.
| Move package | 0x9e935de41f29d842ced69c9e7c751cc565f7080274ffaa1223d98886bb9b9a07 |
|---|---|
| Pool object | 0xe6da90873d113aa3f105ebf20175f0c56cb1e7c2044d9d45fc67ebee975725db |
| Supported assets | Native SUI (Coin<SUI>) |
| Protocol fee | 0.15% on transfer amount |
| ZK system | Groth16 · BN254 · Poseidon · depth-20 |
Sui transactions are fully public. Every coin transfer is visible on Sui explorers with the sender, recipient, and amount. Mixoor on Sui breaks that link by routing the transfer through a privacy pool guarded by zero-knowledge proofs.
Mixoor charges a 0.15% protocol fee on Sui transfers, plus an operator-configured relayer fee that covers gas costs.
The Sui pool currently accepts native SUI (Coin<SUI>). Additional Coin types can be supported by deploying additional pool instances.
When you deposit, Mixoor stores a cryptographic commitment instead of your address. To withdraw, you generate a Groth16 zero-knowledge proof that you know the secret behind one of the commitments without revealing which one. The proof verifies on-chain and lets a fresh wallet receive the funds.
Yes. Mixoor never holds user funds. Deposits go to a smart contract pool, withdrawals are authorized by zero-knowledge proofs that only the depositor can generate.
Yes. The on-chain programs, ZK circuits and SDKs are open source under the Apache 2.0 license. The repositories are public on GitHub under SmithiiDev.