# Part 1: Deploy NFT Contract

### Prerequisite

* Ensure you have created a wallet and funded it with cryptocurrency on your chosen blockchain. Additionally, make sure your wallet is connected to Element.

### Deploy Your NFT Contract

* Click the "Create" button on the top navigation bar. If your wallet is connected, you will see the deploy contract form.
* To deploy an NFT collection, provide the following: "Collection Name," "Collection Logo," and "Collection Symbol." Select a blockchain and ensure your wallet has sufficient funds to cover the gas fees for deployment.
* Then, click the "Deploy Now" button and sign in your wallet.

<figure><img src="/files/Fpda0nVj5iShXwVpYUKe" alt=""><figcaption></figcaption></figure>

Deploying the contract will take some time. If you accidentally close the window, you can find the deployed contract in "My Collections" after the deployment is successful.

<figure><img src="/files/OB656b0EVFVek5VztwGJ" alt=""><figcaption></figcaption></figure>

If the contract is successfully deployed, you'll see the success screen:<br>

<figure><img src="/files/KWsj51XmRYED7mCJTIOj" alt="" width="369"><figcaption></figcaption></figure>

**How to Find Your Collection:** Click the "My Profile" button at the top right, and choose "My Collections" option.

<figure><img src="/files/pBoVhtIUi20IokjTq0ZI" alt=""><figcaption></figcaption></figure>

#### Advanced Settings

* Non-transferable (Soulbound Token)
  * Soulbound Token is a non-transferable token, meaning the minter will always remain the owner. If your project is a Soulbound Token, please check this option.<br>

<figure><img src="/files/HPfAyEK60nhdKFWtXAJW" alt=""><figcaption></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://docs.element.market/welcome-to-element/forcreators/launchpad/drop-creator-support/part-1-deploy-nft-contract.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.
