# Deploying Your Project

* After clicking on `Continue`, you will be taken to a preview sales page

![](/files/U7Vp7qe6w9sgK6nvJH0e)

* If you are ready, click on `Deploy`
* You will be able to choose which type of contract you would like to deploy&#x20;

![](/files/YebHko5x8iSbZknWPaL3)

{% hint style="info" %}
There is a **Deployment Fee** for deploying the contract as well as a **Platform Fee**.

The Deployment Fee varies depending on the network you have chosen.&#x20;

The Platform Fee is taken when you claim the proceeds from your sales.
{% endhint %}

* After choosing which type of contract to deploy, a notification on MetaMask will appear. Click on `Confirm` to deploy your project

<div align="left"><img src="/files/fLGPiJE3USAbZbqpmYkI" alt=""></div>

* You can also can edit gas fees to make your transactions go faster. However you will have pay more gas fees.

{% hint style="info" %}
Following EIP-1559, you can add a **Max Priority Fee** to let miners prioritize your transaction first. Think of it like "tipping" the miner.
{% endhint %}

<div align="left"><img src="/files/StaqZEvwzYDlBxTZTTPc" alt=""></div>

{% hint style="danger" %}
**Putting in too little gas can cause your transaction to fail. You will also lose the amount you paid for that transaction.**
{% endhint %}

* After clicking on`Confirm`, wait for a MetaMask Notification confirming your transaction
* Once your transaction has been confirmed, click on `Reload/Refresh`


---

# 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://docs.speedboat.studio/speedboat-v2/deploying-generative-nfts/deploying-your-project.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.
