> For the complete documentation index, see [llms.txt](https://docs.speedboat.studio/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.speedboat.studio/speedboat-v2/deploying-generative-nfts/deploying-your-project.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.speedboat.studio/speedboat-v2/deploying-generative-nfts/deploying-your-project.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
