From 95a19953f4bfc7d521baf18b3c6679f0846d3ccb Mon Sep 17 00:00:00 2001 From: mmazco Date: Mon, 6 Jul 2026 14:19:24 -0700 Subject: [PATCH 1/5] Add OpenZeppelin blog post, stream, and demo links to Confidential Tokens Co-Authored-By: Claude Opus 4.8 (1M context) --- docs/build/apps/privacy.mdx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/build/apps/privacy.mdx b/docs/build/apps/privacy.mdx index 79ce30e81..10d34476b 100644 --- a/docs/build/apps/privacy.mdx +++ b/docs/build/apps/privacy.mdx @@ -47,7 +47,10 @@ 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. +Learn more about our work with OpenZeppelin in the post [Developer Preview: Confidential Tokens on Stellar](https://stellar.org/blog/developers/developer-preview-confidential-tokens-on-stellar), published on June 29, 2026 during the Testnet preview, and watch the [Developer Preview stream with OpenZeppelin](https://youtu.be/nfbr3KuYqPE?si=n5jX6g3-azW4Lp1B) that explains more about the architecture and design choices. + - **OpenZeppelin Confidential Token Repo**: [GitHub](https://github.com/OpenZeppelin/stellar-contracts/tree/feat/confidential-verifier-ultrahonk/packages/tokens/src/confidential) +- **OpenZeppelin Confidential Token Demo**: [demo](https://stellar-confidential-token-demo.billowing-moon-0c6f.workers.dev/), [GitHub](https://github.com/brozorec/stellar-confidential-token-demo), [video walkthrough](https://x.com/BuildOnStellar/status/2072357829353308214?s=20) - **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) From 7f9228bbd726d3df130795558e3f986e14521da1 Mon Sep 17 00:00:00 2001 From: Kaan Kacar Date: Fri, 10 Jul 2026 16:43:11 +0300 Subject: [PATCH 2/5] Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- docs/build/apps/privacy.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/build/apps/privacy.mdx b/docs/build/apps/privacy.mdx index 10d34476b..bb6b2db77 100644 --- a/docs/build/apps/privacy.mdx +++ b/docs/build/apps/privacy.mdx @@ -50,7 +50,7 @@ The [Confidential Token Association](https://www.confidentialtoken.org/) — who Learn more about our work with OpenZeppelin in the post [Developer Preview: Confidential Tokens on Stellar](https://stellar.org/blog/developers/developer-preview-confidential-tokens-on-stellar), published on June 29, 2026 during the Testnet preview, and watch the [Developer Preview stream with OpenZeppelin](https://youtu.be/nfbr3KuYqPE?si=n5jX6g3-azW4Lp1B) that explains more about the architecture and design choices. - **OpenZeppelin Confidential Token Repo**: [GitHub](https://github.com/OpenZeppelin/stellar-contracts/tree/feat/confidential-verifier-ultrahonk/packages/tokens/src/confidential) -- **OpenZeppelin Confidential Token Demo**: [demo](https://stellar-confidential-token-demo.billowing-moon-0c6f.workers.dev/), [GitHub](https://github.com/brozorec/stellar-confidential-token-demo), [video walkthrough](https://x.com/BuildOnStellar/status/2072357829353308214?s=20) +- **OpenZeppelin Confidential Token Demo**: [Demo](https://stellar-confidential-token-demo.billowing-moon-0c6f.workers.dev/), [GitHub](https://github.com/brozorec/stellar-confidential-token-demo), [Video walkthrough](https://x.com/BuildOnStellar/status/2072357829353308214) - **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) From d1f6dbcf4fe64182026e9757d729570cc7f45085 Mon Sep 17 00:00:00 2001 From: Kaan Kacar Date: Fri, 10 Jul 2026 16:53:54 +0300 Subject: [PATCH 3/5] Add developer preview caution to Confidential Tokens --- docs/build/apps/privacy.mdx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/build/apps/privacy.mdx b/docs/build/apps/privacy.mdx index bb6b2db77..7c3e103b7 100644 --- a/docs/build/apps/privacy.mdx +++ b/docs/build/apps/privacy.mdx @@ -47,6 +47,12 @@ 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. +:::caution + +Confidential tokens on Stellar are a developer preview. The contracts and demo linked below are unaudited and available on Testnet only — do not use in production or with real assets. + +::: + Learn more about our work with OpenZeppelin in the post [Developer Preview: Confidential Tokens on Stellar](https://stellar.org/blog/developers/developer-preview-confidential-tokens-on-stellar), published on June 29, 2026 during the Testnet preview, and watch the [Developer Preview stream with OpenZeppelin](https://youtu.be/nfbr3KuYqPE?si=n5jX6g3-azW4Lp1B) that explains more about the architecture and design choices. - **OpenZeppelin Confidential Token Repo**: [GitHub](https://github.com/OpenZeppelin/stellar-contracts/tree/feat/confidential-verifier-ultrahonk/packages/tokens/src/confidential) From 3f596b5262c69bb45e10556cd79be291e985d780 Mon Sep 17 00:00:00 2001 From: Kaan Kacar Date: Fri, 10 Jul 2026 17:00:57 +0300 Subject: [PATCH 4/5] Soften Confidential Tokens caution wording --- docs/build/apps/privacy.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/build/apps/privacy.mdx b/docs/build/apps/privacy.mdx index 7c3e103b7..3e3dbdde3 100644 --- a/docs/build/apps/privacy.mdx +++ b/docs/build/apps/privacy.mdx @@ -49,7 +49,7 @@ The [Confidential Token Association](https://www.confidentialtoken.org/) — who :::caution -Confidential tokens on Stellar are a developer preview. The contracts and demo linked below are unaudited and available on Testnet only — do not use in production or with real assets. +Confidential tokens on Stellar are a developer preview. The contracts and demo linked below are unaudited and available on Testnet only — not yet intended for production use or real assets. ::: From b52821ed41b4278fd32fcd534f0c088eddaf59aa Mon Sep 17 00:00:00 2001 From: Kaan Kacar Date: Fri, 10 Jul 2026 17:43:55 +0300 Subject: [PATCH 5/5] Trim Confidential Tokens caution wording --- docs/build/apps/privacy.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/build/apps/privacy.mdx b/docs/build/apps/privacy.mdx index 3e3dbdde3..d14b36053 100644 --- a/docs/build/apps/privacy.mdx +++ b/docs/build/apps/privacy.mdx @@ -49,7 +49,7 @@ The [Confidential Token Association](https://www.confidentialtoken.org/) — who :::caution -Confidential tokens on Stellar are a developer preview. The contracts and demo linked below are unaudited and available on Testnet only — not yet intended for production use or real assets. +Confidential tokens on Stellar are a developer preview. The contracts and demo linked below are unaudited — not yet intended for production use or real assets. :::