# Compile and Deploy

### Compile your Contract

On the left hand side, go to the "SOLIDITY COMPILER" icon and click the "Compile TransferUSDCBasic.sol" button:

<figure><img src="/files/p89vcG54pMJLPspLda1d" alt=""><figcaption><p>Successfully compiled TransferUSDCBasic.sol</p></figcaption></figure>

***

### Deploy your Contract

1. Navigate to the “DEPLOY & RUN TRANSACTIONS” icon on the left hand side. Double check that your Environment is connected to Fuji via Injected Provider.
2. Click the "Deploy" button at the bottom

<figure><img src="/files/PS3nr14KnCdNel1tB8vn" alt=""><figcaption><p>Deploying your contract</p></figcaption></figure>

MetaMask will ask you to confirm the transaction, so click the “Confirm” button at the button right:

<div align="left"><figure><img src="/files/Chz8XPQcVwPFFFVuOpU7" alt=""><figcaption><p>Confirm the deployment transaction</p></figcaption></figure></div>

Upon a successful deployment, in Remix you will see:

1\. The green check-mark at the bottom

2\. Your deployed contract and address

<figure><img src="/files/4HtrZsdzydIOo7DmqAxW" alt=""><figcaption><p>Successful deployment</p></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/4.-cross-chain-tokens-with-chainlink-ccip/compile-and-deploy.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.
