Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions docs/build/apps/privacy.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,9 @@ This makes confidential tokens well-suited for payments where parties need confi

The [Confidential Token Association](https://www.confidentialtoken.org/) — whose members include the Stellar Development Foundation, Nethermind, OpenZeppelin, and Zama — is developing an open standard for encryption-based onchain confidentiality compatible with existing token interfaces. Implementation on Stellar is in progress.

- **Website**: [confidentialtoken.org](https://www.confidentialtoken.org/)
- **Overview/demo video**: [youtube.com/watch?v=6NnDqVQYOHM](https://www.youtube.com/watch?v=6NnDqVQYOHM)
- **OpenZeppelin Confidential Token Repo**: [GitHub](https://github.com/OpenZeppelin/stellar-contracts/tree/feat/confidential-verifier-ultrahonk/packages/tokens/src/confidential)
- **Confidential Token Association**: [confidentialtoken.org](https://www.confidentialtoken.org/)
- **Confidential Token overview/demo by Jay Geng (SDF) at Meridian 2025**: [YouTube](https://www.youtube.com/watch?v=6NnDqVQYOHM)

## Onchain ZK Verifiers

Expand All @@ -66,7 +67,7 @@ The Stellar Private Payments prototype includes a deployable verifier contract.
A verifier for circuits built with Aztec's Noir language and Barretenberg backend.

- **Repo**:
- [ultrahonk verifier](https://github.com/yugocabrio/rs-soroban-ultrahonk)
- [Ultrahonk verifier](https://github.com/NethermindEth/rs-soroban-ultrahonk)
- [ultrahonk Stellar smart contract](https://github.com/indextree/ultrahonk_soroban_contract)
Comment on lines +70 to 71

## ZK Cryptographic Primitives
Expand Down
Loading