> For the complete documentation index, see [llms.txt](https://dev.ada-anvil.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dev.ada-anvil.io/quick-start-examples/cip-68.md).

# Minting (CIP-68)

[CIP-68](https://cips.cardano.org/cip/cip-68) is a newer standard that enhances NFTs by storing metadata directly on-chain within a datum. This allows for more dynamic and programmable assets whose metadata can be read and updated by smart contracts.

This section provides examples of how to mint NFTs according to the CIP-68 standard, which allows for dynamic, updatable metadata stored on-chain.

{% content-ref url="/pages/JTpMhp2AmvpIDTJSR9k6" %}
[TS/JS + Fetch](/quick-start-examples/cip-68/cip-68.md)
{% endcontent-ref %}

{% content-ref url="/pages/5vQNPUmgNblNkZKqBaYl" %}
[Treasury Pays for Minting (TS/JS + Fetch)](/quick-start-examples/cip-68/treasury-pays.md)
{% endcontent-ref %}

{% content-ref url="/pages/oTqj0IPyNp9JRaIaes3s" %}
[Treasury Updates Metadata (TS/JS + Fetch)](/quick-start-examples/cip-68/treasury-updates-metadata.md)
{% endcontent-ref %}
