Private USDC on Solana beta
Magicblock opened a private payments API beta on Solana that enables confidential USDC transfers using ephemeral rollups and trusted execution environments while claiming AML compliance. This represents one approach to confidential B2B payments that relies heavily on enclave guarantees and clear compliance hooks to be trustworthy in regulated flows. (x.com/i/status/2042305053202268467)
Most crypto payments work like paying a supplier with a bank transfer that instantly posts your invoice amount, your counterparty, and the exact time on a public billboard. Solana’s base design makes sender, recipient, amount, and timestamp visible onchain by default. (magicblock.xyz) MagicBlock says it built a way around that for United States dollar coin on Solana by opening a beta private payments application programming interface on March 20, 2026. The product is aimed at businesses that want to add confidential transfers without rewriting their app around custom privacy tech. (magicblock.xyz) The basic trick is not “hide everything forever.” The payment starts on Solana, moves through a private execution layer, and then settles back onto Solana, with MagicBlock saying outside observers cannot link the sender wallet to the destination wallet. (magicblock.xyz) That private layer is what MagicBlock calls a Private Ephemeral Rollup, which is a temporary side room for computation rather than a permanent new chain. MagicBlock’s docs say the rollup runs inside a trusted execution environment, which is hardware-isolated memory inside a processor. (docs.magicblock.gg) A trusted execution environment is closer to a locked safe inside the computer than to encryption on a public ledger. MagicBlock says it uses Intel Trust Domain Extensions, so the privacy promise depends heavily on the hardware enclave doing what it claims. (docs.magicblock.gg) In MagicBlock’s flow, the sender first delegates native Solana Program Library tokens into that private rollup. The first transaction already includes the encrypted recipient address plus instructions for splits or delays, and those instructions are committed at delegation time. (magicblock.xyz) Then a built-in scheduler, which MagicBlock calls a crank, releases each leg back to Solana on the requested timing. That means one payment can be broken into multiple transfers or delayed windows without exposing the full routing logic onchain. (magicblock.xyz) This is different from Solana’s own confidential transfer extension, which hides token amounts but keeps token account addresses public. Solana’s documentation also says the Zero Knowledge ElGamal program behind that extension is temporarily disabled on mainnet and devnet while it undergoes a security audit. (solana.com) Solana’s Token-2022 confidential balances system also has mint-level controls, including a manual approval mode where users must be approved before they can use confidential transfers. That is one reason privacy on Solana is increasingly being framed as “confidential but controllable,” not “anonymous by default.” (solana-program.com) MagicBlock leans into that framing by advertising “confidential and compliant” transfers rather than censorship-resistant privacy. Its documentation says developers authenticate by signing a challenge from the trusted execution environment remote procedure call service and receive an access token for permissioned state. (magicblock.xyz) The beta is already wrapped in developer tooling instead of being just a research demo. MagicBlock’s Mirage command line tool can fund a wallet, default to mainnet United States dollar coin, build a private transfer from the payments application programming interface, sign it, and send it on Solana. (github.com) So the bet here is very specific: businesses may accept privacy if it looks like normal software infrastructure, exposes clear compliance hooks, and does not require zero-knowledge cryptography in every payment path. If that bet works, private business-to-business transfers on Solana may end up looking less like a mixer and more like a confidential payment rail with an audit desk attached. (magicblock.xyz)