# 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>


---

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