BTC/USD $68,420 +2.8%
ETH/USD $3,540 +1.4%
SOL/USD $142.80 -0.6%
BNB/USD $605.20 +0.9%
XRP/USD $0.62 -1.2%
DOGE/USD $0.18 +5.4%
BTC/USD $68,420 +2.8%
ETH/USD $3,540 +1.4%
SOL/USD $142.80 -0.6%
BNB/USD $605.20 +0.9%
XRP/USD $0.62 -1.2%
DOGE/USD $0.18 +5.4%
Policy

Sui The Latest Privacy Blockchain? Confidential Transfers Explained

Sui (@SuiNetwork) is not becoming a privacy blockchain, but it just shipped a privacy feature. On June 8, the network launched confidential transfers in public beta on its Devnet, letting tok

AnonymousCryptoCompass newsroom
June 10, 2026
4 min read
NEWS
Hero article visual / chart / editorial image
CryptoCompass editorial visual for policy coverage.

Sui (@SuiNetwork) is not becoming a privacy blockchain, but it just shipped a privacy feature. On June 8, the network launched confidential transfers in public beta on its Devnet, letting token issuers hide balances and transfer amounts while keeping sender and receiver addresses fully visible. For now, the feature lives on Devnet only, with a Testnet rollout targeted for later this year and no mainnet date confirmed.

The distinction matters. Monero hides everything by default. Sui hides one specific thing, on an opt-in basis, with compliance hooks built in from day one. That design choice tells you exactly who this feature is for.

What Do Confidential Transfers Actually Hide?

The feature splits transaction data into two buckets.

Still public:

  • Sender and receiver addresses
  • Token type
  • Transaction timing
  • Wrapping and unwrapping operations, when coins move between public and confidential mode

Now confidential:

  • Token balances
  • Exact transfer amounts inside confidential-mode transactions

Privacy is controlled per token, not network-wide. An issuer, such as a stablecoin company, can switch its asset to confidential mode without affecting anything else on Sui. Public and confidential transfers run side by side on the same chain.

Issuers also set the visibility rules. They can attach auditor keys that let designated parties, such as exchanges, compliance firms, or regulators, decrypt balances and amounts when required. Users can generate zero-knowledge proofs to demonstrate a specific balance without exposing their private keys.

How Does It Work?

Sui uses Twisted ElGamal homomorphic encryption over the Ristretto255 curve, paired with zero-knowledge range proofs. Amounts are encrypted under the recipient's public key, but the network can still verify the rules that matter: no overdrafts, no hidden minting, no spending money that does not exist.

That last point addresses a known weakness in fully private systems, where encrypted supplies have historically created room for undetected inflation bugs. Sui's design deliberately scopes the cryptography down so the protocol itself enforces conservation of supply.

Any standard Coin on Sui can be wrapped into confidential mode and unwrapped later, which preserves composability with existing DeFi. Issuers keep their usual controls, including freeze and seize powers, per account or globally.

The code is open source, with Move contracts, a TypeScript SDK and a prototype wallet called Kaisho available for testing. Sui is explicit that the implementation is not audited and not production-ready. Early partners exploring integrations include stablecoin and payments firm Bridge and compliance outfits TRM Labs and Merkle Science.

Can Sui Compete With Purpose-Built Privacy Networks?

Not on anonymity, and it is not trying to. Monero hides senders, receivers and amounts by default. Zcash offers optional shielded transactions covering all three. Aztec’s L2 chain goes further with fully private smart contracts on Ethereum. Sui hides amounts and balances only, and leaves addresses in plain sight.

Where Sui does compete is on the problem that has kept institutions off public blockchains entirely. Payment providers and treasury teams cannot operate in an environment where every balance reveals strategy and every transaction size exposes a commercial relationship. At the same time, they cannot touch anything regulators treat as a black box. Monero offers no compliance path at all, which is why exchanges keep delisting it.

Sui's pitch is the middle path: private flows with scoped, auditable disclosure when compliance reviews or regulatory requests demand it. The chain already hosts $484 million in stablecoins, with USDC accounting for 62% of that, per DefiLlama. Add sub-second finality, low fees and parallel execution, and the feature clearly targets high-volume payments and stablecoin flows rather than censorship-resistant anonymous money.

The trade-off is real. Anyone who wants maximum untraceability will find Sui's visible addresses and issuer-level seize powers disqualifying. For Sui's target audience, those are selling points.

What Happens Next?

The roadmap runs Devnet beta, then Testnet later in 2026, then a possible mainnet release after auditing. Expect the design to change along the way.

The bigger test is adoption. If stablecoin issuers and payment firms actually integrate confidential mode once it reaches mainnet, Sui will have proven that compliance-friendly privacy can drive institutional volume in a way pure privacy chains never managed. If they do not, confidential transfers join a long list of technically sound features waiting for demand to show up.

Sources:

  • Sui Blog Official announcement of the confidential transfers public beta on Devnet
  • Sui Network on X Announcement thread with video explainer
  • GitHub Open-source repo with Move contracts, TypeScript SDK and prototype wallet
  • DefiLlama Sui stablecoin market cap and USDC dominance data