# Mint On Sepolia From Fuji

Use the <mark style="color:orange;">mintOnSepolia</mark> function on the <mark style="color:blue;">CrossSourceMinter.sol</mark> contract

<figure><img src="/files/uj6GWHCbLblhVADRfe2z" alt=""><figcaption><p>Example of the mintOnSepolia function on the CrossSourceMinter contract</p></figcaption></figure>

Confirm the <mark style="color:red;">transaction</mark>

<figure><img src="/files/qVUhXakdFVnQhcbI6mtl" alt=""><figcaption><p>Example of Metamask confirmation of Function Call</p></figcaption></figure>

You can go to this link to check the <mark style="color:red;">transaction</mark>

{% embed url="<https://ccip.chain.link>" %}
CCIP EXPLORER
{% endembed %}

Search for the <mark style="color:orange;">mintOnSepolia</mark> <mark style="color:red;">Transaction Id</mark> in the CCIP Explorer

<figure><img src="/files/m1nd39AR38LNIYc9MRBd" alt=""><figcaption><p>Take this Transaction hash</p></figcaption></figure>

<figure><img src="/files/EowEnV8paT7w4ZCiGtT2" alt=""><figcaption><p>Paste it into this field and hit enter</p></figcaption></figure>

The result should look something like this

<figure><img src="/files/J6bEHjfQrAphibwYaM7z" alt=""><figcaption><p>Example of the CCIP Explorer Transaction Details</p></figcaption></figure>

Refresh your Opensea dashboard page to see your newly minted NFT

<figure><img src="/files/NsZGRPdi2TWz4NxUDd2X" alt=""><figcaption></figcaption></figure>


---

# 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/mint-on-sepolia-from-fuji.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.
