| name | avalanche-ictt |
| description | ICTT (Interchain Token Transfer) - bridging ERC-20 and native tokens between Avalanche L1s using TokenHome and TokenRemote contracts. Use this skill when answering questions about ICTT, token bridging, TokenHome, TokenRemote, ERC20TokenHome, NativeTokenHome, ERC20TokenRemote, NativeTokenRemote, cross-chain token transfers, or the avalanche-interchain-token-transfer repo.
|
| version | 0.1.0 |
| author | Avalanche Developer AI Toolkit |
Avalanche ICTT Skill
This skill covers ICTT (Interchain Token Transfer) - the standard protocol for bridging tokens between Avalanche L1s.
When to Use This Skill
- Bridging an ERC-20 token from C-Chain to a custom L1
- Creating a native gas token bridge
- Deploying TokenHome and TokenRemote contracts
- Understanding the ICTT architecture
- Multi-hop token transfers
Files in This Skill
overview.md - ICTT architecture and TokenHome/TokenRemote pattern
erc20-bridge.md - Bridging ERC-20 tokens
native-bridge.md - Bridging native tokens
deployment.md - Deploying and registering ICTT contracts
examples/ - Working code examples