> 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/welcome/our-mission.md).

# Our Mission

The Fundamental Shift

Creation has never been easier. Ownership has never been more important.

Generative media is no longer a novelty—it's infrastructure. The next generation of creators isn't just making content; they're building worlds, cultures, and economies. But today's tools are stuck in a Web2 mindset: faster generation, better models, cheaper APIs. They solve the creation problem but ignore the ownership problem.

MetaCreate builds the missing layer: the Operating System for Generative Media.

The Three-Layer Architecture

Layer 1: Creation\
A unified stack of 80+ production-grade models (image, video, audio) accessible through standardized APIs. No vendor lock-in. No infrastructure headaches. Studio-quality generation becomes a primitive, not a project.

Layer 2: Ownership & Monetization\
Every output becomes ownable IP. Native ERC-721/ERC-1155 minting. On-chain attribution. Royalty enforcement. Generated assets aren't ephemeral outputs—they're composable, tradeable digital primitives.

Layer 3: Capital Formation (Will be Live Soon)\
Creator-led token launchpad. Community governance. Shared ownership of models, datasets, and direction. Creators don't just make—they 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/welcome/our-mission.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.
