# 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 %}


---

# 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://dev.ada-anvil.io/quick-start-examples/cip-68.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.
