> For the complete documentation index, see [llms.txt](https://nftdeal.gitbook.io/eng-user-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nftdeal.gitbook.io/eng-user-guide/drop/deploy-collections-smart-contract.md).

# Deploy collection's smart contract

## Getting started

First, you’ll need to deploy your collection’s smart contract.

This step must be completed before you move on to other steps.

To deploy a contract, connect your wallet to NFTDeal and navigate to your “My Collection” page. Click **Create a collection**.

<figure><img src="/files/QrZWnMiwFmY34VEI1llW" alt=""><figcaption><p>My Collection Page</p></figcaption></figure>

For a Drop, you’ll need to deploy your own custom smart contract, which you can do directly using the NFTDeal interface. In order to do so, you’ll select **Deploy your own contract** from the two options. Deploying a smart contract onto a blockchain requires a gas fee.

<figure><img src="/files/FXEfCAz9jVwB33VVBHJ6" alt=""><figcaption><p>Create Collection Page</p></figcaption></figure>

Next, you'll need to add a logo image, contract name, token symbol (which will display on Etherscan to represent your contract). You also can choose type of contract: **standard or proxy.** **Proxy contract** is cheaper to deploy but mint, transfer, and sale interactions will require extra gas fees. **Standard contract** is more expensive to deploy but mint, transfer, and sale interactions will require less gas fees.

<figure><img src="/files/tqAd5n0t8lr4tKFkByVT" alt=""><figcaption><p>Create Collection Page</p></figcaption></figure>


---

# 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://nftdeal.gitbook.io/eng-user-guide/drop/deploy-collections-smart-contract.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.
