From 899edf66a7f8a373ffeaa1baa9dc16b26b8b1b02 Mon Sep 17 00:00:00 2001 From: GigaHierz Date: Thu, 6 Aug 2026 16:38:27 +0100 Subject: [PATCH 1/2] docs(stablecoins): remove vEUR from Celo token list Co-Authored-By: Claude Opus 4.8 --- build-on-celo/build-with-local-stablecoin.mdx | 1 - build-on-celo/build-with-usat.mdx | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/build-on-celo/build-with-local-stablecoin.mdx b/build-on-celo/build-with-local-stablecoin.mdx index 808210cd7..f6e791d27 100644 --- a/build-on-celo/build-with-local-stablecoin.mdx +++ b/build-on-celo/build-with-local-stablecoin.mdx @@ -27,7 +27,6 @@ Celo supports a diverse range of fiat-referenced stablecoins designed for differ | **USDT** | [Tether](https://tether.to/en/) | Popular stablecoin on multiple blockchains | [0x48065fbbe25f71c9282ddf5e1cd6d6a887483d5e](https://celoscan.io/token/0x48065fbbe25f71c9282ddf5e1cd6d6a887483d5e) | [0xd077A400968890Eacc75cdc901F0356c943e4fDb](https://celo-sepolia.blockscout.com/address/0xd077A400968890Eacc75cdc901F0356c943e4fDb) | | **USA₮** | [Anchorage Digital Bank](https://usat.io/) | US-regulated dollar stablecoin (GENIUS Act compliant, first federally chartered digital asset bank) | [0xD2ab3C9A02DBBAB236BfEC45D1d755DF4267F771](https://celoscan.io/token/0xD2ab3C9A02DBBAB236BfEC45D1d755DF4267F771) | - | | **USDC** | [Circle](https://www.circle.com/usdc) | Widely used stablecoin with high liquidity | [0xceba9300f2b948710d2653dd7b07f33a8b32118c](https://celoscan.io/token/0xceba9300f2b948710d2653dd7b07f33a8b32118c) | - | -| **vEUR** | [VNX](https://vnx.li/) | Euro-pegged stablecoin | [0x9346f43c1588b6df1d52bdd6bf846064f92d9cba](https://celoscan.io/token/0x9346f43c1588b6df1d52bdd6bf846064f92d9cba) | - | | **vGBP** | [VNX](https://vnx.li/) | British Pound-pegged stablecoin | [0x7ae4265ecfc1f31bc0e112dfcfe3d78e01f4bb7f](https://celoscan.io/token/0x7ae4265ecfc1f31bc0e112dfcfe3d78e01f4bb7f) | - | | **vCHF** | [VNX](https://vnx.li/) | Swiss Franc-pegged stablecoin | [0xc5ebea9984c485ec5d58ca5a2d376620d93af871](https://celoscan.io/token/0xc5ebea9984c485ec5d58ca5a2d376620d93af871) | - | | **USDM** | [Mountain Protocol](https://mountainprotocol.com/) | Yield-bearing stablecoin | [0x59D9356E565Ab3A36dD77763Fc0d87fEaf85508C](https://celoscan.io/token/0x59D9356E565Ab3A36dD77763Fc0d87fEaf85508C) | - | diff --git a/build-on-celo/build-with-usat.mdx b/build-on-celo/build-with-usat.mdx index 9e25eee6e..bde4382a5 100644 --- a/build-on-celo/build-with-usat.mdx +++ b/build-on-celo/build-with-usat.mdx @@ -62,7 +62,7 @@ For a full implementation guide, see [Using Fee Abstraction](/build-on-celo/fee- **DeFi integration** — Build USA₮ liquidity pools on Aave V3, Uniswap V3, Velodrome, or Morpho Blue on Celo. Pool creation is permissionless on all three. Morpho Blue allows permissionless isolated lending markets — no governance approval needed to create a USA₮ lending or collateral market. -**Compliant remittance** — Use USA₮ as the regulated on-ramp leg, then convert to a local stablecoin via Mento (USDm, BRLm, KESm, NGNm, and more), Ripio wFIAT (wBRL, wARS, wMXN, wCOP), or VNX (VEUR, VGBP, VCHF) depending on the destination corridor. +**Compliant remittance** — Use USA₮ as the regulated on-ramp leg, then convert to a local stablecoin via Mento (USDm, BRLm, KESm, NGNm, and more), Ripio wFIAT (wBRL, wARS, wMXN, wCOP), or VNX (VGBP, VCHF) depending on the destination corridor. **MiniPay Mini App** — USA₮ launched with MiniPay as a Day One integration partner. MiniPay has 18M+ wallet activations across 66+ countries — a built-in distribution channel for any USA₮-denominated Mini App. From d459611d476e3525746f3a005c4bf65f883d7cbc Mon Sep 17 00:00:00 2001 From: GigaHierz Date: Thu, 6 Aug 2026 18:05:05 +0100 Subject: [PATCH 2/2] chore: trigger CI re-run Co-Authored-By: Claude Opus 4.8