> For the complete documentation index, see [llms.txt](https://gum-ball.gitbook.io/gumball-protocol/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gum-ball.gitbook.io/gumball-protocol/how-to/collection-creation/deploy-nft-collection.md).

# Deploy gNFT Collection

## Requirements

* [x] Unique NFT collection
* [x] IPFS links for image & contract metadata

## Steps

### 1. Select 'Create Collection' button on toolbar

<div align="left"><figure><img src="https://github.com/GumBallProtocol/GitBook/blob/main/how-to/.gitbook/assets/Screenshot%202023-02-13%20at%207.40.54%20AM.png" alt=""><figcaption></figcaption></figure> <figure><img src="/files/IwKaNQAjvudf3VSv96pM" alt=""><figcaption></figcaption></figure></div>

### 2. Enter IPFS links for image/contract metadata generated on pinata.cloud

<div align="left"><figure><img src="https://github.com/GumBallProtocol/GitBook/blob/main/how-to/.gitbook/assets/Screenshot%202023-02-13%20at%209.18.05%20AM.png" alt=""><figcaption></figcaption></figure> <figure><img src="/files/hH2cQlgCn4HTgfl6QboH" alt=""><figcaption></figcaption></figure></div>

### 3. Input 'Collection settings'

* **Name of Collection**
  * e.g. Happy Art
* **Artist Address**
  * ERC address
* **Fees**
  * Max Fee = 10%
* **Release Date**
  * Release date for public access to collection.
  * Collection will be open to ONLY white-listers **before** release date.

<div align="left"><figure><img src="https://github.com/GumBallProtocol/GitBook/blob/main/how-to/.gitbook/assets/Screenshot%202023-02-13%20at%2010.29.54%20AM.png" alt=""><figcaption></figcaption></figure> <figure><img src="/files/rHRvftfKyY7vJiuoz3vQ" alt=""><figcaption></figcaption></figure></div>

### 4. Input 'Token options'

* **Token symbol**
  * Ticker for collection (e.g. HAPPY)
* **Total supply**
  * Total supply of NFT collection (e.g. 10000)
* **Base token and floor price**
  * e.g. 0.01 WETH

<div><figure><img src="https://github.com/GumBallProtocol/GitBook/blob/main/how-to/.gitbook/assets/Screenshot%202023-02-13%20at%2010.45.17%20AM.png" alt=""><figcaption></figcaption></figure> <figure><img src="/files/xfMMVlidB6B2aqXzVpzi" alt=""><figcaption></figcaption></figure></div>


---

# 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://gum-ball.gitbook.io/gumball-protocol/how-to/collection-creation/deploy-nft-collection.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.
