# Asset Template Library

Instamint maintains a library of asset template types. The types are JSON metadata artifacts that describe an asset. For example a specific JSON metadata can describe an image, POAP or a different set of metadata can describe a municipal bond.

Currently, Instamint provides pre-built asset templates. Schemas for these templates can be found here: <https://github.com/instamint/asset-template-library> . The library of schemas is expected to grow over the coming years as asset metadata standards emerge for asset types beyond image NFTs.

> Please note these schemas are subject to change

Additional bespoke templates can be created by clients using Designer. Prior to minting, an asset's metadata is checked against an asset templates JSON schema.

<table><thead><tr><th width="338">Asset Template</th><th width="403">Description</th></tr></thead><tbody><tr><td><mark style="color:orange;">single-image-with-erc721-metadata</mark></td><td>Single image with erc721-style metadata</td></tr><tr><td><mark style="color:orange;">single-image-with-arc69-metadata</mark></td><td>Single image with arc69-style metadata</td></tr><tr><td><mark style="color:orange;">nxn-image-stitch-erc721-metadata</mark></td><td>NxN images stitched into a single image with erc721-style metadata</td></tr><tr><td><mark style="color:orange;">nxn-image-stitch-arc69-metadata</mark></td><td>NxN images stitched into a single image with arc69-style metadata</td></tr><tr><td><mark style="color:orange;">poap-simple</mark></td><td>Simple proof of presence with location and date/time stamp</td></tr><tr><td><mark style="color:orange;">invoice-simple</mark></td><td>Simple invoice asset</td></tr></tbody></table>


---

# 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.scifn.com/instamint/asset-template-library.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.
