> For the complete documentation index, see [llms.txt](https://kaspacom.gitbook.io/kaspacom/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kaspacom.gitbook.io/kaspacom/krc-721-nfts/deploy.md).

# Deploy

### **How to** [**Deploy**](https://www.kaspa.com/nft/deploy) **an NFT Collection**

1. **Enter Collection Name** – Choose a unique name for your NFT collection.
2. **Set Total Supply** – Define the maximum number of NFTs in your collection.
3. **Add Metadata URL (IPFS)** – Link to the metadata for your NFTs.
4. *(Optional)* **Set Mint Price** – Specify the minting cost per NFT in KAS.
5. *(Optional)* **Mint Funds Recipient Address** – Enter the address where minting funds will be sent (default is the deployer).
6. *(Optional)* **Premint NFT Allocation** – Pre-mint a specific amount of NFTs.
7. *(Optional)* **Set Mint DAA Score** – Define the DAA score at which minting will start.
8. *(Optional)* **Premint Tokens Recipient Address** – Enter an address for pre-minted NFTs (default is the deployer).
9. Click **"Deploy Collection"** to finalize and launch your NFT collection.

#### **Adding Collection Information After Deployment**

Once your collection is deployed, you can further customize it by:

* Verifying it with a **checkmark badge**.
* Adding **creator royalties** for secondary market trades.
* Updating the **collection description, social/website links, and banner**.

To do this, visit your **collection page** while connected with the deployer wallet and click **"Edit Collection Metadata"**.

Now your NFT collection is ready! 🚀


---

# 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://kaspacom.gitbook.io/kaspacom/krc-721-nfts/deploy.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.
