Skip to content
Merged
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
14 changes: 13 additions & 1 deletion pages/interop/compatible-tokens.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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.
Expand All @@ -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
Expand Down