# Open Mint contracts

## The What:

Yes. Our mint contract is cw721-spec base, with the v18 extensions. However, our goal is to make *using* these contracts easier with our [Candy Machine](/nebula/goals/candy-machine.md). We also have implemented better usage documentation, scripts to test, compile, upload, and initialize an NFT mint.

## The Why:

Currently, you can't mint NFTs on injective outside of Talis. Yes, it will take immense work to allow nebula to use both talis standard NFTs and Nebula standard NFTs, but that is one of our highest priorities. We want to make NFT minting open, easy, and simple for anyone interested in Injective.


---

# 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://nebula-infrastructure.gitbook.io/nebula/goals/open-mint-contracts.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.
