# CCIP Tutorials: EVM to TON
Source: https://docs.chain.link/ccip/tutorials/ton/destination
Last Updated: 2026-03-29


This section provides guides and tutorials for implementing cross-chain communication from Ethereum Virtual Machine (EVM) chains to the TON blockchain using Chainlink's Cross-Chain Interoperability Protocol (CCIP).

## Getting Started

Before implementing specific use cases, understand the fundamental concepts and message structure for EVM to TON communication:

- [Building CCIP Messages from EVM to TON](/ccip/tutorials/ton/destination/build-messages) - Learn the core message structure, required parameters, and implementation details for arbitrary messaging.
- [Prerequisites for EVM to TON Tutorials](/ccip/tutorials/ton/destination/prerequisites) - Set up your development environment with EVM and TON wallets, the starter kit, and testnet tokens.

## Tutorials by Use Case

Depending on your specific needs, choose the appropriate tutorial:

- [Arbitrary Messaging](/ccip/tutorials/ton/destination/arbitrary-messaging) - Send data from an EVM chain to a receiver contract on TON.