CCIP Service Limits (TON)
EVM to TON
These limits apply to messages sent from an EVM-compatible chain to the TON blockchain.
| Item | Description | Limit |
|---|---|---|
| Maximum message data length | The data payload sent within the CCIP message. | 30,000 bytes |
| Message execution gas limit | The user-specified gasLimit (in nanoTON) in extraArgs for the execution of the ccipReceive function on TON. | 4,200,000,000 nanoTON |
| Smart Execution time window | The maximum duration that CCIP will attempt to automatically execute a message on TON before manual execution is required. | 8 hours |
| Out of Order execution | The allowOutOfOrderExecution parameter in the extraArgs of a CCIP message from an EVM chain. | Must be true |
TON to EVM
These limits apply to messages sent from the TON blockchain to an EVM-compatible chain.
| Item | Description | Limit |
|---|---|---|
| Maximum message data length | The data payload sent within the CCIP message. | 30,000 bytes |
| Message execution gas limit | The user-specified gasLimit in extraArgs for the execution of the ccipReceive function on the destination EVM chain. | 3,000,000 gas |
| Smart Execution time window | The maximum duration for the execution of a CCIP message on the destination EVM chain before manual execution is required. | 8 hours |
| Out of Order execution | The allowOutOfOrderExecution parameter in the extraArgs of a CCIP message from TON. | Must be true |