> 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

Deploy your own 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="https://1601591342-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FWGLTHXCSQ9PW33ohjmbI%2Fuploads%2FooLQE1htRhYP8pbGDKiG%2Fimage.png?alt=media&amp;token=ce7fcbfe-cdde-4fa4-a378-d81b0d8d72d6" 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="https://1601591342-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FWGLTHXCSQ9PW33ohjmbI%2Fuploads%2FxiT1nRMcyur5H94hwfAW%2Fimage.png?alt=media&amp;token=18f6a880-d2e6-4888-86be-2678920c8554" 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="https://1601591342-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FWGLTHXCSQ9PW33ohjmbI%2Fuploads%2FlzOXs8QsnXpIaPUHpLZz%2Fimage.png?alt=media&amp;token=4cb14ea2-e93c-4641-8432-23f3181111a3" alt=""><figcaption><p>Create Collection Page</p></figcaption></figure>
