diff --git a/pages/interop/compatible-tokens.mdx b/pages/interop/compatible-tokens.mdx index b8d7cd580..c5c1fecba 100644 --- a/pages/interop/compatible-tokens.mdx +++ b/pages/interop/compatible-tokens.mdx @@ -102,6 +102,17 @@ xERC20 tokens are crosschain ERC-20 which can be transferred across chains by al * **Cross-chain address:** Deterministic or requires cross-chain registry per deployment. * **Supported ecosystem:** EVM +### CCT + +CCT is a token standard used to send, receive, and compose tokens across chains Chainlink supports. You can learn more about CCT and Superchain interop [here](https://github.com/AstarNetwork/chainlink-ccip-erc7802). + +* **Security:** Varies depending on the weakest-link among the allowlisted verification mechanisms. +* **Latency:** 1-block latency within the Superchain. Outside the Superchain, latency is variable based on Chainlink's Cross-Chain Interoperability Protocol (CCIP). +* **Cost:** Variable based on allowlisted verification mechanisms. +* **Cross-chain address:** Requires cross-chain registry per deployment. +* **Supported ecosystem:** EVM, Solana + + ### OFT OFT is a token standard used to send, receive, and compose tokens across chains LayerZero supports. More information will be added about how OFTs can benefit from Superchain interop at a later date. @@ -112,6 +123,7 @@ OFT is a token standard used to send, receive, and compose tokens across chains * **Cross-chain address:** Requires cross-chain registry per deployment. * **Supported ecosystem:** EVM, Solana, MoveVM + ### NTT NTT is a token standard used to send, receive, and compose tokens across chains Wormhole supports. More information will be added about how NTTs can benefit from Superchain interop at a later date. @@ -126,7 +138,7 @@ NTT is a token standard used to send, receive, and compose tokens across chains ## Key takeaways * `SuperchainERC20` is a simple and trust-minimized way for token issuers to make their token available across the Superchain interop cluster. -* Token issuers can use other token standards (xERC20, OFT, NTT) and give `crosschainMint` and `crosschainBurn` permissions to the `SuperchainTokenBridge` or `L2ToL2CrossDomainMessenger` to benefit from Superchain interop. +* Token issuers can use other token standards (xERC20, CCT, OFT, NTT) and give `crosschainMint` and `crosschainBurn` permissions to the `SuperchainTokenBridge` or `L2ToL2CrossDomainMessenger` to benefit from Superchain interop. * Token issuers should include a [ERC-7802](https://eips.ethereum.org/EIPS/eip-7802) interface on their token to simplify downstream integrations. ## Next steps