> For the complete documentation index, see [llms.txt](https://cll-devrel.gitbook.io/bootcamp-2024/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cll-devrel.gitbook.io/bootcamp-2024/4.-cross-chain-tokens-with-chainlink-ccip/send-usdc-from-fuji-to-sepolia.md).

# Send USDC from Fuji to Sepolia

In Remix, click the drop-down arrow on the `transferUsdcToSepolia` function:

<div align="left"><figure><img src="/files/boIrQWHG3d2Z2b2uR5sR" alt=""><figcaption><p>Click the down arrow</p></figcaption></figure></div>

1. In the `_receiver` input, paste in your wallet address so you're sending yourself the USDC, but on another blockchain. It can be the same address as the one you're using on Fuji because on the Sepolia network it has a different existence with different balances and history!
2. In the `_amount` input, put in `100000` for `0.1` USDC
3. Then click the "transact" button at the bottom

<div align="left"><figure><img src="/files/9O44VE6YbeQ8NegHg9lG" alt=""><figcaption><p>CCIP interaction</p></figcaption></figure></div>

MetaMask will pop-up with a “Confirm” request:

<div align="left"><figure><img src="/files/lnBRJHeFaHdkrwSgpKAS" alt=""><figcaption></figcaption></figure></div>

In Remix, we will see a log in your Remix terminal confirming the transfer has been initiated on Fuji:

<figure><img src="/files/23MbMAJmspGN9idHnSn2" alt=""><figcaption><p>Your interaction with the CCIP router transaction</p></figcaption></figure>

{% hint style="success" %}
At this point you have initiated a CCIP transaction!
{% endhint %}

Congratulations !! You are now officially sending your USDC from Avalanche Fuji to Ethereum Sepolia! The next section you will go to the CCIP Explorer to see your transaction.

***

References

* [Transfer Tokens | Chainlink Documentation](https://docs.chain.link/ccip/tutorials/cross-chain-tokens/)
