Confidential Transactions Now Live on Aptos Devnet!

We’re excited to announce that Aptos Confidential Transactions (ACTs) are now live on devnet!

:globe_with_meridians: What Are ACTs?

Confidential Transactions allow you to encrypt on-chain balances and transfer amounts, making them invisible to validators and the public, while still ensuring auditability.

  • :white_check_mark: Confidential token balances & transfer amounts
  • :white_check_mark: Selective disclosure for authorized auditors
  • :white_check_mark: No visibility to validators or other participants
  • :white_check_mark: No hidden identities — sender & recipient remain public

:brain: Perfect for regulated finance and enterprise-grade use-cases needing privacy and compliance.


:magnifying_glass_tilted_left: How It Works

ACTs use:

  • Homomorphic Encryption to perform balance updates without decrypting values.
  • Zero-Knowledge Proofs (ZKPs) to prove correctness of transactions (e.g., no overspending) without revealing amounts.

Example:
When Alice sends tokens to Bob:

  1. She encrypts the amount under her key, Bob’s key, and optionally an auditor’s key.
  2. She generates a ZKP proving the value is valid and she has enough balance.
  3. Validators verify the proof, update balances — without seeing the actual amounts.
  4. Bob decrypts and sees the amount.

:hammer_and_wrench: Use Cases

  • :briefcase: Confidential Payroll
  • :chart_increasing: On-chain RSUs & Equity
  • :magnifying_glass_tilted_left: Auditable Compliance Apps

:rocket: Start Building


Let us know how you’re planning to use ACTs in your next project!