> 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/7.-chainlink-ccip-and-cross-chain-nft-dapps/fund-contract.md).

# Fund Contract

We will open <mark style="color:red;">Metamask</mark> and confirm we are on the <mark style="color:purple;">Avalanche Fuji Testnetwork</mark>

<figure><img src="/files/GyIcEoY6Ck8zjsElu1GK" alt=""><figcaption><p>Should look like this</p></figcaption></figure>

Click the send button and paste your <mark style="color:yellow;">CrossSourceMinter's address</mark> as the destination (take the address from Remix)

<figure><img src="/files/pYUw7iIZm7g5CQ9rkDtS" alt=""><figcaption><p>Copy the CrossSourceMinter Address </p></figcaption></figure>

Send your <mark style="color:blue;">CrossSourceMinter</mark> 5 LINK Tokens

<figure><img src="/files/xX1xWvR5CIHujA7PtvNR" alt=""><figcaption><p>Send your CrossSourceMinter 5 Link</p></figcaption></figure>

Let's check that our `CrossSourceMinter` has received the 5 Link.

In Remix,  select the <mark style="color:blue;">`CrossSourceMinter.sol`</mark> Contract in the Deployed Contracts section and select <mark style="color:green;">`linkBalance()`</mark>`.`  Pass it the address of <mark style="color:blue;">`CrossSourceMinter`</mark> and then click.  It will show you the contract's LINK balance! It should return <mark style="color:green;">5000000000000000000</mark> which = 5 LINK

<figure><img src="/files/TWTszusEmCjc231LOAJl" alt=""><figcaption><p>Example of verifying that the CrossSourceMinter has the Link Tokens</p></figcaption></figure>

<br>
