# Creator Core

Creator Core is the set of smart contracts to create a sovereign minting contract (ERC721/ERC1155 supported).  Currently, you can deploy your own Creator Core instance using [Manifold Studio](https://studio.manifold.xyz).

{% hint style="info" %}
[Manifold Studio](https://studio.manifold.xyz) currently supports the Ethereum network.  However, the Creator Core contracts work with any EVM network (e.g. Polygon, Optimism, Arbitrum).  To use Creator Core on any other EVM network, you will need to clone the [github repo](https://github.com/manifoldxyz/creator-core-solidity) and deploy using  a Solidity IDE like [remix](https://remix.ethereum.org).
{% endhint %}


---

# 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.manifold.xyz/manifold-for-developers/smart-contracts/manifold-creator/contracts/creator-core.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.
