# Getting USDC Testnet Tokens

### Add USDC to Avalanche Fuji Testnet

Go to [USDC on Test Networks](https://developers.circle.com/stablecoins/docs/usdc-on-test-networks), and perform the following steps:

1. Copy the USDC address on Avalanche Fuji Testnet

<figure><img src="/files/WUHO45mRwyPQui1mi1lY" alt=""><figcaption><p>List of USDC token address for testnets</p></figcaption></figure>

2. In MetaMask, click the "Tokens" Tab
3. Click on the "+ Import tokens" at the bottom left

<div align="left"><figure><img src="/files/mgcKm5SJifI8y9g8ubyK" alt=""><figcaption><p>Import tokens to MetaMask</p></figcaption></figure></div>

4. Paste in the USDC token contract address from Avalanche Fuji Testnet

{% code title="USDC address" %}

```solidity
0x5425890298aed601595a70ab815c96711a31bc65
```

{% endcode %}

5. Click the "Next" button at the bottom

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

6. Import the USDC token into Metamask:

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

Back on the "Tokens" tab in MetaMask, you will now see the USDC token for Avalanche Fuji Testnet:

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

***

### Get USDC Testnet Tokens into your MetaMask Wallet

Go to the [Circle Faucet](https://faucet.circle.com/) to request USDC from Avalanche Fuji testnet

1. Select Avalanche Fuji under the Network pull-down menu
2. Enter your wallet address
3. Click “SEND 10 USDC”

<figure><img src="/files/AjeAUO533VtGPAcsYyCY" alt=""><figcaption><p>How to get 10 USDC testnet tokens on Avalanche Fuji</p></figcaption></figure>

Back under the "Tokens" tab in MetaMask you will see USDC testnet tokens added:

<div align="left"><figure><img src="/files/wXehIpWghBEcnzumfjf8" alt=""><figcaption><p>All testnet tokens added and funded</p></figcaption></figure></div>

That wasn't too bad, you now how the networks setup and all the testnet tokens for our exercise!

***

Resources - More about USDC and Circle:

* [Using Circle's Cross-Chain Transfer Protocol (CCTP) for Enhanced USDC Transfers](https://learn.circle.com/quickstarts/cctp)
* [Circle](https://developers.circle.com/)


---

# 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/getting-usdc-testnet-tokens.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.
