diff --git a/content/course/interchain-token-transfer/03-tokens/05-transfers-in-smart-contracts.mdx b/content/course/interchain-token-transfer/03-tokens/05-transfers-in-smart-contracts.mdx index bab472ea..4d2a3b11 100644 --- a/content/course/interchain-token-transfer/03-tokens/05-transfers-in-smart-contracts.mdx +++ b/content/course/interchain-token-transfer/03-tokens/05-transfers-in-smart-contracts.mdx @@ -94,7 +94,7 @@ cast call --rpc-url myblockchain $PAYABLE_CONTRACT "amountReceived()(uint)" -Well done! You transfer native tokens to a Smart Contract. +Well done! You transferred native tokens to a Smart Contract. It's important to understand the distinction between Native Tokens and ERC-20 tokens. Native tokens, such as `AVAX` or `ETH`, are transferred directly to payable functions within the smart contract. This process is straightforward and involves sending the tokens to the contract's address, invoking the payable function.