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

# FAQ

**What is MetaCreate?**\
MetaCreate is the Operating System for Generative Media—a unified platform combining 45+ production-grade models with Web3-native ownership and monetization capabilities. Create, own, and monetize digital IP without wrestling with infrastructure or protocol complexity.

**Do I need technical expertise to use MetaCreate?**\
No. MetaCreate is designed for creators of all skill levels. From browsing the Model Gallery to minting NFTs, everything is click-and-go. No API keys. No setup.

**What models are available?**\
We offer 45+ curated production-grade models across text-to-image, text-to-video, text-to-speech, text-to-audio, image-to-video, and image-to-image generation. All optimized for quality and speed.

**Can I use generated assets commercially?**\
Yes. All assets generated on MetaCreate can be minted as ERC-721 or ERC-1155 NFTs, giving you full commercial rights and on-chain provenance.

**How does NFT minting work?**\
After generating or editing content, simply hit "Mint." Select your chain, pay the transaction fee, and your asset is published on-chain as an ownable, tradeable digital primitive.

**What chains do you support?**\
MetaCreate supports Ethereum, Base, BNB Smart Chain, and more. Choose your preferred chain at minting time.

**Is there a free trial?**\
Yes. Sign up to explore the platform. Check our pricing for plan details and usage limits.

**Can I integrate MetaCreate into my own product?**\
Yes, via our API. Developers can build on MetaCreate's generative and minting infrastructure. See our OpenAPI Reference for technical details.

**What is Layer 3 (Capital Formation)?**\
Layer 3 enables creator-led token launches, community governance, and shared ownership of models and datasets. This feature is coming soon and will allow creators to build economies around their work.


---

# 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://metacreate.gitbook.io/docs/faq.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.
