From ddcd513ea28421474d8d71eca84e218955b338e5 Mon Sep 17 00:00:00 2001 From: Bri Wylde <92327786+briwylde08@users.noreply.github.com> Date: Tue, 26 May 2026 12:32:36 -0500 Subject: [PATCH 1/2] Add CCTP to docs --- config/theme/navbar.ts | 4 ++++ docs/tokens/cross-chain-transfers.mdx | 18 ++++++++++++++++++ 2 files changed, 22 insertions(+) create mode 100644 docs/tokens/cross-chain-transfers.mdx diff --git a/config/theme/navbar.ts b/config/theme/navbar.ts index 236375414..b8841622e 100644 --- a/config/theme/navbar.ts +++ b/config/theme/navbar.ts @@ -321,6 +321,10 @@ const tokens: NavbarItem = { to: '/docs/tokens/publishing-asset-info', label: 'Publish Asset Information', }, + { + to: '/docs/tokens/cross-chain-transfers', + label: 'CCTP', + }, ], } diff --git a/docs/tokens/cross-chain-transfers.mdx b/docs/tokens/cross-chain-transfers.mdx new file mode 100644 index 000000000..57806a8b4 --- /dev/null +++ b/docs/tokens/cross-chain-transfers.mdx @@ -0,0 +1,18 @@ +--- +sidebar_position: 90 +title: "Cross-Chain USDC Transfers with CCTP" +sidebar_label: CCTP +description: "Use Circle's Cross-Chain Transfer Protocol (CCTP) to move native USDC between Stellar and other supported chains." +--- + +# Cross-Chain USDC Transfers with CCTP + +Circle's **Cross-Chain Transfer Protocol (CCTP)** supports native USDC transfers between Stellar and other CCTP-enabled chains — no wrapped assets, no third-party bridges. + +:::info Full documentation + +CCTP on Stellar is documented and maintained by Circle. For contract addresses, supported chains, SDKs, code samples, and the attestation API: + +[CCTP on Stellar — Circle developer docs](https://developers.circle.com/cctp/references/stellar) + +::: From a84ce4002a46a45efd649b0d73255168bf6667ec Mon Sep 17 00:00:00 2001 From: Bri Wylde <92327786+briwylde08@users.noreply.github.com> Date: Tue, 26 May 2026 12:48:46 -0500 Subject: [PATCH 2/2] routes. --- routes.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/routes.txt b/routes.txt index ed12607be..b908818d1 100644 --- a/routes.txt +++ b/routes.txt @@ -723,6 +723,7 @@ /docs/tokens /docs/tokens/anatomy-of-an-asset /docs/tokens/control-asset-access +/docs/tokens/cross-chain-transfers /docs/tokens/how-to-issue-an-asset /docs/tokens/publishing-asset-info /docs/tokens/quickstart