> 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/asset-marketplace.md).

# Asset Marketplace

### Assets Marketplace

Your Generated Media, On-Chain & Organized

* The Assets Marketplace is where your creations become on-chain assets.\
  Every image, video, or audio you generate can be minted as an NFT, stored in a chain-specific collection, and shared with the world—or kept private.
* Our marketplace bridges AI-generated media with multi-chain NFT infrastructure, making it effortless to publish, own, and showcase your work.

### What You Can Mint & Publish

Creators can mint and publish the following asset types:

* Images – AI-generated visuals, artwork, and designs
* Video Clips – Short-form generated videos and animations
* Audio – Music, sound effects, voice generations

### Chain-Based Collections

To keep assets structured and interoperable, the marketplace uses pre-made collections per blockchain.

* Each supported chain has its own official collections
* Users mint assets directly into the relevant chain collection
* Metadata, media, and ownership are stored immutably on-chain
* No manual contract deployment required by creators<br>

### Why the Assets Marketplace Matters

The Assets Marketplace enables you to:

* Own your creations\
  Your generated media becomes a verifiable, on-chain asset.<br>
* Showcase your creative identity\
  Build a public portfolio across chains and collections.<br>
* Share & collaborate\
  Let others discover, collect, or build on your work.<br>
* Monetize your output\
  Sell, license, or distribute your assets directly from the marketplace.


---

# 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/asset-marketplace.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.
