You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/interop/compatible-tokens.mdx
+13-1Lines changed: 13 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -102,6 +102,17 @@ xERC20 tokens are crosschain ERC-20 which can be transferred across chains by al
102
102
***Cross-chain address:** Deterministic or requires cross-chain registry per deployment.
103
103
***Supported ecosystem:** EVM
104
104
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:** Varies depending on the weakest-link among the 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
+
105
116
### OFT
106
117
107
118
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
112
123
***Cross-chain address:** Requires cross-chain registry per deployment.
113
124
***Supported ecosystem:** EVM, Solana, MoveVM
114
125
126
+
115
127
### NTT
116
128
117
129
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
126
138
## Key takeaways
127
139
128
140
*`SuperchainERC20` is a simple and trust-minimized way for token issuers to make their token available across the Superchain interop cluster.
129
-
* 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.
141
+
* 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.
130
142
* Token issuers should include a [ERC-7802](https://eips.ethereum.org/EIPS/eip-7802) interface on their token to simplify downstream integrations.
0 commit comments