Skip to content

Commit

Permalink
add cct callout (#2260)
Browse files Browse the repository at this point in the history
  • Loading branch information
khadni authored Jan 14, 2025
1 parent 11f90bf commit 4430f8b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/content/ccip/concepts/cross-chain-tokens.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ metadata:
import { Aside, ClickToZoom } from "@components"
import CcipCommon from "@features/ccip/CcipCommon.astro"

<Aside type="note" title="Launch or upgrade your CCT in just a few clicks">
Did you know about the [Token Manager](https://tokenmanager.chain.link/)? This newly released app gives you the
ability to launch new tokens or upgrade existing tokens into CCTs, no code required. Read more in the
[docs](/ccip/tutorials/token-manager).
</Aside>

The Cross-Chain Token (CCT) standard offers a streamlined and decentralized approach to enabling token transfers across blockchains using Chainlink's Cross-Chain Interoperability Protocol (CCIP). Traditionally, token developers had a friction-laden and manual process to enable their tokens for cross-chain operations. This process required manual deployment of token pools, making it time-consuming. With the introduction of CCTs, token developers now have the power to deploy, configure, and manage their own token pools in CCIP via a simple interface. This self-service model not only accelerates the deployment process but also empowers token developers with greater autonomy and control over their cross-chain token operations. This guide will explore the motivations behind Cross-Chain Token (CCT) and provide an overview of the architectural components in enabling an [ERC20-compatible](#requirements-for-cross-chain-tokens) token in CCIP.

## Motivations
Expand Down

0 comments on commit 4430f8b

Please sign in to comment.