Sui Mixer for Private SUI Transfer

Transfer Funds Privately. No link, no trace, no mapping between wallets.

• Our stats

+$0 Total Private Volume
+0 Total Users

About Mixoor on Sui

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.

How it works

01

Connect a Sui wallet

Pick any Sui wallet supported by @mysten/dapp-kit (Sui Wallet, Phantom, OKX, etc.).

02

Deposit SUI privately

Send SUI into the Mixoor pool with a cryptographic commitment that hides your deposit object.

03

Withdraw via relayer

Mixoor generates a Groth16 ZK proof client-side; the relayer delivers SUI to a fresh recipient address.

Technical details

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

Frequently Asked Questions

Why use a mixer on Sui?

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.

What is the fee for Mixoor on Sui?

Mixoor charges a 0.15% protocol fee on Sui transfers, plus an operator-configured relayer fee that covers gas costs.

Does Mixoor on Sui support stablecoins?

The Sui pool currently accepts native SUI (Coin<SUI>). Additional Coin types can be supported by deploying additional pool instances.

How does Mixoor break the link between deposit and recipient?

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.

Is Mixoor non-custodial?

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.

Is Mixoor open source?

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.