# Setting up MetaMask

{% hint style="success" %}
For this section, we will add Avalanche Fuji Testnets and add AVAX, LINK and USDC testnet tokens.  We recommend you do this Section after complete [Section 2](/bootcamp-2024/2.-smart-contract-and-solidity-fundamentals.md) and [Section 3](/bootcamp-2024/6.-nfts-and-chainlink-automation.md) so that most of the set up is already done.  \
\
Let's go!
{% endhint %}

### Add the Sepolia LINK Token Address to MetaMask

Navigate to [LINK Token Contracts | Chainlink Documentation](https://docs.chain.link/resources/link-token-contracts#sepolia-testnet) and click the “Add to wallet” button:

<figure><img src="/files/7y3TiCpkQVBRzBQi2Qk5" alt=""><figcaption><p>Add the LINK token directly into MetaMask</p></figcaption></figure>

{% hint style="info" %}
If you are not already on Ethereum Sepolia, the button will ask to "Switch network and add to wallet"
{% endhint %}

MetaMask will pop-up and click "Add token" button:

<div align="left"><figure><img src="/files/3wWgeGh3aosjoFlD3Ypc" alt=""><figcaption><p>Adding the LINK token address</p></figcaption></figure></div>

Under the 1. “Tokens” tab, 2. the LINK token address on Sepolia has now been added:

<div align="left"><figure><img src="/files/LpRWpYCBBGP8JhNID5eF" alt=""><figcaption><p>Showing the tokens in MetaMask</p></figcaption></figure></div>

***

### Add Avalanche Fuji Testnet

Go to [Avalanche Fuji Testnet RPC and Chain settings | ChainList](https://chainlist.org/chain/43113) and connect your wallet by clicking the “Connect Wallet” button:

<figure><img src="/files/CM77YE1uDkvHQj5at9Fb" alt=""><figcaption><p>Connect MetaMask to chainlist.org</p></figcaption></figure>

Once you are connected to chainlist.org, click the “Add to Metamask” button at the bottom:

<figure><img src="/files/TrbAhXEthCwuxdd4COiP" alt=""><figcaption><p>Adding the Avalanche Fuji Testnet to MetaMask</p></figcaption></figure>

Click the “Approve” button at the bottom right:

<div align="left"><figure><img src="/files/rAFMdOiqGfglFo9dzU3i" alt=""><figcaption><p>Approve network switch</p></figcaption></figure></div>

MetaMask will proceed to ask you to switch the network, so click the "Switch network" button at the bottom right:

<div align="left"><figure><img src="/files/Cv0UBTemJ8uCTEeozTFZ" alt=""><figcaption><p>Switch network to Avalanche Fuji Testnet</p></figcaption></figure></div>

You should now be connected to Avalanche Fuji Testnet and displayed in the upper left corner of MetaMask:

<div align="left"><figure><img src="/files/qg1jLJRs9eh6mLqHlSbJ" alt=""><figcaption><p>Current network</p></figcaption></figure></div>

***

### Add the Avalanche Fuji Testnet LINK Token to MetaMask

Once you are on Avalanche Fuji, you need to add the LINK token address. Go to [LINK Token Contracts | Chainlink Documentation](https://docs.chain.link/resources/link-token-contracts#fuji-testnet) and click the “Add to wallet” button under the Fuji Testnet:&#x20;

<figure><img src="/files/uaQu6mP58xhSuArYjwfQ" alt=""><figcaption><p>Add LINK token address to MetaMask</p></figcaption></figure>

As you did with adding the Sepolia LINK address, Metamask will once again pop-up and click the “Add token” button:

<div align="left"><figure><img src="/files/3wWgeGh3aosjoFlD3Ypc" alt=""><figcaption><p>Adding Avalanche Fuji Testnet LINK token address to MetaMask</p></figcaption></figure></div>

Under the 1. “Tokens” tab, you can see 2. the LINK token address has been added to Metamask:

<div align="left"><figure><img src="/files/66J35ftAO2BWJyugbhQ2" alt=""><figcaption><p>Tokens in MetaMask</p></figcaption></figure></div>

***

### Getting Testnet Tokens from Faucets

Navigate to [Get Fuji Testnet LINK Tokens | Chainlink Faucets](https://faucets.chain.link/fuji) to get LINK and AVAX tokens for the Avalanche Fuji Testnet:

1. You will need to connect MetaMask by clicking "Connect Wallet" at the bottom:

<figure><img src="/files/ILbK5wEow5sr7o3XQ3h4" alt=""><figcaption><p>Connect MetaMask to Chainlink faucet</p></figcaption></figure>

{% hint style="info" %}
If MetaMask is not already on Avalanche Fuji Testnet, it will ask you to switch to that network.&#x20;
{% endhint %}

2. Once connected to Chainlink's faucet, you will to request LINK and AVAX testnet tokens:

<figure><img src="/files/CnFSuwqa7RzDjLmuPEfc" alt=""><figcaption><p>Chainlink's faucet for Avalanche Fuji Testnet</p></figcaption></figure>

You may have to login to your GitHub account to get these tokens and you can also try  [Avalanche - Faucets](https://www.allthatnode.com/faucet/avalanche.dsrv) and [Avalanche Testnet Faucet](https://core.app/en/tools/testnet-faucet/?subnet=c\&token=c). &#x20;


---

# 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/setting-up-metamask.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.
