# Send USDC from Fuji to Sepolia

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

<div align="left"><figure><img src="https://62720068-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FNQrWPKDHvXg0HQjwzHbY%2Fuploads%2FfcGvSiKscNLa0NeRzfb5%2FLINK9.png?alt=media&#x26;token=ef88ed67-5e3d-4a3c-96aa-e27d522921eb" 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="https://62720068-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FNQrWPKDHvXg0HQjwzHbY%2Fuploads%2Fo8zfUSfshCS5x7KROw76%2FLINK10.png?alt=media&#x26;token=4ea01964-60c9-449e-bf4c-6923e99e932c" alt=""><figcaption><p>CCIP interaction</p></figcaption></figure></div>

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

<div align="left"><figure><img src="https://62720068-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FNQrWPKDHvXg0HQjwzHbY%2Fuploads%2FJebRUicVxaXHIdbrGVMo%2FCCIP.png?alt=media&#x26;token=62628d18-2406-4258-8c24-dd6209448024" 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="https://62720068-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FNQrWPKDHvXg0HQjwzHbY%2Fuploads%2F3xax5gb8rmjzP5LsxyO6%2FCCIP2.png?alt=media&#x26;token=f336ab6c-4065-480f-b606-3673ac077bc4" 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/)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://cll-devrel.gitbook.io/bootcamp-2024/4.-cross-chain-tokens-with-chainlink-ccip/send-usdc-from-fuji-to-sepolia.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
