Skip to content

Commit bcaef58

Browse files
authored
Adding CCT (Chainlink) to interop compatible tokens
Adds Repo and context for CCT x Superchain interop
1 parent b971163 commit bcaef58

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

pages/interop/compatible-tokens.mdx

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,17 @@ xERC20 tokens are crosschain ERC-20 which can be transferred across chains by al
102102
* **Cross-chain address:** Deterministic or requires cross-chain registry per deployment.
103103
* **Supported ecosystem:** EVM
104104

105+
### CCT
106+
107+
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).
108+
109+
* **Security:** Variable due to weakest-link scenario based on allowlisted verification mechanisms.
110+
* **Latency:** 1-block latency within the Superchain. Outside the Superchain, latency is variable based on Chainlink's Cross-Chain Interoperability Protocol (CCIP).
111+
* **Cost:** Variable based on allowlisted verification mechanisms.
112+
* **Cross-chain address:** Requires cross-chain registry per deployment.
113+
* **Supported ecosystem:** EVM, Solana
114+
115+
105116
### OFT
106117

107118
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
112123
* **Cross-chain address:** Requires cross-chain registry per deployment.
113124
* **Supported ecosystem:** EVM, Solana, MoveVM
114125

126+
115127
### NTT
116128

117129
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.

0 commit comments

Comments
 (0)