Skip to content
Merged
Show file tree
Hide file tree
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
4 changes: 4 additions & 0 deletions config/theme/navbar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
},
],
}

Expand Down
18 changes: 18 additions & 0 deletions docs/tokens/cross-chain-transfers.mdx
Original file line number Diff line number Diff line change
@@ -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)

:::
1 change: 1 addition & 0 deletions routes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading