Soda Labs
Bubble integrationSoda Bubble support

The confidential-token standard drafted with OpenZeppelin. A common interface for encrypted-amount tokens, so wallets and protocols integrate confidentiality once instead of per vendor.

How the integration works

Bubble sits between the application and the chain. ERC-7984 keeps doing what it does today, and confidentiality is added at the token layer: amounts and balances live on chain as ciphertexts, computation happens across the MPC network without decryption, and disclosure is governed by the contract rather than by us. Contracts stay standard EVM, so nothing has to be rewritten.

Private by design.

See how confidential transactions work on the networks you already use.